Skip to content
/ kdry Public
generated from kapsner/rpkgTemplate

Kapsner's "Don't repeat yourself"-collection

License

Notifications You must be signed in to change notification settings

kapsner/kdry

Repository files navigation

kdry - K's "Don't repeat yourself"-collection

CRAN Status Badge CRAN Checks Dependencies R build status R build status R build status codecov

This R package provides a collection of helper functions and code snippets to avoid redundancy in the spirit of the "Don't repeat yourself" software development principle.

prefix description
- No prefix for very basic helper functions
dtr_ Data transform helper functions
mlh_ Machine learning helper functions
pch_ Parallel computing helper functions
misc_ Miscellaneous functions
plt_ Plots
rep_ Reporting helper functions
sts_ Statistical helper functions

Installation

To install from CRAN:

install.packages("kdry")

You can install the development version of kdry with:

install.packages("remotes")
remotes::install_github("kapsner/kdry")

About

Kapsner's "Don't repeat yourself"-collection

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages