Releases: contefranz/msmtools
Releases · contefranz/msmtools
CRAN version 2.0.1
v2.0.1 CRAN v2.0.1: Maintainance version with correct vignette.
2.0.0
v2.0.0 CRAN version 2.0.0
1.3
This is the same version from CRAN.
1.3-alpha
Initial development of new function quake()
1.2-devel
travis file changed for codecov
1.2-alpha
Added new argument convert to augment() and survplot() for returning data.frame in place of data.table. survplot() gains also return.all argument to get all datasets out with just 1 agument. augment() checks always the argument more_status for missing data even if check_na = FALSE.
v1.1
msmtools 1.1
Now available on CRAN
Changes in functions
augment()
now is way faster then in v1.0 thanks to a new implementation when defining patternsaugment()
now uses the fasteruniqueN()
to extract the number of unique values in a vector
Bug fixes
augment()
now correctly repositions new created variables
Other changes
augment()
in-line help now provides correct information on what it returns
Stable version
v1.0 Hopefully, last bug fix!
v1.1 developer
Bug fix: new vars are now correclty repositioned. Corrected a wrong information given in augment() help.