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/neurocInstall documentation built on Feb. 18, 2025, 8:31 a.m.