Skip to content

Commit a168dbb

Browse files
committed
Update Workflow_Continuous_Exposure.qmd
1 parent f739840 commit a168dbb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

vignettes/Workflow_Continuous_Exposure.qmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ 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("remotes", quiet = TRUE)
37+
require("remotes", quietly = TRUE)
38+
3639
install.packages("devtools", quiet = TRUE)
3740
require("devtools", quietly = TRUE)
3841

0 commit comments

Comments
 (0)