Releases: pharmaR/riskmetric
Releases · pharmaR/riskmetric
riskmetric v0.2.1
What's Changed
- riskmetric 0.2.1 - Fix S3 Consistency by @elimillera in #280
Full Changelog: v0.2.0...v0.2.1
riskmetric v0.2.0
What's Changed
- Dev/reverse dependencies metric by @emilliman5 in #219
- WIP: Release v0.1.2 by @dgkf in #228
- Maintainer = good? by @ms609 in #240
- Dev/dependencies metric by @emilliman5 in #234
- Issue 47 by @kimjj93 in #239
- updated archive_release_dates to use httr::content(httr:GET(...)) for… by @emilliman5 in #245
- added metric score method for pkg_metric_error class by @emilliman5 in #244
- Issue 236: modify the aggregation of package metrics into the package score by @emilliman5 in #242
- Adds install.packages() instruction to readme by @eliocamp in #251
- Update README.md by @elong0527 in #264
- fixed inconsistencies in the assess_has_bug_url fuction and dispatch.… by @emilliman5 in #259
- Test updated workflows by @elimillera in #268
- Adding the function of assessing number of lines of code base by @shengwei66 in #249
- Update README with hex logo and blurb about riskassessment by @AARON-CLARK in #269
- Add parameter to pkg_ref_cache function to change look back interval by @parmsam-pfizer in #263
- Prep for 0.2.0 release to cran by @elimillera in #275
New Contributors
- @ms609 made their first contribution in #240
- @kimjj93 made their first contribution in #239
- @eliocamp made their first contribution in #251
- @shengwei66 made their first contribution in #249
- @AARON-CLARK made their first contribution in #269
- @parmsam-pfizer made their first contribution in #263
Full Changelog: v0.1.2...v0.2.0
riskmetric v0.1.2
What's Changed
- WIP: Release v0.1.1 by @dgkf in #217
- Dev/namespace metrics by @emilliman5 in #220
- Updating GitHub actions, using more recent r-lib actions by @dgkf in #226
- Switch tests to use source functions by @elimillera in #223
Full Changelog: v0.1.1...v0.1.2
riskmetric v0.1.1
- Fixes a subclassing bug introduced by concrete
pkg_ref
constructor refactor