Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nbenn/rmada
🛳⛴🚢
https://github.com/nbenn/rmada
Last synced: about 2 months ago
JSON representation
🛳⛴🚢
- Host: GitHub
- URL: https://github.com/nbenn/rmada
- Owner: nbenn
- License: gpl-3.0
- Created: 2019-05-22T07:57:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-23T09:09:01.000Z (over 5 years ago)
- Last Synced: 2024-10-24T15:56:44.635Z (3 months ago)
- Language: C++
- Homepage:
- Size: 125 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
---```{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 ...