Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muschellij2/brainr
BrainGL R Package
https://github.com/muschellij2/brainr
Last synced: 2 months ago
JSON representation
BrainGL R Package
- Host: GitHub
- URL: https://github.com/muschellij2/brainr
- Owner: muschellij2
- Created: 2013-07-29T19:02:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-03-26T19:58:02.000Z (over 3 years ago)
- Last Synced: 2023-04-07T20:01:19.298Z (over 1 year ago)
- Language: JavaScript
- Size: 8.88 MB
- Stars: 11
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
output: github_document
---# brainR Package:
The goal of `brainR` is to provide this includes functions for creating 3D and 4D images using 'WebGL', 'rgl', and JavaScript Commands. This package relies on the X ToolKit ('XTK',https://github.com/xtk/X#readme).[![R-CMD-check](https://github.com/muschellij2/brainR/workflows/R-CMD-check/badge.svg)](https://github.com/muschellij2/brainR/actions)
[![Build Status](https://travis-ci.org/muschellij2/brainR.svg?branch=master)](https://travis-ci.org/muschellij2/brainR)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/brainR)](https://cran.r-project.org/package=brainR)
[![](https://cranlogs.r-pkg.org/badges/grand-total/brainR)](
https://cran.r-project.org/package=brainR)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/muschellij2/brainR?branch=master&svg=true)](https://ci.appveyor.com/project/muschellij2/brainR)
[![Coverage status](https://coveralls.io/repos/github/muschellij2/brainR/badge.svg?branch=master)](https://coveralls.io/r/muschellij2/brainR?branch=master)```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-"
)
```## Installation
You can install `brainR` from GitHub with:
```{r gh-installation, eval = FALSE}
# install.packages("remotes")
remotes::install_github("muschellij2/brainR")
```