Skip to content

Commit

Permalink
Add missing packages to renv (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlambert committed May 29, 2023
1 parent 4727fd1 commit 48408d6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ renv::use(
"distributional@0.3.2",
"dplyr@1.1.1",
"ellipsis@0.3.2",
"epiverse-trace/episoap", # nolint
"epitrix@0.4.0",
"epiverse-trace/epiparameter@fd250ce", # nolint
"evaluate@0.20",
Expand Down Expand Up @@ -461,6 +462,6 @@ dat_i_day <- dat_raw %>%
```

```{r}
grateful::cite_packages(output = "paragraph", out.dir = ".")
grateful::cite_packages(output = "paragraph", out.dir = ".", pkgs = "Session")
```

0 comments on commit 48408d6

Please sign in to comment.