Skip to content

Commit 85f5f74

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vignettes/Workflow_Continuous_Exposure.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ options(repos = c(CRAN = "https://cloud.r-project.org"))
3636
install.packages("devtools", quiet = TRUE)
3737
require("devtools", quietly = TRUE)
3838
39-
devtools::install_github("istallworthy/devMSMs", quiet = TRUE)
39+
# devtools::install_github("istallworthy/devMSMs", quiet = TRUE)
4040
library(devMSMs)
4141
4242
devtools::install_github("istallworthy/devMSMsHelpers", quiet = TRUE)

0 commit comments

Comments
 (0)