neuroc_install_order: Neuroconductor Package Install Order

View source: R/neuroc_install_order.R

neuroc_install_orderR Documentation

Neuroconductor Package Install Order

Description

Returns the order of Neuroconductor packages installation

Usage

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

## Not run: 
neuroc_install_order()

## End(Not run)

muschellij2/neuroc.deps documentation built on June 9, 2025, 5:19 p.m.