Skip to content

Commit

Permalink
Merge branch 'main' into 223_clean_test_code
Browse files Browse the repository at this point in the history
  • Loading branch information
sadchla-codes authored Feb 23, 2024
2 parents d51bdd7 + 2e093b0 commit c71e591
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
Package: xportr
Title: Utilities to Output CDISC SDTM/ADaM XPT Files
Version: 0.3.1.9020
Version: 0.3.1.9021
Authors@R: c(
person("Eli", "Miller", , "Eli.Miller@AtorusResearch.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2127-9456")),
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("Kangjie", "Zhang", 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
URL: https://atorus-research.github.io/xportr/,
https://github.com/atorus-research/xportr
BugReports: https://github.com/atorus-research/xportr/issues
Depends:
R (>= 3.5)
Expand Down
2 changes: 1 addition & 1 deletion R/length.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' @inheritParams xportr
#' @param metadata A data frame containing variable level metadata. See
#' 'Metadata' section for details.
#' @param domain Appropriate CDSIC dataset name, e.g. ADAE, DM. Used to subset
#' @param domain Appropriate CDISC dataset name, e.g. ADAE, DM. Used to subset
#' the metadata object. If none is passed, then name of the dataset passed as
#' .df will be used.
#' @param verbose The action this function takes when an action is taken on the
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,7 @@ play well with other downstream and upstream packages.
This package was developed jointly by
[GSK](https://us.gsk.com/en-us/home/) and
[Atorus](https://www.atorusresearch.com/).

# Acknowledgments

Along with the authors and contributors, thanks to the following people for their work on the package: Vignesh Thanikachalam, and Ross Didenko.
2 changes: 2 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Codelist
Completers
DCREASCD
DM
Didenko
GSK
JPT
MMSE
Expand All @@ -22,6 +23,7 @@ SDSP
SDTM
Standardisation
TRTDUR
Thanikachalam
Trt
Vignesh
Vis
Expand Down
3 changes: 1 addition & 2 deletions man/xportr-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c71e591

Please sign in to comment.