vignettes/Installing_Packages_from_Neuroconductor.R

## ---- eval = FALSE------------------------------------------------------------
#  ## try http:// if https:// URLs are supported
#  source("https://neuroconductor.org/neurocLite.R")
#  neuro_install("PACKAGE")

## ----eval = FALSE-------------------------------------------------------------
#  source("https://neuroconductor.org/neurocLite.R")
#  neuro_install(c("fslr", "neurohcp"))

## ----eval = FALSE-------------------------------------------------------------
#  source("https://neuroconductor.org/neurocLite.R")
#  neurocLite(c("fslr", "neurohcp"))

## ----eval = FALSE-------------------------------------------------------------
#  source("https://neuroconductor.org/neurocLite.R")
#  neuro_install("neurocInstall")

## ---- eval = FALSE------------------------------------------------------------
#  neurocLite(c("fslr", "neurohcp"), upgrade_dependencies = FALSE)
neuroconductor-releases/neurocInstall documentation built on Oct. 30, 2020, 11:09 p.m.