generic_install: Install generic remote package

View source: R/devtools.R

generic_installR Documentation

Install generic remote package

Description

Better version of the original by jimhester https://github.com/r-lib/remotes/issues/383

Usage

generic_install(
  x,
  dependencies = NA,
  upgrade = c("default", "ask", "always", "never"),
  force = FALSE,
  quiet = FALSE,
  build = TRUE,
  build_opts = c("--no-resave-data", "--no-manual", "--no-build-vignettes"),
  build_manual = FALSE,
  build_vignettes = FALSE,
  repos = getOption("repos"),
  type = getOption("pkgType"),
  ...
)

oganm/ogbox documentation built on Feb. 18, 2024, 12:37 a.m.