The goal of {InsightNetFcast24}
is to allow attendees of the workshop
to install all necessary packages at once.
You should install {InsightNetFcast24}
like so:
install.packages("pak")
pak::pkg_install("cmu-delphi/InsightNetFcast24", dependencies = TRUE)
Installing this package should install the correct versions for all the packages needed to build the materials. This is actually a bit more than you need to run the materials.
There’s only one function, and it just checks that all the dependencies are installed.
library(InsightNetFcast24)
verify_setup()
#> ✔ You should be good to go!