diff --git a/DESCRIPTION b/DESCRIPTION index 9220fad8..d8eaa819 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -24,17 +24,18 @@ Authors@R: c( person("Transition Technologies Science", role = c("cph", "fnd")) ) Maintainer: Rammprasad Ganapathy -Description: An EDC and Data Standard-agnostic SDTM data transformation engine - designed for SDTM programming in R. Powered by metadata sdtm.oak can - automate the conversion of raw clinical data to SDTM through standardized - mapping algorithms. SDTM is one of the required standards for data - submission to FDA (U.S.) and PMDA (Japan). SDTM standards are implemented - in accordance with the SDTM Implementation Guide as defined by CDISC - . +Description: An EDC-agnostic and data standard-agnostic SDTM data transformation engine + that provides a framework for modular programming of SDTM in R. Powered by + metadata and standard specification sdtm.oak can potentially automate the + conversion of raw clinical data to SDTM through standardized mapping + algorithms. SDTM is one of the required standards for data submission to + the FDA (U.S.) and PMDA (Japan). SDTM standards are implemented following + the SDTM Implementation Guide as defined by + CDISC . Language: en-US License: Apache License (>= 2) -BugReports: https://github.com/pharmaverse/sdtm.oak/issues -URL: https://pharmaverse.github.io/sdtm.oak/, https://github.com/pharmaverse/sdtm.oak +BugReports: https://github.com/pharmaverse/sdtm.oak/issues/ +URL: https://pharmaverse.github.io/sdtm.oak/ Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) diff --git a/man/sdtm.oak-package.Rd b/man/sdtm.oak-package.Rd index e24ced91..e84b5615 100644 --- a/man/sdtm.oak-package.Rd +++ b/man/sdtm.oak-package.Rd @@ -6,14 +6,13 @@ \alias{sdtm.oak-package} \title{sdtm.oak: SDTM Data Transformation Engine} \description{ -An EDC and Data Standard-agnostic SDTM data transformation engine designed for SDTM programming in R. Powered by metadata sdtm.oak can automate the conversion of raw clinical data to SDTM through standardized mapping algorithms. SDTM is one of the required standards for data submission to FDA (U.S.) and PMDA (Japan). SDTM standards are implemented in accordance with the SDTM Implementation Guide as defined by CDISC \url{https://www.cdisc.org/standards/foundational/sdtmig}. +An EDC-agnostic and data standard-agnostic SDTM data transformation engine that provides a framework for modular programming of SDTM in R. Powered by metadata and standard specification sdtm.oak can potentially automate the conversion of raw clinical data to SDTM through standardized mapping algorithms. SDTM is one of the required standards for data submission to the FDA (U.S.) and PMDA (Japan). SDTM standards are implemented following the SDTM Implementation Guide as defined by CDISC \url{https://www.cdisc.org/standards/foundational/sdtmig}. } \seealso{ Useful links: \itemize{ \item \url{https://pharmaverse.github.io/sdtm.oak/} - \item \url{https://github.com/pharmaverse/sdtm.oak} - \item Report bugs at \url{https://github.com/pharmaverse/sdtm.oak/issues} + \item Report bugs at \url{https://github.com/pharmaverse/sdtm.oak/issues/} } }