inst/doc/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)

Try the neurocInstall package in your browser

Any scripts or data that you put into this service are public.

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