Changelog
Source:NEWS.md
ggfortify 0.4.22
CRAN release: 2026-08-24
- Updated tests for compatibility with recent dependency behavior.
ggfortify 0.4.21
- Added
loadings.cutofffor filtering PCA loading vectors. - Fixed
surv.connect = TRUEfor unstratified survival fits. - Replaced the deprecated
guide = FALSEwithguide = "none"in spline plots.
ggfortify 0.4.20
- Replaced deprecated
ggplot2::aes_string()calls withggplot2::aes()and the.datapronoun. - Switched from the internal
ggplot2:::GeomRibbonobject to the exportedggplot2::GeomRibbonobject.
ggfortify 0.4.19
CRAN release: 2025-07-27
- Fixed failed tests in test-stat and test-ts with
ggplot24.0.0.
ggfortify 0.4.17
CRAN release: 2024-04-17
- Fixed an issue with updated
n.censorfromsurvfitmsoutput when usingsurvivalv3.6.1.
ggfortify 0.4.16
CRAN release: 2023-03-20
- Resolved warnings in
R CMD checkrelated to S3 generic/method consistency.
ggfortify 0.4.15
CRAN release: 2022-11-11
- Removed
autoplot()support for objects indlmlibrary. - Resolved warnings in
R CMD check.
ggfortify 0.4.14
CRAN release: 2022-01-03
- Switched to use range of leverages to check for constant leverage to be consistent with
plot.lm(). - Switched to use MIT license.
ggfortify 0.4.13
CRAN release: 2021-10-25
- Added support for
survfitobjects with multiple stratification variables. - Fixed bug in rendering frames for clustering.
ggfortify 0.4.12
CRAN release: 2021-07-07
- 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.
ggfortify 0.4.11
CRAN release: 2020-10-02
- 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.
ggfortify 0.4.10
CRAN release: 2020-04-26
- This is a minor release of the package with fixes in tests to be compatible with
survival(>=3.1-12).
ggfortify 0.4.9
CRAN release: 2020-03-11
- This is a minor release of the package with fixes for CRAN check results.
ggfortify 0.4.8
CRAN release: 2019-11-10
- This is a minor release of the package with fixes to support new major release of
survival(>=3.1-7).
ggfortify 0.4.7
CRAN release: 2019-05-26
- This is a minor release of the package with a couple of fixes for CRAN check results.
ggfortify 0.4.6
CRAN release: 2019-03-20
- Fixed CRAN check results for
R-develregarding changes in the default method for generating from a discrete uniform distribution used insample().
ggfortify 0.4.4
CRAN release: 2018-04-18
- Added
label.show.legendargument to hide/show the legend of text labels. -
ggmultiplotarranges a singleggplotinstance with layout that can now be specified by the user. - Enhanced unit tests: 1) CRAN MKL build can pass; tests are skipped if the required packages are not installed; several test checks are more robust to upstream package changes.
ggfortify 0.4.3
CRAN release: 2018-03-02
- Fixed incorrect y-axis label for plotting
cv.glmnetobjects. - Removed incorrect y-axis label with
scales::percentforggdistribution. - Added support of
autoplot.lm()for character variables, thanks to @lselzer. - Fixed tests for
forecast::ets()to be compatible with newer version offorecastpackage, thanks to @robjhyndman. - Added support for arbitrary functions in
autoplot.survfit(), thanks to @jonathon-love.
ggfortify 0.4.2
CRAN release: 2018-02-11
- Removed
gglagplotin favor offorecast::gglagplot. - Added support of
survival::survfitms, thanks to @yoursdearboy. - Temporarily dropped support for
xtsandtimeSeriesobjects. We will try fix them in the next release.
ggfortify 0.4.1
CRAN release: 2017-02-16
- Survival plot now displays legend as it is (without prefix / reordering), thanks to @DarioS.
ggfortify 0.4.0
CRAN release: 2017-02-03
- Support
ROCR::performance, thanks to @austin3dickey - PCA allows to choose the components to plot, thanks to @lselzer.
- LM autoplot fails when a formula contains polynomial regression.
- GLM autoplot fails when a family function is binomial.
ggfortify 0.3.0
- Our white paper is on R Journal. Type
citation("ggfortify")for more info. - Support
splines::basis. - Support several
rasterojects, such asRasterBrick,RasterCommon,RasterLayer, andRasterStack. -
ggmultiplotobjects can now be saved correctly viaggplot2::ggsave().
ggfortify 0.2.0
CRAN release: 2016-06-02
- Components of
prcompandprincompare now scaled. Scaling can be disabled by specifyingscale = 0. -
autoplot.tnow supports stacked option. - Support
mapsandsppackages. - Support
ggrepel. - Support
ggbiplot. - More compatible with recent version of
forecast,dplyr,tidyr, etc.