From a8e036284cf4c335556af9f4c25ce8bab3768b1d Mon Sep 17 00:00:00 2001 From: yilong zhang Date: Thu, 26 Oct 2023 04:12:23 +0000 Subject: [PATCH] fix issues in CRAN check. --- DESCRIPTION | 4 ++-- README.md | 2 +- vignettes/metalite-table1.Rmd | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index dd99e04..39cbfcb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -4,8 +4,8 @@ Version: 0.1.0 Authors@R: c( person("Yilong", "Zhang", email = "elong0527@gmail.com", role = c("aut", "cre")) ) -Description: Create interactive table of descriptive statistics in HTML. - The table typically used for exploratory analysis for a clinical study (refered as "Table 1"). +Description: Create an interactive table of descriptive statistics in HTML. + This table is typically used for exploratory analysis in a clinical study (referred to as 'Table 1'). License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) diff --git a/README.md b/README.md index ba58e78..1f5373e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ There are R packages and examples to create the table1: - [`table1`](https://github.com/benjaminrich/table1) For use case in clinical trials, -[Chapter 4 of the R for clinical study reports and submission](https://r4csr.org/baseline-characteristics.html) +[Chapter 4 of the R for clinical study reports and submission](https://r4csr.org/tlf-baseline.html) contains more details. The `metalite.table1` provide an interactive table1 to diff --git a/vignettes/metalite-table1.Rmd b/vignettes/metalite-table1.Rmd index 27cbe4a..74c842a 100644 --- a/vignettes/metalite-table1.Rmd +++ b/vignettes/metalite-table1.Rmd @@ -31,7 +31,7 @@ There are R packages and examples to create the table1: - [`table1`](https://github.com/benjaminrich/table1) For use case in clinical trials, -[Chapter 4 of the R for clinical study reports and submission](https://r4csr.org/baseline-characteristics.html) +[Chapter 4 of the R for clinical study reports and submission](https://r4csr.org/tlf-baseline.html) contains more details. The `metalite.table1` provide an interactive table1 to