Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lockedata/PackageReviewR
R Package :package: to review :mag: R :package:s
https://github.com/lockedata/PackageReviewR
r r-package review rstats
Last synced: about 2 months ago
JSON representation
R Package :package: to review :mag: R :package:s
- Host: GitHub
- URL: https://github.com/lockedata/PackageReviewR
- Owner: lockedata
- License: other
- Created: 2017-04-11T14:18:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T06:12:19.000Z (over 6 years ago)
- Last Synced: 2024-08-13T07:14:34.667Z (5 months ago)
- Topics: r, r-package, review, rstats
- Language: R
- Homepage:
- Size: 11.7 KB
- Stars: 18
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - lockedata/PackageReviewR - R Package :package: to review :mag: R :package:s (R)
README
---
output: github_document
---```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)
[![Build Status](https://travis-ci.org/lockedata/PackageReviewR.svg?branch=master)](https://travis-ci.org/lockedata/PackageReviewR)PackageReviewR aims to help people get review a package and produce comprehensive documentation about it.
## Tasks
### Package dependencies
### R CMD CHECK results
### Documentation
### Package website
### GitHub statistics
### Tests and code coverage## Document types
This package comes with a template rmarkdown document to use to produce documentation. To produce your own, you can take a copy and amend it, start from scratch or simply render it using a different document render format.