This 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(force_install = FALSE, ...)
If force_install is installed, then the user is not interactively asked to install them.
further arguments passed to the install function.
if (interactive()) {
install_dev_deps()
}