Releases: pharmaR/riskmetric
Releases · pharmaR/riskmetric
v0.2.5
What's Changed
- updated older version of ubuntu from 18.04 to 20.04. 18.04 has been r… by @emilliman5 in #289
- Add examples available metric by @parmsam-pfizer in #274
- Temp fix for assess_downloads_1yr() error by @parmsam-pfizer in #286
- Assess export help source by @emilliman5 in #285
- Cran 0.2.2 by @elimillera in #291
- Updates to fix cran issues identified in #311 by @elimillera in #312
- ignore incomplete final line by @paulie-of-punskas in #317
- Updates with CRAN fixes by @elimillera in #325
- Fix typo in determine_pkg_source() docs by @fh-kpikhart in #331
- Update logo to be recognized by pkgdown by @olivroy in #326
- Fix errors in metric_score.pkg_metric_size_codebase doc by @fh-kpikhart in #336
- change regex and else loop to handle news files with no extension by @narayanan-iyer-pfizer in #351
- Fixes bug for list inputs to pkg_ref() by @narayanan-iyer-pfizer in #347
- Fix dependency assessment bug by @jthompson-arcus in #345
- Limit assess_size_codebase to only .R files by @Gotfrid in #363
- Updates to resolve CRAN comments in R-devel by @elimillera in #367
New Contributors
- @paulie-of-punskas made their first contribution in #317
- @fh-kpikhart made their first contribution in #331
- @olivroy made their first contribution in #326
- @narayanan-iyer-pfizer made their first contribution in #351
- @jthompson-arcus made their first contribution in #345
- @Gotfrid made their first contribution in #363
Full Changelog: v0.2.1...v0.2.5
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_refconstructor refactor