
The released version of Dyn4cast can be installed from CRAN. The canonical form for CRAN is:
install.packages("Dyn4cast")
The development version is available now and can be installed from GitHub with:
# install.packages("devtools")
pak::pak("JobNmadu/Dyn4cast")
The development version can also be installed through r-universe. Use the form:
install.packages("Dyn4cast", repos = c("https://jobnmadu.r-universe.dev", "https://cloud.r-project.org"))