|
1 |
| -# growthcleanr |
| 1 | +# growthcleanr 2.0.0 - 2021-06-30 |
2 | 2 |
|
3 |
| -## [1.2.6] - 2021-06-10 |
| 3 | +## Added |
4 | 4 |
|
5 |
| -### Changed |
| 5 | +- Support for cleaning adult (18-65) observations with `adult_cutpoint` and |
| 6 | + `weightcap` options (https://github.com/mitre/growthcleanr/pull/17, others) |
| 7 | +- Added documentation describing adult algorithm, examples, and exclusions |
| 8 | + (#30), next steps (#63) |
| 9 | +- Added tests supporting adult observations (#49) |
| 10 | + |
| 11 | +## Changed |
| 12 | + |
| 13 | +- Removed BMI calculation from `longwide()`, added `simple_bmi()` (#47) |
| 14 | +- Enhanced `gcdriver.R` to support adult options, parallel operation |
| 15 | + (https://github.com/mitre/growthcleanr/pull/23) |
| 16 | +- Refreshed `syngrowth` synthetic test data, now includes adults (#50) |
| 17 | +- Reorganized documentation from README, now using |
| 18 | + [pkgdown](https://pkgdown.r-lib.org/) (#30) |
| 19 | +- Improved code layout to pass `CHECK` cleanly (#18, #60) |
| 20 | + |
| 21 | +# growthcleanr 1.2.6 - 2021-06-10 |
| 22 | + |
| 23 | +## Changed |
6 | 24 |
|
7 | 25 | - Corrected four duplicated age-rows in NHANES reference medians (#40)
|
8 | 26 | - Added missing non-newborn constraint in 14h.ii (thanks Lusha Cao)
|
9 | 27 | - Removed `Hmisc` dependency (#36)
|
10 | 28 | - Replaced `clean_value` result column name in docs with `gcr_result` for
|
11 | 29 | clarity (#35)
|
12 | 30 |
|
13 |
| -## [1.2.5] - 2021-02-26 |
| 31 | +# growthcleanr 1.2.5 - 2021-02-26 |
| 32 | + |
| 33 | +## Added |
| 34 | + |
| 35 | +- Added `inst/extdata/nhanes-reference-medians.csv`, reference medians for |
| 36 | + recentering derived from NHANES (described in README) |
14 | 37 |
|
15 |
| -### Changed |
| 38 | +## Changed |
16 | 39 |
|
17 | 40 | - Updated behavior of `sd.recenter` option to include new NHANES reference
|
18 | 41 | medians and explicit specification with "NHANES" or "derive"
|
|
21 | 44 | @mcanouil) (#17)
|
22 | 45 | - Switched to use `file.path()` more consistently in `R/growth.R`
|
23 | 46 |
|
24 |
| -### Added |
| 47 | +# growthcleanr 1.2.4 - 2021-01-14 |
25 | 48 |
|
26 |
| -- Added `inst/extdata/nhanes-reference-medians.csv`, reference medians for |
27 |
| - recentering derived from NHANES (described in README) |
| 49 | +## Changed |
| 50 | + |
| 51 | +- Minor update to WHO HT velocity 3SD files to correct a small number of errors |
| 52 | + (#24). Affected files were: |
| 53 | + |
| 54 | + - `inst/extdata/who_ht_maxvel_3sd.csv` |
| 55 | + - `inst/extdata/who_ht_vel_3sd.csv` |
28 | 56 |
|
29 |
| -## [1.2.4] - 2021-01-14 |
| 57 | + Although these changes were very minor, it is possible that results on data |
| 58 | + cleaned after this change may vary from previous results. The prior version of |
| 59 | + these files may be obtained by visiting the tagged release version 1.2.3 at |
| 60 | + https://github.com/carriedaymont/growthcleanr/releases/tag/1.2.3. |
30 | 61 |
|
31 |
| -### Changed |
| 62 | + The released version of `growthcleanr` available at that link contains the |
| 63 | + older version of both files; that older version may be used to verify |
| 64 | + reproducibility. |
32 | 65 |
|
33 |
| -- Minor update to WHO HT velocity 3SD files (#24) |
| 66 | + Alternatively, a more recent version of `growthcleanr` may be used with only |
| 67 | + the affected files replaced with their older versions available at the 1.2.3 |
| 68 | + tag link above. This must be done manually. |
34 | 69 |
|
35 |
| -## [1.2.3] - 2021-01-07 |
| 70 | +# growthcleanr 1.2.3 - 2021-01-07 |
36 | 71 |
|
37 |
| -### Added |
| 72 | +## Added |
38 | 73 |
|
39 | 74 | - New exclusion handling option on experimental carry forward adjustment
|
40 | 75 |
|
41 |
| -### Changed |
| 76 | +## Changed |
42 | 77 |
|
43 | 78 | - Improved experimental carry forward adjustment handling of strings of
|
44 | 79 | CF values, output handling, and documentation; renamed "Missing" values
|
|
49 | 84 | - Improved Dockerfile to standardize user/path, simplify install (thanks
|
50 | 85 | @mcanouil)
|
51 | 86 |
|
52 |
| -## [1.2.2] - 2020-09-29 |
| 87 | +# growthcleanr 1.2.2 - 2020-09-29 |
53 | 88 |
|
54 |
| -### Added |
| 89 | +## Added |
55 | 90 |
|
56 | 91 | - CITATION file, now `citation("growthcleanr")` works as expected
|
57 | 92 |
|
58 |
| -### Changed |
| 93 | +## Changed |
59 | 94 |
|
60 | 95 | - Standardized on arrow assignment
|
61 | 96 | - Moved functions previously within other functions to top level
|
|
70 | 105 | - Improved and corrected documentation
|
71 | 106 | - Re-compressed synthetic sample data (`syngrowth`) to improve compression
|
72 | 107 |
|
73 |
| -## [1.2.1] - 2020-08-14 |
| 108 | +# growthcleanr 1.2.1 - 2020-08-14 |
74 | 109 |
|
75 |
| -### Added |
| 110 | +## Added |
76 | 111 |
|
77 | 112 | - New tests in `tests/testthat/test-utils.R` and `tests/testthat/test-cdc.R`
|
78 | 113 | to support newly added functions
|
79 | 114 |
|
80 |
| -### Changed |
| 115 | +## Changed |
81 | 116 |
|
82 | 117 | - Improved error handling in `longwide()`; fixed missing import in DESCRIPTION
|
83 | 118 |
|
84 |
| -## [1.2] - 2020-07-24 |
| 119 | +# growthcleanr 1.2 - 2020-07-24 |
85 | 120 |
|
86 |
| -### Added |
| 121 | +## Added |
87 | 122 |
|
88 | 123 | - New CDC BMI calculation function `ext_bmiz()`, comparable to SAS program
|
89 | 124 | published at https://www.cdc.gov/nccdphp/dnpao/growthcharts/resources/sas.htm
|
|
101 | 136 | and driver script `exec/testadjustcf.R` (see README-adjustcarryforward.md for
|
102 | 137 | details)
|
103 | 138 |
|
104 |
| -### Changed |
| 139 | +## Changed |
105 | 140 |
|
106 | 141 | - Reorganized code from `R/growth.R` into separate files for clarity and easier
|
107 | 142 | maintenance (all utility functions not directly used by `cleangrowth()` are
|
108 | 143 | now in `R/utils.R`)
|
109 | 144 | - Updated README with details and examples for added functions
|
110 | 145 |
|
111 |
| -## [1.1] - 2020-02-07 |
| 146 | +# growthcleanr 1.1 - 2020-02-07 |
112 | 147 |
|
113 |
| -### Added |
| 148 | +## Added |
114 | 149 |
|
115 | 150 | - New options to add flexibility:
|
116 | 151 | - `error.load.mincount` and `error.load.threshold`
|
|
120 | 155 | - New `splitinput()` function
|
121 | 156 | - New example synthetic data set `syngrowth` loads automatically.
|
122 | 157 |
|
123 |
| -### Changed |
| 158 | +## Changed |
124 | 159 |
|
125 | 160 | - Several updates to improve performance, including eliminating use of
|
126 | 161 | data.table in ewma function.
|
127 | 162 | - Updated README with link to paper, detailed introduction, more installation
|
128 | 163 | details, examples, notes on handling large datasets, lists of parameters
|
129 | 164 | and exclusions.
|
130 | 165 |
|
131 |
| -## [1.0.0] - 2018-09-11 |
| 166 | +# growthcleanr 1.0.0 - 2018-09-11 |
132 | 167 |
|
133 |
| -### Added |
| 168 | +## Added |
134 | 169 |
|
135 | 170 | - Initial version posted to GitHub.
|
0 commit comments