-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ready to v1.3: global vars are now correctly declared. Minor tweaks in
the documentation. This is a minor update.
- Loading branch information
Francesco Grossetti
committed
May 27, 2017
1 parent
e86e748
commit 9967280
Showing
10 changed files
with
713 additions
and
541 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,28 @@ | ||
# msmtools 1.3 | ||
|
||
### Minor changes | ||
|
||
* Global variables are now correctly declared on top of functions using | ||
`utils::globalVariables()`. This prevents the assignment to `NULL` in the preable | ||
of functions which decreases the elegance of the code. | ||
|
||
### Other changes | ||
|
||
* Improved the documentation's readability in the 'Value' section for | ||
`augment()` and `survplot()`. | ||
|
||
* In the documentation of `augment()` now there is an explicit example which | ||
returns a `data.frame`. | ||
|
||
* The author mail has changed to match his new affiliation and now is | ||
[email protected]. | ||
|
||
### Bug fixes | ||
|
||
* After `augment()` has been run, results are now visible at the very | ||
first call. This means that you can finally print on console the augmented dataset | ||
right away. | ||
|
||
# msmtools 1.2 | ||
|
||
### Major changes | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.