Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.