Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jakobbossek/re
- Owner: jakobbossek
- License: other
- Created: 2020-01-10T13:50:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T12:58:29.000Z (about 2 months ago)
- Last Synced: 2024-11-14T13:41:40.807Z (about 2 months ago)
- Topics: helpers, r, r-package, r-programming, utility-library
- Language: R
- Homepage: https://jakobbossek.github.io/re
- Size: 228 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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.