Releases: s3alfisc/wildrwolf
Releases · s3alfisc/wildrwolf
v0.6.1: Initial CRAN Release
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
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 classrwolf
wildrwolf v0.2
- Some cmd check fixes to prepare the package for a CRAN release
- Add simulation study on FWER functionality + update readme.