Skip to content
/ helpr Public

The helpr package contains numerous helpers, wrappers, and utilities used throughout the my analysis suite. It intentionally favors base R over higher level *tidyverse* to minimize imports.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

stufield/helpr

Repository files navigation

The helpr package

GitHub version CRAN status R-CMD-check Codecov test coverage Lifecycle: stable License: MIT

Overview

The helpr package contains numerous helper functions necessary for generalized machine learning analyses.

It contains and exports numerous utilities and S3 generics used throughout the my personal analysis suite. It intentionally favors base R over higher level tidyverse to keep imports to a minimum.


Installation

remotes::install_github("helpr")

# OR

remotes::install_version("helpr", "0.0.1")

Usage

To load helpr simply make a call to library() as usual:

library(helpr)

Help summary of the package

library(help = helpr)

Notes about the package

  • TODO
  • TODO
  • TODO

About

The helpr package contains numerous helpers, wrappers, and utilities used throughout the my analysis suite. It intentionally favors base R over higher level *tidyverse* to minimize imports.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published