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-devel-releases/neurocInstall documentation built on May 21, 2020, 1:04 p.m.