Skip to content

Releases: s3alfisc/wildrwolf

v0.6.1: Initial CRAN Release

02 Mar 17:49
827d904
Compare
Choose a tag to compare

wildrwolf is now on CRAN!

There are not a lot of changes from version 0.5, but one is substantial - the seed argument is dropped from rwolf(). Randomness now needs to be controlled via a global set.seed().

Furthermore, the summary() method has been dropped - rwolf() returns a tidy data.frame by default.

wildrwolf v0.5

04 Feb 14:45
a8e2d68
Compare
Choose a tag to compare

Version 0.5

  • mostly fixes comments from the first CRAN submission
  • deprecates the summary() method: rwolf() now simply returns a data.frame, not an object of class rwolf

wildrwolf v0.2

24 Jan 20:49
Compare
Choose a tag to compare
  • Some cmd check fixes to prepare the package for a CRAN release
  • Add simulation study on FWER functionality + update readme.