Releases: carriedaymont/growthcleanr
Releases · carriedaymont/growthcleanr
v2.2.0
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
v2.1.0
v2.0.3
v2.0.2
Added
- Package now available on CRAN: https://cran.r-project.org/package=growthcleanr
Changed
- Several updates for CRAN deployment: improved example/test runtimes, text
corrections (#82); switched examples to usedonttest
, 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
v2.0.0
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()
, addedsimple_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
v1.2.5
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 fromREADME.Rmd
w/knitr (thanks @mcanouil) (#17) - Switched to use
file.path()
more consistently inR/growth.R
Added
- Added
inst/extdata/nhanes-reference-medians.csv
, reference medians for recentering derived from NHANES (described in README)