Skip to content

Commit 180ba28

Browse files
committed
need devtools to build vignettes from source
1 parent 0b5cf0f commit 180ba28

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ reproduce results from the two applications presented in that chapter:
3737

3838
To compile the [vignettes](https://HIDDA.github.io/forecasting/articles/)
3939
on your machine, you can install **HIDDA.forecasting** and the other
40-
required packages with
40+
required packages with:
4141

4242
```r
43-
# install.packages("remotes")
44-
remotes::install_github("HIDDA/forecasting", dependencies = TRUE)
43+
# install.packages("devtools")
44+
devtools::install_github("HIDDA/forecasting", dependencies = TRUE, build_vignettes = TRUE)
4545
```
4646

47-
and then, e.g.,
47+
To browse the installed vignettes:
4848

4949
```r
5050
browseVignettes("HIDDA.forecasting")

docs/index.html

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)