Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/muschellij2/gifti

GIFTI package for R
https://github.com/muschellij2/gifti

Last synced: 3 months ago
JSON representation

GIFTI package for R

Awesome Lists containing this project

README

        

# gifti

Reads in Neuroimaging 'GIFTI' Files with Geometry Information

[![Travis-CI Build Status](https://travis-ci.org/muschellij2/gifti.svg?branch=master)](https://travis-ci.org/muschellij2/gifti)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/muschellij2/gifti?branch=master&svg=true)](https://ci.appveyor.com/project/muschellij2/gifti)
[![Coverage Status](https://img.shields.io/coveralls/muschellij2/gifti.svg)](https://coveralls.io/github/muschellij2/gifti)
[![R build status](https://github.com/muschellij2/gifti/workflows/R-CMD-check/badge.svg)](https://github.com/muschellij2/gifti/actions)

## Installation

You can install gifti from github with:

``` r
# install.packages("devtools")
devtools::install_github("muschellij2/gifti")
```