Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/muschellij2/gifti
- Owner: muschellij2
- Created: 2016-11-01T05:14:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-20T13:34:47.000Z (over 2 years ago)
- Last Synced: 2024-10-01T13:22:38.635Z (3 months ago)
- Language: R
- Size: 21.1 MB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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")
```