Skip to content

0.99.22

Compare
Choose a tag to compare
@melff melff released this 05 Jan 17:05

This release makes the following improvements:

  • There are convenience wrappers such as Mean() etc. for mean() etc. that have the default setting na.rm=TRUE instead of na.rm=FALSE.
  • with(Groups()), withGroups(), within(Groups()), withinGroups(), Aggregate(), and genTable() are considerably faster now. They can also make use of certain automatic variables such as n_, i_ that contain group sizes and group indices.
  • relabel(), rename(), and dimrename(), do no longer require their arguments to be enclosed in quotation marks.