Recent Releases of growthcleanr
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)
- R
Published by delosh653 over 2 years ago
growthcleanr - v2.1.1
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)
- R
Published by dchud almost 3 years ago
growthcleanr - v2.1.0
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
CITATIONto match new CRAN requirements - Updated
Dockerfileto build from repo, not CRAN
- R
Published by dchud about 3 years ago
growthcleanr - v2.0.3
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
- R
Published by delosh653 over 3 years ago
growthcleanr - 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 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
- R
Published by dchud over 3 years ago
growthcleanr - v2.0.1
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
- R
Published by delosh653 over 3 years ago
growthcleanr - v2.0.0
Added
- Support for cleaning adult (18-65) observations with
adult_cutpointandweightcapoptions (https://github.com/mitre/growthcleanr/pull/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.Rto support adult options, parallel operation (https://github.com/mitre/growthcleanr/pull/23) - Refreshed
syngrowthsynthetic test data, now includes adults (#50) - Reorganized documentation from README, now using pkgdown (#30)
- Improved code layout to pass
CHECKcleanly (#18, #60)
- R
Published by dchud over 4 years ago
growthcleanr - v1.2.6
Changed
- Corrected four duplicated age-rows in NHANES reference medians (#40)
- Added missing non-newborn constraint in 14h.ii (thanks Lusha Cao)
- Removed
Hmiscdependency (#36) - Replaced
clean_valueresult column name in docs withgcr_resultfor clarity (#35)
- R
Published by dchud over 4 years ago
growthcleanr - v1.2.5
Changed
- Updated behavior of
sd.recenteroption to include new NHANES reference medians and explicit specification with "NHANES" or "derive" (https://github.com/mitre/growthcleanr/issues/9) - Switched
README.mdto be generated fromREADME.Rmdw/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)
- R
Published by dchud almost 5 years ago