Skip to content

Commit

Permalink
vbimp dplyr and testthat; rename vignette to fix the warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru committed Mar 14, 2024
1 parent 93f5aef commit 8a29308
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 8a29308

Please sign in to comment.