Releases: eutwt/versus
versus 0.3.1
-
New
table_idargument incompare()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 ofcompare()and related functions. @elipousson -
In the output of
compare()with notable_idspecified, the table summary
compare()$tablesuses "a" and "b" as identifiers for thetablecolumn 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 newtable_idargument,
so thatcompare()$tables$tablealways matches thetable_idargument. -
weave_diffs_wide()gains asuffixargument 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
v0.3.0 bump version
versus 0.2.1
patch to avoid error when inputs are data tables
versus 0.2.0
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
v0.1.0 fix description