knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-",
  fig.width = 5,
  fig.height = 4
)

Spectroscopy Analysis Tools (spant)

Travis Build Status AppVeyor Build Status CRAN_Status_Badge

Overview

spant provides a full suite of tools to build automated analysis pipelines for Magnetic Resonance Spectroscopy (MRS) data. The following features are included:

Installation

You can install the stable version of spant from CRAN:

install.packages("spant", dependencies = TRUE)

Or the the development version from GitHub (requires devtools package):

install.packages("devtools")
devtools::install_github("martin3141/spant")


neuroconductor/spant documentation built on May 25, 2021, 1:49 a.m.