Skip to content

Releases: sinhrks/ggfortify

v0.4.19

27 Jul 01:15

Choose a tag to compare

Fixed failing tests to ensure compatibility with new version of ggplot2.

v0.4.18

03 Jul 10:02

Choose a tag to compare

Fixed failed tests with ggplot2 4.0.0.

v0.4.17

17 Apr 01:53
66072d7

Choose a tag to compare

  • Fixed an issue with updated n.censor from survfitms output when using survival v3.6.1.

v0.4.16

17 Apr 01:52

Choose a tag to compare

  • Resolved warnings in R CMD check related to S3 generic/method consistency.

v0.4.15

03 Nov 12:46

Choose a tag to compare

  • Removed autoplot() support for objects in dlm library.
  • Resolved warnings in R CMD check.

v0.4.14

03 Jan 15:29

Choose a tag to compare

  • 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

25 Oct 19:28

Choose a tag to compare

  • Added support for survfit objects with multiple stratification variables.
  • Fixed bug in rendering frames for clustering.

v0.4.12

07 Jul 20:09

Choose a tag to compare

  • Used QuickStartExample to access x and y 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

02 Oct 17:24

Choose a tag to compare

  • Added support of Silhouette plot for cluster::silhouette objects, thanks to @damirpolat.
  • Fixed issue with autoplot.lm(which = 2) when residuals have AsIs type, thanks to @richierocks.
  • Added markdown to Suggests. For context, please see this issue.

v0.4.10

26 Apr 12:49

Choose a tag to compare

This is a minor release of the package with fixes in tests to be compatible with survival (>=3.1-12).