From 9fa69289333f19422790beccae59cf6e61ca4c22 Mon Sep 17 00:00:00 2001 From: Stefan Bundfuss Date: Tue, 19 Dec 2023 17:00:32 +0000 Subject: [PATCH] address CRAN feedback --- DESCRIPTION | 2 +- R/check_crpr.R | 2 +- man/admiralonco-package.Rd | 2 +- man/get_crpr_dataset.Rd | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 8d3a85b4..07c795c1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -35,7 +35,7 @@ Description: Programming oncology specific Clinical Data Interchange Standards C mandatory part of any New Drug or Biologics License Application submitted to the United States Food and Drug Administration (FDA). Analysis derivations are implemented in accordance with the "Analysis Data Model Implementation Guide" - (CDISC Analysis Data Model Team (2021), ). + (CDISC Analysis Data Model Team (2021), ). The package is an extension package of the 'admiral' package. Language: en-US License: Apache License (>= 2) diff --git a/R/check_crpr.R b/R/check_crpr.R index 45640ce8..af62f2cb 100644 --- a/R/check_crpr.R +++ b/R/check_crpr.R @@ -100,7 +100,7 @@ signal_crpr <- function(dataset, #' @author Stefan Bundfuss #' #' @details -#' Some {admiralonco} function check that the in the source records CR is not +#' Some `{admiralonco}` functions check that in the source records CR is not #' followed by PR and throw an error otherwise. The `get_crpr_dataset()` #' function allows one to retrieve the duplicate records that lead to an error. #' diff --git a/man/admiralonco-package.Rd b/man/admiralonco-package.Rd index 403c2617..0178af64 100644 --- a/man/admiralonco-package.Rd +++ b/man/admiralonco-package.Rd @@ -8,7 +8,7 @@ \description{ \if{html}{\figure{logo.png}{options: style='float: right' alt='logo' width='120'}} -Programming oncology specific Clinical Data Interchange Standards Consortium (CDISC) compliant Analysis Data Model (ADaM) datasets in 'R'. ADaM datasets are a mandatory part of any New Drug or Biologics License Application submitted to the United States Food and Drug Administration (FDA). Analysis derivations are implemented in accordance with the "Analysis Data Model Implementation Guide" (CDISC Analysis Data Model Team (2021), \url{https://www.cdisc.org/standards/foundational/adam/adamig-v1-3-release-package}). The package is an extension package of the 'admiral' package. +Programming oncology specific Clinical Data Interchange Standards Consortium (CDISC) compliant Analysis Data Model (ADaM) datasets in 'R'. ADaM datasets are a mandatory part of any New Drug or Biologics License Application submitted to the United States Food and Drug Administration (FDA). Analysis derivations are implemented in accordance with the "Analysis Data Model Implementation Guide" (CDISC Analysis Data Model Team (2021), \url{https://www.cdisc.org/standards/foundational/adam}). The package is an extension package of the 'admiral' package. } \seealso{ Useful links: diff --git a/man/get_crpr_dataset.Rd b/man/get_crpr_dataset.Rd index 7eac672b..b21b13d5 100644 --- a/man/get_crpr_dataset.Rd +++ b/man/get_crpr_dataset.Rd @@ -13,7 +13,7 @@ A \code{data.frame} or \code{NULL} Get CR Records Followed by PR That Lead to a Prior Error } \details{ -Some {admiralonco} function check that the in the source records CR is not +Some \code{{admiralonco}} functions check that in the source records CR is not followed by PR and throw an error otherwise. The \code{get_crpr_dataset()} function allows one to retrieve the duplicate records that lead to an error.