Skip to content

Commit

Permalink
Also add fs, purrr from README.Rmd to Suggests
Browse files Browse the repository at this point in the history
  • Loading branch information
jabenninghoff committed Apr 25, 2022
1 parent ff1547a commit 105329a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,8 @@ use_analysis_package <- function(prompt = FALSE) {

renv::install("dplyr")
usethis::use_package("dplyr", type = "Suggests")
usethis::use_package("fs", type = "Suggests")
usethis::use_package("purrr", type = "Suggests")
renv::snapshot(prompt = prompt)

ret <- list(
Expand Down

0 comments on commit 105329a

Please sign in to comment.