Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nbenn/rmpi3


https://github.com/nbenn/rmpi3

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

---
output:
github_document:
html_preview: false
---

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```

# rmpi3

[![Build Status](https://travis-ci.org/nbenn/rmpi3.svg?branch=master)](https://travis-ci.org/nbenn/rmpi3)

The goal of rmpi3 is to ...

## Installation

You can install rmpi3 from github with:

```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("nbenn/rmpi3")
```

## Example

This is a basic example which shows you how to solve a common problem:

```{r example}
## basic example code
```