Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jakobbossek/re

Essential utility functions that are missing in base R.
https://github.com/jakobbossek/re

helpers r r-package r-programming utility-library

Last synced: 15 days ago
JSON representation

Essential utility functions that are missing in base R.

Awesome Lists containing this project

README

        

---
output: github_document
---

# re: Essential Utilities Missing in Base R

**Visit the [package website](https://jakobbossek.github.io/re/).**

[![CRAN Status Badge](http://www.r-pkg.org/badges/version/re)](http://cran.r-project.org/web/packages/re)
[![CRAN Downloads](http://cranlogs.r-pkg.org/badges/re)](http://cran.rstudio.com/web/packages/re/index.html)
[![CRAN Downloads](http://cranlogs.r-pkg.org/badges/grand-total/re?color=orange)](http://cran.rstudio.com/web/packages/re/index.html)
[![codecov](https://codecov.io/gh/jakobbossek/re/branch/master/graph/badge.svg?token=6K5A8F549N)](https://codecov.io/gh/jakobbossek/re)
[![R-CMD-check](https://github.com/jakobbossek/re/workflows/R-CMD-check/badge.svg)](https://github.com/jakobbossek/re/actions)

## What is this all about?

A set of small helper functions which are IMHO useful.

## Installation Instructions

The package will be available at [CRAN](http://cran.r-project.org) when it is done. Install the developer version using [devtools](https://github.com/hadley/devtools) package and type the following command in R:

```r
devtools::install_github("jakobbossek/re")
```

## Contact

Please address questions and missing features about the **re** to the author Jakob Bossek . Found some nasty bugs? Please use the [issue tracker](https://github.com/jakobbossek/re/issues) for this. Pay attention to explain the problem as good as possible. At its best you provide an example, so I can reproduce your problem quickly.