diff --git a/DESCRIPTION b/DESCRIPTION index 28300a0b..11079f2b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -31,12 +31,12 @@ Imports: stats, utils Suggests: - dplyr (>= 1.0.0), + dplyr (>= 1.0.1), knitr (>= 1.42), lifecycle (>= 0.2.0), rmarkdown (>= 2.19), stringi (>= 1.6), - testthat (>= 3.0.4), + testthat (>= 3.1.5), withr (>= 2.0.0) VignetteBuilder: knitr diff --git a/NEWS.md b/NEWS.md index 9f748db1..519ba2da 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,13 +2,14 @@ * Added relevant tests for pagination when key columns need to be repeated in each page and when they are all empty. * Added relevant tests for new line characters' handling in footnotes and titles. * Added cheatsheet. + * Change title of "Getting Started with rlistings" vignette to "Getting Started". ## rlistings 0.2.7 * Applied `styler` and resolved package lint. Changed default indentation from 4 spaces to 2. * Fixed bug in `add_listing_col` when both a function and a format are specified. * Added a vignette on referential footnotes workaround. - * Added a vignette on formatting columns. - * Added a vignette on pagination. + * Added a vignette on formatting columns. + * Added a vignette on pagination. ## rlistings 0.2.6 * Fixed bug in pagination preventing key column values to appear in paginated listings when `export_as_txt` was used. @@ -32,7 +33,7 @@ * Introduced `testthat` edition 3. ## rlistings 0.2.2 - * Moved `export_as_txt` to `formatters`. Added to reexports. + * Moved `export_as_txt` to `formatters`. Added to reexports. ## rlistings 0.2.1 diff --git a/inst/WORDLIST b/inst/WORDLIST index b1ce3613..436c028e 100644 --- a/inst/WORDLIST +++ b/inst/WORDLIST @@ -1,12 +1,6 @@ ADAE Biomarker Cheatsheet -Forkers -Hoffmann -README -Repo -Rua -WIP cheatsheet colnm csv @@ -14,8 +8,15 @@ customizations de df droppage +Forkers funder getter +Hoffmann pagesize pre +README +Repo repo +rlistings +Rua +WIP diff --git a/vignettes/rlistings.Rmd b/vignettes/rlistings.Rmd index 8ce7624f..e97948da 100644 --- a/vignettes/rlistings.Rmd +++ b/vignettes/rlistings.Rmd @@ -1,5 +1,5 @@ --- -title: "Getting Started with rlistings" +title: "Getting Started" author: "Emily de la Rua and Gabriel Becker" date: "2022-10-26" output: @@ -9,7 +9,7 @@ vignette: > %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} editor_options: - markdown: + markdown: wrap: 72 --- @@ -22,9 +22,9 @@ knitr::opts_chunk$set( ## Introduction -This vignette shows the general purpose and basic functionality of the `rlistings` R package. +This vignette shows the general purpose and basic functionality of the `rlistings` R package. -The `rlistings` R package contains value formatting and ASCII rendering infrastructure for tables and listings useful for clinical trials and other statistical analysis. +The `rlistings` R package contains value formatting and ASCII rendering infrastructure for tables and listings useful for clinical trials and other statistical analysis. The core functionality is built on top of the [`formatters` package](https://insightsengineering.github.io/formatters/latest-tag/). Some of the key features currently available to customize listings created using the `rlistings` package include: