Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ropensci-archive/rodev
:no_entry: ARCHIVED :no_entry: Helper for rOpenSci Package Developpers
https://github.com/ropensci-archive/rodev
r r-package rstats
Last synced: 3 months ago
JSON representation
:no_entry: ARCHIVED :no_entry: Helper for rOpenSci Package Developpers
- Host: GitHub
- URL: https://github.com/ropensci-archive/rodev
- Owner: ropensci-archive
- License: other
- Archived: true
- Created: 2018-03-26T16:21:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-10T14:07:41.000Z (over 2 years ago)
- Last Synced: 2024-06-11T11:49:38.896Z (5 months ago)
- Topics: r, r-package, rstats
- Language: R
- Homepage:
- Size: 257 KB
- Stars: 23
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README-NOT.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - ropensci-archive/rodev - :no_entry: ARCHIVED :no_entry: Helper for rOpenSci Package Developpers (R)
README
# rodev
[![Travis build status](https://travis-ci.com/ropensci/rodev.svg?branch=master)](https://travis-ci.com/ropensci/rodev) [![Coverage status](https://codecov.io/gh/ropensci/rodev/branch/master/graph/badge.svg)](https://codecov.io/github/ropensci/rodev?branch=master) [![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)
The goal of rodev is to help rOpenSci package developers with common tasks, and to promote best practices like the use of status badges across the entire suite.
## Installation
You can install the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("remotes")
remotes::install_github("ropensci/rodev")
```## Active project
All functions will work on the active project, by default the current directory. It is not possible to change this at the moment.
## Functions
Refer to the [reference](https://docs.ropensci.org/rodev/reference/index.html).
See the [issue tracker](https://github.com/ropensci/rodev/issues) for feature suggestions.
## Meta
Please note that this package is released with a [Contributor Code of Conduct](https://ropensci.org/code-of-conduct/).
By contributing to this project, you agree to abide by its terms.