From c2e405e2f78a94d472f40ba3dc119c46a69291aa Mon Sep 17 00:00:00 2001 From: Ramiro Magno Date: Thu, 8 Feb 2024 00:47:26 +0000 Subject: [PATCH] Fix NOTE: Malformed Description field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes the NR CMD check NOTE: ❯ checking DESCRIPTION meta-information ... NOTE Malformed Description field: should contain one or more complete sentences. --- DESCRIPTION | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index bd5e53b6..f029ced7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -19,7 +19,13 @@ Authors@R: c( person("Pfizer Inc", 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 Implemetation guide as defined by CDISC +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 + . Language: en-US License: Apache License (>= 2) BugReports: https://github.com/pharmaverse/sdtm.oak/issues