Skip to content

Commit 11a1989

Browse files
update
1 parent 1c75695 commit 11a1989

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

technical-preparation.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,10 @@ install.packages('macpan2', repos = repos)
8585

8686
## Verify that Everything Worked
8787

88-
A good test of the above instructions is to copy and paste the following
89-
lines of code, and make sure that you get the same graph printed out
90-
below.
88+
First make sure that the packages can be loaded without error. Please
89+
issue the following command into R and verify that you get a similar
90+
report about loaded packages (it does not need to be identical, just
91+
free of errors).
9192

9293
``` r
9394
library(macpan2); library(tidyverse)
@@ -105,6 +106,10 @@ library(macpan2); library(tidyverse)
105106
## ✖ dplyr::lag() masks stats::lag()
106107
## ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
107108

109+
To really make sure that things worked, please copy and paste the
110+
following lines of code that simulate from an SIR model into R, and make
111+
sure that you get the same graph printed out below.
112+
108113
``` r
109114
("starter_models"
110115
|> mp_tmb_library("sir", package = "macpan2")

0 commit comments

Comments
 (0)