Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eddelbuettel/dang

A collection of utility functions for R
https://github.com/eddelbuettel/dang

cran r r-package

Last synced: 13 days ago
JSON representation

A collection of utility functions for R

Awesome Lists containing this project

README

        

## dang: Dang Assorted New Goodies

[![CI](https://github.com/eddelbuettel/dang/workflows/ci/badge.svg)](https://github.com/eddelbuettel/dang/actions?query=workflow%3Aci)
[![Build Status](https://dev.azure.com/eddelbuettel/dang/_apis/build/status/dang)](https://dev.azure.com/eddelbuettel/dang/_build)
[![Package-License](https://eddelbuettel.github.io/badges/GPL2+.svg)](https://www.gnu.org/licenses/gpl-2.0.html)
[![CRAN](https://www.r-pkg.org/badges/version/dang)](https://cran.r-project.org/package=dang)
[![Dependencies](https://tinyverse.netlify.app/badge/dang)](https://cran.r-project.org/package=dang)
[![Downloads](https://cranlogs.r-pkg.org/badges/dang?color=brightgreen)](https://www.r-pkg.org:443/pkg/dang)
[![Last Commit](https://img.shields.io/github/last-commit/eddelbuettel/dang)](https://github.com/eddelbuettel/dang)

### About

This packages contains a small collection of helper functions I have been keeping around.
Some of these have already appeared in a [StackOverflow answer in
2009](https://stackoverflow.com/questions/1358003/tricks-to-manage-the-available-memory-in-an-r-session)
or a [blog post in 2011](https://dirk.eddelbuettel.com/blog/2011/01/16/). Others are more
local and less refined. Some may even be redundant---it is simply a collection of utility
function I use, or maybe have used at some point.

### Status

The package tests cleanly as you would expect.

### Author

Dirk Eddelbuettel, plus contributions from others as noted in the respective files

### Acknowledgements

Thanks to Josh Ulrich for discussions about `plot.xts`, Brodie Gaslam for discussions about his CRAN
status checker (and Jordan Mark Barbone for a PR with fix to a corner case in it), Kevin Denny and
Kabira Namit for Stata commands demotivate and motivate, Bill Dunlap for `str.language`, and
possibly others I am omitting -- if your name belongs here email me!

### License

GPL (>= 2)