File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff 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
9394library(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" )
You can’t perform that action at this time.
0 commit comments