From 073d2320e3cb3873b46e265955bf9b14d89d3752 Mon Sep 17 00:00:00 2001 From: Stefan Bundfuss Date: Tue, 29 Aug 2023 11:42:51 +0000 Subject: [PATCH] #33 recist: fix spelling --- R/data.R | 5 +++-- inst/WORDLIST | 2 ++ man/rs_onco_recist.Rd | 6 ++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/R/data.R b/R/data.R index 8d82a48..a584228 100644 --- a/R/data.R +++ b/R/data.R @@ -147,8 +147,9 @@ #' Disease Response Dataset (RECIST 1.1) #' #' A SDTM RS dataset using RECIST 1.1. The dataset contains just a few patients. -#' It is intended for vignettes and examples of ADaM dataset creation. The -#' dataset is derived from `tr_onco_recist`. +#' It is intended for vignettes and examples of ADaM dataset creation. +#' +#' @source The dataset is derived from \code{tr_onco_recist}. #' #' @author Stefan Bundfuss "rs_onco_recist" diff --git a/inst/WORDLIST b/inst/WORDLIST index a63d02b..0a9acd6 100644 --- a/inst/WORDLIST +++ b/inst/WORDLIST @@ -2,6 +2,7 @@ ADEG ADaM AE AELAT +Bundfuss CDISC Contestí DM @@ -17,6 +18,7 @@ NEI Pharmacokinetic Pharmacokinetics Pharmaverse +RECIST Rodríguez SDG SDTM diff --git a/man/rs_onco_recist.Rd b/man/rs_onco_recist.Rd index 69ea094..3318a27 100644 --- a/man/rs_onco_recist.Rd +++ b/man/rs_onco_recist.Rd @@ -7,13 +7,15 @@ \format{ An object of class \code{tbl_df} (inherits from \code{tbl}, \code{data.frame}) with 54 rows and 14 columns. } +\source{ +The dataset is derived from \code{tr_onco_recist}. +} \usage{ rs_onco_recist } \description{ A SDTM RS dataset using RECIST 1.1. The dataset contains just a few patients. -It is intended for vignettes and examples of ADaM dataset creation. The -dataset is derived from `tr_onco_recist`. +It is intended for vignettes and examples of ADaM dataset creation. } \author{ Stefan Bundfuss