Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muschellij2/neurobase
Neuroconductor Base Package
https://github.com/muschellij2/neurobase
Last synced: about 2 months ago
JSON representation
Neuroconductor Base Package
- Host: GitHub
- URL: https://github.com/muschellij2/neurobase
- Owner: muschellij2
- Created: 2016-09-20T20:32:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T16:41:13.000Z (8 months ago)
- Last Synced: 2024-11-01T02:34:27.390Z (about 2 months ago)
- Language: R
- Homepage:
- Size: 166 MB
- Stars: 5
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.Rmd
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")
```