Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nbenn/rmada

🛳⛴🚢
https://github.com/nbenn/rmada

Last synced: about 2 months ago
JSON representation

🛳⛴🚢

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%"
)
```
# [rmada](https://nbenn.github.io/rmada)

[![Travis build status](https://travis-ci.org/nbenn/rmada.svg?branch=master)](https://travis-ci.org/nbenn/rmada)
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/nbenn/rmada?branch=master&svg=true)](https://ci.appveyor.com/project/nbenn/rmada)
[![Coverage status](https://codecov.io/gh/nbenn/rmada/branch/master/graph/badge.svg)](https://codecov.io/github/nbenn/rmada?branch=master)

The goal of rmada is to ...

## Installation

You can install the development version of [rmada](https://nbenn.github.io/rmada) from GitHub by running
``` r
source("https://install-github.me/nbenn/rmada")
```

Alternatively, if you have the `remotes` package available and are interested in the latest release, you can install from GitHub using `install_github()` as

``` r
# install.packages("remotes")
remotes::install_github("nbenn/rmada@*release")
```

## Example

Almost there ...