Skip to content

Commit

Permalink
Fix NOTE: Malformed Description field
Browse files Browse the repository at this point in the history
Fixes the NR CMD check NOTE:
  ❯ checking DESCRIPTION meta-information ... NOTE
  Malformed Description field: should contain one or more complete sentences.
  • Loading branch information
ramiromagno committed Feb 8, 2024
1 parent 2a1b197 commit c2e405e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@ Authors@R: c(
person("Pfizer Inc", role = c("cph", "fnd"))
)
Maintainer: Rammprasad Ganapathy <[email protected]>
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 Implemetation guide as defined by CDISC <https://www.cdisc.org/standards/foundational/sdtmig>
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 Implemetation guide as defined by CDISC
<https://www.cdisc.org/standards/foundational/sdtmig>.
Language: en-US
License: Apache License (>= 2)
BugReports: https://github.com/pharmaverse/sdtm.oak/issues
Expand Down

0 comments on commit c2e405e

Please sign in to comment.