Skip to content

muschellij2/spm12r

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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()