Releases: sinhrks/ggfortify
Releases · sinhrks/ggfortify
v0.4.19
v0.4.18
Fixed failed tests with ggplot2 4.0.0.
v0.4.17
- Fixed an issue with updated
n.censorfromsurvfitmsoutput when usingsurvivalv3.6.1.
v0.4.16
- Resolved warnings in
R CMD checkrelated to S3 generic/method consistency.
v0.4.15
- Removed
autoplot()support for objects indlmlibrary. - Resolved warnings in
R CMD check.
v0.4.14
- Switched to use range of leverages to check for constant leverage to be consistent with
plot.lm(). - Switched to use MIT license.
v0.4.13
- Added support for
survfitobjects with multiple stratification variables. - Fixed bug in rendering frames for clustering.
v0.4.12
- Used
QuickStartExampleto accessxandyexplicitly to fix CRAN error. - Fixed the warning related to the non-uniform sampler used in tests.
- Added various missing visible bindings for global variables.
v0.4.11
- Added support of Silhouette plot for
cluster::silhouetteobjects, thanks to @damirpolat. - Fixed issue with
autoplot.lm(which = 2)when residuals haveAsIstype, thanks to @richierocks. - Added
markdowntoSuggests. For context, please see this issue.
v0.4.10
This is a minor release of the package with fixes in tests to be compatible with survival (>=3.1-12).