Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shapiromatron/rscaffold

An opinionated starter template for building an R package
https://github.com/shapiromatron/rscaffold

Last synced: 2 days ago
JSON representation

An opinionated starter template for building an R package

Awesome Lists containing this project

README

        

# RScaffold

An opinionated template for building a modern R package.

Developer commands:

```bash
# document, build, and test
R -e "devtools::document()"
R -e "devtools::build()"
R -e "devtools::install()"
R -e "devtools::test()"

# generate coverage report
R -e "covr::report(file='coverage/index.html')"
```