View source: R/install_dev_deps.R
install_dev_deps | R Documentation |
{golem}
dev dependenciesThis function will run rlang::check_installed() on:
usethis
pkgload
dockerfiler
devtools
roxygen2
attachment
rstudioapi
here
fs
desc
pkgbuild
processx
rsconnect
testthat
rstudioapi
install_dev_deps(dev_deps, force_install = FALSE, ...)
dev_deps |
optional character vector of packages to install |
force_install |
If force_install is TRUE, then the user is not interactively asked to install them. |
... |
further arguments passed to the install function. |
Used for side-effects
if (interactive()) {
install_dev_deps()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.