Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nbenn/rmpi3
https://github.com/nbenn/rmpi3
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nbenn/rmpi3
- Owner: nbenn
- License: gpl-3.0
- Created: 2018-06-20T10:43:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T09:40:20.000Z (over 6 years ago)
- Last Synced: 2024-10-24T15:56:44.900Z (3 months ago)
- Language: C++
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
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
```