Skip to content

Commit

Permalink
added packages to renv which prevent template rendering, WIP #90
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlambert committed May 25, 2023
1 parent 4727fd1 commit 28964f2
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ renv::use(
"distributional@0.3.2",
"dplyr@1.1.1",
"ellipsis@0.3.2",
"EpiEstim@2.2-4",
"EpiNow2@1.3.4",
"epiverse-trace/episoap",

Check warning on line 79 in inst/rmarkdown/templates/transmissibility/skeleton/skeleton.Rmd

View workflow job for this annotation

GitHub Actions / lint-changed-files

file=inst/rmarkdown/templates/transmissibility/skeleton/skeleton.Rmd,line=79,col=4,[nonportable_path_linter] Use file.path() to construct portable file paths.
"epitrix@0.4.0",
"epiverse-trace/epiparameter@fd250ce", # nolint
"evaluate@0.20",
Expand All @@ -96,6 +99,7 @@ renv::use(
"htmltools@0.5.5",
"httpuv@1.6.9",
"httr@1.4.5",
"i2extras@0.2.1",
"incidence2@2.0.0",
"isoband@0.2.7",
"janitor@2.2.0",
Expand Down Expand Up @@ -126,6 +130,7 @@ renv::use(
"promises@1.2.0.1",
"ps@1.7.4",
"purrr@1.0.1",
"R0@1.2-10",
"rappdirs@0.3.3",
"readr@2.1.4",
"readxl@1.4.2",
Expand Down

0 comments on commit 28964f2

Please sign in to comment.