neuroc_install_order: Neuroconductor Package Install Order

Description Usage Arguments Value Examples

View source: R/neuroc_install_order.R

Description

Returns the order of Neuroconductor packages installation

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
neuroc_install_order(
  release = c("stable", "current"),
  dev = FALSE,
  deployment = FALSE,
  table_path = NULL,
  user = NULL,
  force = FALSE,
  ...
)

neuroc_dep_mat(
  release = c("stable", "current"),
  dev = FALSE,
  table_path = NULL,
  deployment = FALSE,
  user = NULL,
  force = FALSE,
  ...
)

Arguments

release

Stable or development version

dev

Development version or not?

deployment

indicator if this is a release, not standard running. Just deployment

table_path

path to table of packages

user

GitHub username for repos

force

should this stop (FALSE) on missing DESCRIPTION files? Passed to get_repo_dep_mat.

...

arguments to pass to neuroc_dep_mat, and then get_repo_dep_mat

Value

list of package install order, the dependency matrix, and repos parsed

Examples

1
2
3
4
## Not run: 
neuroc_install_order()

## End(Not run)

muschellij2/neuroc.deps documentation built on May 23, 2021, 12:21 a.m.