muschellij2 / spm12r

SPM12 R package
Other
8 stars 2 forks source link

spm12r

spm12r is an R Package wrapping up SPM12 from the Wellcome Trust Centre for Neuroimaging

Build Status AppVeyor Build Status CRAN\_Status\_Badge

Installation

You can install the stable version on CRAN:

install.packages('spm12r', dependencies = TRUE)

Install in R using devtools:

devtools::install_github("muschellij2/spm12r")

Installing SPM12 Commands

After spm12r is installed, you can install the required SPM scripts using:

spm12r::install_spm12()