Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/muschellij2/neurobase

Neuroconductor Base Package
https://github.com/muschellij2/neurobase

Last synced: about 2 months ago
JSON representation

Neuroconductor Base Package

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# neurobase

The goal of `neurobase` is to add functionality to `oro.nifti` and it is the baseline package for [Neuroconductor](https://neuroconductor.org/).

[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/neurobase)](https://cran.r-project.org/package=neurobase)
[![](http://cranlogs.r-pkg.org/badges/grand-total/neurobase)](
https://cran.r-project.org/package=neurobase)
[![R-CMD-check](https://github.com/muschellij2/neurobase/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/muschellij2/neurobase/actions/workflows/R-CMD-check.yaml)

## Installation

You can install neurobase from github with:

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