Skip to content

Commit 3c0a3ee

Browse files
committed
Remove install_github call from vignette setup
1 parent 85f5f74 commit 3c0a3ee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

vignettes/Workflow_Continuous_Exposure.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ Until *devMSMs* is available on CRAN, you will need to install it directly from
3333
```{r setup}
3434
options(repos = c(CRAN = "https://cloud.r-project.org"))
3535
36-
install.packages("devtools", quiet = TRUE)
37-
require("devtools", quietly = TRUE)
36+
# install.packages("devtools", quiet = TRUE)
37+
# require("devtools", quietly = TRUE)
3838
3939
# devtools::install_github("istallworthy/devMSMs", quiet = TRUE)
4040
library(devMSMs)
4141
42-
devtools::install_github("istallworthy/devMSMsHelpers", quiet = TRUE)
42+
# devtools::install_github("istallworthy/devMSMsHelpers", quiet = TRUE)
4343
library(devMSMsHelpers)
4444
```
4545

0 commit comments

Comments
 (0)