Skip to content

Releases: contefranz/msmtools

CRAN version 2.0.1

13 Apr 07:23
Compare
Choose a tag to compare
v2.0.1

CRAN v2.0.1: Maintainance version with correct vignette.

2.0.0

07 Apr 13:35
Compare
Choose a tag to compare
v2.0.0

CRAN version 2.0.0

1.3

07 Jun 19:53
Compare
Choose a tag to compare
1.3

This is the same version from CRAN.

1.3-alpha

25 Jun 13:28
Compare
Choose a tag to compare
1.3-alpha Pre-release
Pre-release
Initial development of new function quake()

1.2-devel

14 Jun 15:13
Compare
Choose a tag to compare
travis file changed for codecov

1.2-alpha

11 May 16:34
Compare
Choose a tag to compare
1.2-alpha Pre-release
Pre-release
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

28 Apr 07:00
Compare
Choose a tag to compare

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 patterns
  • augment() now uses the faster uniqueN() 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

26 Apr 20:43
Compare
Choose a tag to compare
v1.0

Hopefully, last bug fix!

v1.1 developer

26 Apr 20:45
Compare
Choose a tag to compare
v1.1 developer Pre-release
Pre-release
Bug fix: new vars are now correclty repositioned. Corrected a wrong

information given in augment() help.