Skip to content

Releases: eutwt/versus

versus 0.3.1

16 Nov 19:59

Choose a tag to compare

  • New table_id argument in compare() allows custom table identifiers.
    By default, outputs identify tables as "a" and "b". You can now provide
    meaningful names e.g. compare(..., table_id = c("original", "updated")), which
    are reflected in the output of compare() and related functions. @elipousson

  • In the output of compare() with no table_id specified, the table summary
    compare()$tables uses "a" and "b" as identifiers for the table column rather
    than "table_a" and "table_b" as used in prior versions. This is for consistency
    with the case when custom ids are provided using the new table_id argument,
    so that compare()$tables$table always matches the table_id argument.

  • weave_diffs_wide() gains a suffix argument so column names in the wide
    output can use custom suffixes instead of _{table_id}. The default keeps the
    behaviour of prior versions. @elipousson

versus 0.3.0

15 Jan 16:47

Choose a tag to compare

v0.3.0

bump version

versus 0.2.1

11 Dec 13:43
0e355a9

Choose a tag to compare

patch to avoid error when inputs are data tables

versus 0.2.0

10 Dec 18:26
39f6bb3

Choose a tag to compare

Release Candidate 0.2.0 (#19)

* add news bullets

* improve NEWS wording

* update version in DESCRIPTION

* use_revdep() and update CRAN comments

versus 0.1.0

12 Nov 17:19

Choose a tag to compare

v0.1.0

fix description