Skip to content

Releases: aryoda/R_enumerations

v0.3.0 (stable DEV version) - github-only release

06 Sep 17:08
Compare
Choose a tag to compare

See issue #4

To install this version via devtools use the tag name:

devtools::install_github("aryoda/[email protected]")

For details on how to use this release via remotes in your package DESCRIPTION file or devtools::install_github() see:
https://cran.r-project.org/web/packages/devtools/vignettes/dependencies.html

The (unit) test coverage is:

> covr::package_coverage()
enumerations Coverage: 95.12%
R/as_data_frame_enumeration.R: 90.91%
R/create_enum.R: 95.00%
R/is_enumeration.R: 100.00%
R/match_enum_arg.R: 100.00%