Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/HenrikBengtsson/R.rsp

:page_facing_up: R package: Dynamic generation of scientific reports
https://github.com/HenrikBengtsson/R.rsp

cran document markup package r report reproducibility science

Last synced: about 1 month ago
JSON representation

:page_facing_up: R package: Dynamic generation of scientific reports

Awesome Lists containing this project

README

        


CRAN check status R CMD check status Build status Coverage Status

# R.rsp: Dynamic Generation of Scientific Reports

## Installation
R package R.rsp is available on [CRAN](https://cran.r-project.org/package=R.rsp) and can be installed in R as:
```r
install.packages("R.rsp")
```

### Pre-release version

To install the pre-release version that is available in Git branch `develop` on GitHub, use:
```r
remotes::install_github("HenrikBengtsson/R.rsp", ref="develop")
```
This will install the package from source.

## Contributing

To contribute to this package, please see [CONTRIBUTING.md](CONTRIBUTING.md).