Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mjfrigaard/raiden

Roxygen2 AddIn for DocumEntatioN in R
https://github.com/mjfrigaard/raiden

Last synced: 8 days ago
JSON representation

Roxygen2 AddIn for DocumEntatioN in R

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

![](https://img.shields.io/badge/status-under_development-red)

# `raiden`

**R**oxygen2 **A**dd**I**n for **D**ocum**E**ntatio**N** in R

## Installation

You can install the development version of `raiden` like so:

``` r
install.packages("remotes")
remotes::install_github("mjfrigaard/raiden")
```