Skip to content

Releases: statistikat/tatoo

Named Regions

18 Feb 15:28
Compare
Choose a tag to compare

Tatoo tables that are exported to xlsx are now subdivided into named regions that can have formatting applied to them

Hotfix for CRAN

24 Jan 12:37
1a20a22
Compare
Choose a tag to compare

Fixed some of the code examples that violated CRAN policies (writing files to users workdir)

Experimental Latex Support

16 Jan 20:36
Compare
Choose a tag to compare

Added experimental latex output support and lots of small fixes related to printing

Support for cli color themes

10 Oct 09:04
Compare
Choose a tag to compare

Maintenance release

23 Jul 09:15
Compare
Choose a tag to compare
  • Minor tweaks for compatibility with purrr 0.2.2
  • as_Composite_table.data.table() converts data.tables to Composite tables,
    based on separators in the column names (e.g fruit.apple, fruit.banana)
  • Improved README / vignette / documentation
  • Changed how as.data.table.Composite_table() constructs column names. The new
    format is colname.multiname instead of multiname.colname. This is to emulate
    the behaviour of base::merge()
  • flip_names() can flip names and multinames of a composite table (at the cost
    of reordering the columns)