Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muschellij2/spm12r
SPM12 R package
https://github.com/muschellij2/spm12r
Last synced: 3 months ago
JSON representation
SPM12 R package
- Host: GitHub
- URL: https://github.com/muschellij2/spm12r
- Owner: muschellij2
- License: other
- Created: 2015-04-13T17:38:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T01:36:51.000Z (over 2 years ago)
- Last Synced: 2023-10-20T21:56:50.038Z (about 1 year ago)
- Language: R
- Size: 125 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.Rmd
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()
```