Skip to content

Releases: insightsengineering/rtables

rtables v0.3.3

17 Dec 14:46
Compare
Choose a tag to compare

This version completely refactors the rtables package. We do provide a backwards compatibility layer with the
rtable, rcell, rrow, rheader, and rtabulate family of functions. However the table data structure and main
tabulation framework have changed. We provide extensive documentation in the manuals help(package = "rtables") and
vignettes vignette(package = "rtables") of the package.

The changes to rtables have been undertaken to better meet the requirements of creating and analyzing & reporting
tables in the context of clinical trials.

v0.3.2.4 (used in Phuse EU Connect 2020 talk)

08 Nov 19:56
Compare
Choose a tag to compare

Used in talk "A Novel Way of Creating Tables in R using the refactored rtables R package" by Adrian Waddell in SD05 - Software Demonstration Stream at Phuse EU Connect 2020.

v0.3.2.3 (used in JSM 2020 Talk)

31 Jul 20:38
Compare
Choose a tag to compare
Pre-release

Version of rtables used in Gabriel Becker's Joint Statistical Meetings 2020 presentation.

v0.3.1.1 (used in useR!2020 talk)

21 Jun 01:26
c2069c2
Compare
Choose a tag to compare
Pre-release

Layouting and tabulation framework in place as illustrated by the useR 2020 talk.

Should not be considered production code.

rtables 0.1.2

24 Jun 18:13
Compare
Choose a tag to compare
  • rbind.rtable now supports binding rtables with rows, e.g. rbind(tbl1, rrow(), tbl2) or rbind(tbl1, rrow("row name"), tbl2).
  • rbindl_rtables supports NULL objects in the list (except for the first element)
  • add indent function
  • header_add_N deals gracefully with NULL objects

rtables 0.1.1

25 Feb 18:19
e3a94b8
Compare
Choose a tag to compare

Changes from version 0.1.0:

  • rtablulate family of functions do not support the row_*_data_args arguments anymore. Instead, the col_wise_args argument is introduced.
  • add functions order_rrows, sort_rrows, order_rtables, and sort_rtables are introduced.
  • prevent rtables from being unlisted with unlist.rtables
  • Viewer now also accepts objects of class shiny.tag (defined in package htmltools)
  • as.html accepts class.table, class.tr, class.th, and class.td as an argument
  • added sprintf_format for formatting rcells (thanks to Doug Kelkhoff @dgkf for the suggestion)
  • added "(N=xx)" and ">999.9" format labels

Pre-release version of 0.1.1

21 Sep 09:41
70c9a3a
Compare
Choose a tag to compare
Pre-release
Merge pull request #10 from Roche/devel

pre-release for rtables version 0.1.0.5

First official release

26 Mar 11:00
Compare
Choose a tag to compare
Pre-release
v0.0.1

bug fix: ncol=1 tables work now