install_dev_deps: Install golem dev dependencies

View source: R/install_dev_deps.R

install_dev_depsR Documentation

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(force_install = FALSE, ...)

Arguments

force_install

If force_install is installed, then the user is not interactively asked to install them.

...

further arguments passed to the install function.

Value

Used for side-effects

Examples

if (interactive()) {
  install_dev_deps()
}


golem documentation built on June 7, 2023, 5:46 p.m.