Skip to content

Commit

Permalink
fix verdepcheck (#208)
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Rucki <12943682+pawelru@users.noreply.github.com>
  • Loading branch information
pawelru committed Mar 18, 2024
1 parent 0d854d8 commit de807b1
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 17 deletions.
9 changes: 5 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ URL: https://insightsengineering.github.io/rlistings/,
https://github.com/insightsengineering/rlistings/
BugReports: https://github.com/insightsengineering/rlistings/issues
Depends:
formatters (>= 0.5.5),
formatters (>= 0.5.5.9005),
methods,
tibble (>= 2.0.0)
Imports:
Expand All @@ -31,17 +31,18 @@ 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
Config/Needs/verdepcheck: insightsengineering/formatters,
tidyverse/tibble, mllg/checkmate, tidyverse/dplyr, yihui/knitr,
r-lib/lifecycle, gogolewski/stringi, r-lib/testthat, r-lib/withr
r-lib/lifecycle, rstudio/rmarkdown, gagolews/stringi, r-lib/testthat, r-lib/withr
Config/Needs/website: insightsengineering/nesttemplate
Config/testthat/edition: 3
Encoding: UTF-8
Expand Down
7 changes: 4 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

Expand Down
13 changes: 7 additions & 6 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
ADAE
Biomarker
Cheatsheet
Forkers
Hoffmann
README
Repo
Rua
WIP
cheatsheet
colnm
csv
customizations
de
df
droppage
Forkers
funder
getter
Hoffmann
pagesize
pre
README
Repo
repo
rlistings
Rua
WIP
8 changes: 4 additions & 4 deletions vignettes/rlistings.Rmd
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -9,7 +9,7 @@ vignette: >
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
editor_options:
markdown:
markdown:
wrap: 72
---

Expand All @@ -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:
Expand Down

0 comments on commit de807b1

Please sign in to comment.