neuro_package_table: Neuroconductor Package Table

Description Usage Arguments Value Note Examples

View source: R/neuro_package_table.R

Description

Returns the table of Neuroconductor packages

Usage

1
2
3
4
5
neuro_package_table(
  path = "https://neuroconductor.org/neurocPackages",
  long = FALSE,
  deployment = FALSE
)

Arguments

path

Path to the table of package

long

Should the data be "long" (with respect to stable/current)

deployment

indicator if this is a release, not standard flag.

Value

data.frame of packages with commit IDs

Note

Package information is obtained from https://neuroconductor.org/neurocPackages

Examples

1

neurocInstall documentation built on Feb. 12, 2020, 1:08 a.m.