Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eddelbuettel/dang
- Owner: eddelbuettel
- Created: 2020-08-17T22:05:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T23:11:25.000Z (3 months ago)
- Last Synced: 2024-10-12T21:26:15.415Z (29 days ago)
- Topics: cran, r, r-package
- Language: R
- Homepage:
- Size: 155 KB
- Stars: 11
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
Awesome Lists containing this project
- jimsghstars - eddelbuettel/dang - A collection of utility functions for R (R)
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)