Skip to content

Commit

Permalink
Update dependencies for .Rprofile
Browse files Browse the repository at this point in the history
  • Loading branch information
jabenninghoff committed Jan 25, 2023
1 parent 10c17f2 commit 3ec7f77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
#' @export
use_rprofile <- function(open = FALSE) {
usethis::use_template("Rprofile", save_as = ".Rprofile", package = "rdev", open = open)
# renv is not included in DESCRIPTION by convention
usethis::use_package("pkgload", type = "Suggests")
usethis::use_package("devtools", type = "Suggests")
usethis::use_package("fs", type = "Suggests")
usethis::use_package("usethis", type = "Suggests")
}

#' Use rdev .lintr
Expand Down

0 comments on commit 3ec7f77

Please sign in to comment.