Description Usage Arguments Examples
Install package dependencies if needed.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | cyto_install_deps(
pkgdir = ".",
dependencies = NA,
repos = getOption("repos"),
type = getOption("pkgType"),
upgrade = c("default", "ask", "always", "never"),
quiet = FALSE,
build = TRUE,
build_opts = c("--no-resave-data", "--no-manual", "--no-build-vignettes"),
build_manual = FALSE,
build_vignettes = FALSE,
bioc_ver = bioc_version(),
...
)
|
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()]. |
1 2 3 4 | ## Not run:
cyto_install_deps("../ggcyto")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.