Skip to content

Commit

Permalink
fix typo of argument within function
Browse files Browse the repository at this point in the history
  • Loading branch information
avallecam authored Feb 12, 2024
1 parent 9f8754c commit 98345cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learners/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if(!require("pak")) install.packages("pak")
new_packages <- c(
"EpiNow2",
"epiverse-trace/epiparameter",
"tidyverse
"tidyverse"
)

pak::pak(new_packages)
Expand Down

0 comments on commit 98345cf

Please sign in to comment.