Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


golem (version 0.5.1)

install_dev_deps: Install {golem} dev dependencies

Description

This function will run rlang::check_installed() on:

  • usethis

  • pkgload

  • dockerfiler

  • devtools

  • roxygen2

  • attachment

  • rstudioapi

  • here

  • fs

  • desc

  • pkgbuild

  • processx

  • rsconnect

  • testthat

  • rstudioapi

Usage

install_dev_deps(dev_deps, force_install = FALSE, ...)

Value

Used for side-effects

Arguments

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.

Examples

Run this code
if (interactive()) {
  install_dev_deps()
}

Run the code above in your browser using DataLab