Skip to content

Commit f7d4328

Browse files
committed
documentation vignette
1 parent 5b566c6 commit f7d4328

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

vignettes/betAS_tutorial.Rmd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ library(betAS)
8888
Consider also loading the following libraries, for visualization
8989
purposes, by typing:
9090

91+
```{r cran, include=F}
92+
options(repos = c(CRAN = "https://cran.r-project.org"))
93+
94+
```
95+
96+
9197
```{r load2, message=FALSE, warning=F}
9298
9399
if(!require(ggplot2)){

0 commit comments

Comments
 (0)