-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from mitre/cran-upd
Make updates in preparation for CRAN
- Loading branch information
Showing
78 changed files
with
2,374 additions
and
93,202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,30 @@ | ||
Package: growthcleanr | ||
Type: Package | ||
Title: Growth Measurements Cleaner | ||
Version: 2.0.0 | ||
Title: Data Cleaner for Anthropometric Measurements | ||
Version: 2.0.1 | ||
Authors@R: c( | ||
person("Daymont","Carrie",,"[email protected]",c("aut","cre")), | ||
person("Grundmeier","Robert",,"[email protected]","aut"), | ||
person("Miller","Jeffrey",,"[email protected]","aut"), | ||
person("Campos","Diego",,"[email protected]","aut") | ||
person("Daymont","Carrie", email = "[email protected]", role = "aut"), | ||
person("Grundmeier","Robert", role = "aut"), | ||
person("Miller","Jeffrey", role = "aut"), | ||
person("Campos","Diego", role = "aut"), | ||
person("Chudnov","Dan", role = "ctb"), | ||
person("De los Santos","Hannah", email = "[email protected]", role = c("ctb","cre")), | ||
person("Cao","Lusha", role = "ctb"), | ||
person("Silva","Steffani", role = "ctb"), | ||
person("Zhang","Hanzhe", role = "ctb"), | ||
person("Boyas","Matt", role = "ctb"), | ||
person("Freedman","David", role = "ctb"), | ||
person("Achilleos","Andreas", role = "ctb"), | ||
person("Butts","Jessica", role = "ctb"), | ||
person("Nguyen","Sheila", role = "ctb"), | ||
person("Soleymani","Taraneh", role = "ctb") | ||
) | ||
Maintainer: Robert Grundmeier <[email protected]> | ||
Description: growthcleanr cleans growth data that may contain implausible data based on unit or data range. | ||
Description: ‘growthcleanr’ identifies implausible anthropometric (e.g., height, | ||
weight) measurements in irregularly spaced longitudinal datasets, such as those from electronic health records. | ||
URL: https://carriedaymont.github.io/growthcleanr/index.html, https://github.com/carriedaymont/growthcleanr | ||
BugReports: https://github.com/carriedaymont/growthcleanr/issues | ||
Imports: | ||
R.utils (>= 2.11.0), | ||
data.table (>= 1.13.0), | ||
tidyr (>= 1.1.0), | ||
plyr (>= 1.8.6), | ||
|
@@ -24,7 +38,6 @@ Depends: | |
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 7.1.2 | ||
Roxygen: list(markdown = TRUE) | ||
Suggests: | ||
argparser (>= 0.6), | ||
|
@@ -33,3 +46,4 @@ Suggests: | |
rmarkdown (>= 2.3), | ||
testthat (>= 2.3.2) | ||
VignetteBuilder: knitr | ||
RoxygenNote: 7.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.