powered by
{golem}
This function will run rlang::check_installed() on:
usethis
pkgload
dockerfiler
devtools
roxygen2
attachment
rstudioapi
here
fs
desc
pkgbuild
processx
rsconnect
testthat
install_dev_deps(dev_deps, force_install = FALSE, ...)
Used for side-effects
optional character vector of packages to install
If force_install is TRUE, then the user is not interactively asked to install them.
further arguments passed to the install function.
if (interactive()) { install_dev_deps() }
Run the code above in your browser using DataLab