Skip to content

v2.0.0

Compare
Choose a tag to compare
@dchud dchud released this 06 Jul 14:41
· 309 commits to main since this release
4c6b05f

Added

  • Support for cleaning adult (18-65) observations with adult_cutpoint and
    weightcap options (mitre#17, others)
  • Added documentation describing adult algorithm, examples, and exclusions
    (#30), next steps (#63)
  • Added tests supporting adult observations (#49)

Changed

  • Removed BMI calculation from longwide(), added simple_bmi() (#47)
  • Enhanced gcdriver.R to support adult options, parallel operation
    (mitre#23)
  • Refreshed syngrowth synthetic test data, now includes adults (#50)
  • Reorganized documentation from README, now using
    pkgdown (#30)
  • Improved code layout to pass CHECK cleanly (#18, #60)