Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show we add the full installation script for EpiNow2? #121

Open
avallecam opened this issue Feb 2, 2024 · 0 comments
Open

show we add the full installation script for EpiNow2? #121

avallecam opened this issue Feb 2, 2024 · 0 comments
Labels
early-task Part of the Early Task Roadmap question Further information is requested to-all-tasks To apply in all repos after solved in early-task

Comments

@avallecam
Copy link
Member

In the setup we have

if(!require("pak")) install.packages("pak")
new_packages <- c(
"EpiNow2",
"epiverse-trace/epiparameter",
"socialmixr",
"epiverse-trace/epidemics",
"tidyverse"
)
pak::pak(new_packages)

but in episode, we had as suggestion:

library("devtools")
install_version("EpiNow2", version = "1.4.0", repos = "http://cran.us.r-project.org")

any drawback to using pak just directly?

@avallecam avallecam added help wanted Extra attention is needed question Further information is requested early-task Part of the Early Task Roadmap to-all-tasks To apply in all repos after solved in early-task and removed help wanted Extra attention is needed labels Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
early-task Part of the Early Task Roadmap question Further information is requested to-all-tasks To apply in all repos after solved in early-task
Projects
None yet
Development

No branches or pull requests

1 participant