install_cyto: Attempts to install a package from cyto repo

Description Usage Arguments Examples

View source: R/install_cyto.R

Description

Attempts to install a package from cyto repo

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
install_cyto(
  pkg = NULL,
  type = getOption("pkgType"),
  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,
  ...
)

Arguments

pkg

The cyto package name, when not supplied, it tries to update all cyto packages

build

If 'TRUE' build the package before installing.

build_opts

Options to pass to 'R CMD build', only used when 'build'

build_manual

If ‘FALSE', don’t build PDF manual ('–no-manual').

build_vignettes

If ‘FALSE', don’t build package vignettes ('–no-build-vignettes'). is 'TRUE

...

additional arguments passed to [utils::install.packages()].

Examples

1
2
3
4
## Not run: 
install_cyto("ggcyto")

## End(Not run)

RGLab/cytoinstaller documentation built on Dec. 31, 2020, 4:21 p.m.