-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into 175-assertions
- Loading branch information
Showing
41 changed files
with
593 additions
and
484 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,86 +1,62 @@ | ||
Package: xportr | ||
Title: Utilities to Output CDISC SDTM/ADaM XPT Files | ||
Version: 0.3.1.9000 | ||
Authors@R: | ||
c( | ||
person(given = "Eli", | ||
family = "Miller", | ||
role = c("aut", "cre"), | ||
email = "[email protected]", | ||
Version: 0.3.1.9007 | ||
Authors@R: c( | ||
person("Eli", "Miller", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-2127-9456")), | ||
person(given = "Vignesh ", | ||
family = "Thanikachalam", | ||
role = c("aut")), | ||
person(given = "Ben", | ||
family = "Straub", | ||
role = ("aut")), | ||
person(given = "Ross", | ||
family = "Didenko", | ||
role = ("aut")), | ||
person(given = "Zelos", | ||
family = "Zhu", | ||
role = ("aut")), | ||
person(given = "Ethan", | ||
family = "Brockmann", | ||
role = ("aut")), | ||
person(given = "Vedha", | ||
family = "Viyash", | ||
role = ("aut")), | ||
person(given = "Andre", | ||
family = "Verissimo", | ||
role = ("aut")), | ||
person(given = "Sophie", | ||
family = "Shapcott", | ||
role = ("aut")), | ||
person(given = "Celine", | ||
family = "Piraux", | ||
role = ("aut")), | ||
person(given = "Adrian", | ||
family = "Chan", | ||
role = ("aut")), | ||
person(given = "Sadchla", | ||
family = "Mascary", | ||
role = ("aut")), | ||
person(given = "Atorus/GSK JPT", | ||
role = "cph")) | ||
Description: Tools to build CDISC compliant data sets and check for CDISC compliance. | ||
person("Vignesh ", "Thanikachalam", role = "aut"), | ||
person("Ben", "Straub", role = "aut"), | ||
person("Ross", "Didenko", role = "aut"), | ||
person("Zelos", "Zhu", role = "aut"), | ||
person("Ethan", "Brockmann", role = "aut"), | ||
person("Vedha", "Viyash", role = "aut"), | ||
person("Andre", "Verissimo", role = "aut"), | ||
person("Sophie", "Shapcott", role = "aut"), | ||
person("Celine", "Piraux", role = "aut"), | ||
person("Adrian", "Chan", role = "aut"), | ||
person("Sadchla", "Mascary", role = "aut"), | ||
person("Atorus/GSK JPT", role = "cph") | ||
) | ||
Description: Tools to build CDISC compliant data sets and check for CDISC | ||
compliance. | ||
License: MIT + file LICENSE | ||
URL: https://github.com/atorus-research/xportr | ||
BugReports: https://github.com/atorus-research/xportr/issues | ||
Depends: | ||
R (>= 3.5) | ||
Imports: | ||
checkmate, | ||
cli, | ||
This comment has been minimized.
Sorry, something went wrong. |
||
dplyr (>= 1.0.2), | ||
purrr (>= 0.3.4), | ||
stringr (>= 1.4.0), | ||
magrittr, | ||
glue (>= 1.4.2), | ||
haven (>= 2.5.0), | ||
janitor, | ||
lifecycle, | ||
magrittr, | ||
purrr (>= 0.3.4), | ||
readr, | ||
rlang (>= 0.4.10), | ||
cli, | ||
stringr (>= 1.4.0), | ||
tidyselect, | ||
readr, | ||
janitor, | ||
tm, | ||
haven (>= 2.5.0), | ||
lifecycle | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.3 | ||
tm | ||
Suggests: | ||
testthat (>= 3.0.0), | ||
withr, | ||
knitr, | ||
rmarkdown, | ||
readxl, | ||
DT, | ||
labelled, | ||
admiral, | ||
devtools, | ||
DT, | ||
knitr, | ||
labelled, | ||
lintr, | ||
metacore, | ||
readxl, | ||
rmarkdown, | ||
spelling, | ||
testthat (>= 3.0.0), | ||
usethis, | ||
lintr, | ||
metacore | ||
withr | ||
VignetteBuilder: | ||
knitr | ||
Config/testthat/edition: 3 | ||
VignetteBuilder: knitr | ||
Depends: | ||
R (>= 3.5) | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.3 |
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
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.
Do we use cli somewhere? I don't see it?