Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muschellij2/spm12r

SPM12 R package
https://github.com/muschellij2/spm12r

Last synced: 3 months ago
JSON representation

SPM12 R package

Awesome Lists containing this project

README

        

---
output: github_document
---
## spm12r

`spm12r` is an R Package wrapping up [SPM12](http://www.fil.ion.ucl.ac.uk/spm/software/spm12/) from the Wellcome Trust Centre for Neuroimaging

[![Build Status](https://travis-ci.org/muschellij2/spm12r.svg?branch=master)](https://travis-ci.org/muschellij2/spm12r)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/muschellij2/spm12r?branch=master&svg=true)](https://ci.appveyor.com/project/muschellij2/spm12r)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/spm12r)](http://cran.rstudio.com/web/packages/spm12r/index.html)
[![](http://cranlogs.r-pkg.org/badges/grand-total/spm12r)](http://cran.rstudio.com/web/packages/spm12r/index.html)

## Installation

You can install the stable version on
[CRAN](http://cran.rstudio.com/package=spm12r):

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

Install in `R` using `devtools`:
```r
devtools::install_github("muschellij2/spm12r")
```

### Installing SPM12 Commands
After `spm12r` is installed, you can install the required SPM scripts using:

```r
spm12r::install_spm12()
```