Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/muschellij2/brainr

BrainGL R Package
https://github.com/muschellij2/brainr

Last synced: 2 months ago
JSON representation

BrainGL R Package

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")
```