Skip to content

Releases: carriedaymont/growthcleanr

v2.2.0

14 Sep 19:02
aea2631
Compare
Choose a tag to compare

Added

  • Added option to cleangrowth for the preliminary infants algorithm -- expands pediatric algorithm to consider 0 - 2 years old. Note that this option is still preliminary and should not be used for research.
  • Update new velocity data for infants pediatric extension (#122)
  • Add updated SDE step to the infants extension (#123)
  • Update infants to filter subjects for speed (#124)
  • Update z score calculation for infants extension(#125)

v2.1.1

01 Mar 21:54
2564355
Compare
Choose a tag to compare

Changed

  • Fixed missing adult measurements to be labeled "Missing" in output (#119)
  • Added tests for missingness in adult output
  • Fixed missing "-RV" codes in adult output
  • Corrected contributor names in DESCRIPTION (#120)
  • Added email for Dan Chudnov in DESCRIPTION (#95)

v2.1.0

16 Feb 19:58
39e3b85
Compare
Choose a tag to compare

Added

  • Use dependabot to update GitHub workflow action versions (#94)
  • Use GitHub action to build and publish container image (#101)

Changed

  • Updated ext_bmiz() to match Dec 2022 NCHS guidelines (#98)
  • New options to keep dates, columns, unmatched rows in longwide() (#71)
  • Updated CITATION to match new CRAN requirements
  • Updated Dockerfile to build from repo, not CRAN

v2.0.3

03 Nov 20:30
4cb0818
Compare
Choose a tag to compare

Added

  • CRAN release checklist now added under Developer Guidelines vignette (#99)

Changed

  • All possible levels for cleangrowth() output factor now enumerated
  • Updated maintainer to Carrie Daymont

v2.0.2

13 Sep 16:14
49d8f81
Compare
Choose a tag to compare

Added

Changed

  • Several updates for CRAN deployment: improved example/test runtimes, text
    corrections (#82); switched examples to use donttest, added CRAN comments
    file, updated .Rbuildignore (#84)
  • Documentation updated with CRAN install (#86), fixed links (#85)
  • Updated GitHub check workflow (#80) and pkgdown workflow

v2.0.1

09 Aug 19:11
6f13718
Compare
Choose a tag to compare

Changes

  • Updated DESCRIPTION, including authors, URLS, title, description, and imports
  • Compressed files in inst/extdata for size requirements; added R.utils as import to support fread() for .gz files
  • Updated license year

v2.0.0

06 Jul 14:41
4c6b05f
Compare
Choose a tag to compare

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)

v1.2.6

10 Jun 14:10
f533d77
Compare
Choose a tag to compare

Changed

  • Corrected four duplicated age-rows in NHANES reference medians (#40)
  • Added missing non-newborn constraint in 14h.ii (thanks Lusha Cao)
  • Removed Hmisc dependency (#36)
  • Replaced clean_value result column name in docs with gcr_result for
    clarity (#35)

v1.2.5

01 Mar 21:21
7a8d8e3
Compare
Choose a tag to compare

Changed

  • Updated behavior of sd.recenter option to include new NHANES reference medians and explicit specification with "NHANES" or "derive" (mitre#9)
  • Switched README.md to be generated from README.Rmd w/knitr (thanks @mcanouil) (#17)
  • Switched to use file.path() more consistently in R/growth.R

Added

  • Added inst/extdata/nhanes-reference-medians.csv, reference medians for recentering derived from NHANES (described in README)