Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mjfrigaard/raiden
- Owner: mjfrigaard
- License: other
- Created: 2023-07-19T05:55:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-20T06:06:18.000Z (over 1 year ago)
- Last Synced: 2024-08-13T07:11:08.387Z (4 months ago)
- Language: R
- Homepage: https://mjfrigaard.github.io/raiden/
- Size: 3.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - mjfrigaard/raiden - Roxygen2 AddIn for DocumEntatioN in R (R)
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")
```