Skip to content

Commit

Permalink
Vignette installs python tobac
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-MET committed Sep 24, 2024
1 parent 87ae81a commit d96021e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vignettes/tracking_model_OLR.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ library(harpVis)
library(harpTobac)
```

```{r echo=FALSE}
if (!reticulate::virtualenv_exists("harp-py")) {
install_tobac()
}
```

# Loading the data

First we need to load the data using `read_forecast()` from the _harpIO_
Expand Down

0 comments on commit d96021e

Please sign in to comment.