Releases: sinhrks/ggfortify
Releases · sinhrks/ggfortify
v0.4.17
v0.4.16
- Resolved warnings in
R CMD check
related to S3 generic/method consistency.
v0.4.15
- Removed
autoplot()
support for objects indlm
library. - 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
survfit
objects with multiple stratification variables. - Fixed bug in rendering frames for clustering.
v0.4.12
- Used
QuickStartExample
to accessx
andy
explicitly 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::silhouette
objects, thanks to @damirpolat. - Fixed issue with
autoplot.lm(which = 2)
when residuals haveAsIs
type, thanks to @richierocks. - Added
markdown
toSuggests
. 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).
v0.4.9
This is a minor release of the package with fixes for CRAN check results.
v0.4.8
- This is a minor release of the package with fixes to support new major release of
survival
(>=3.1-7).