ggdendro 0.2.0
CRAN release: 2024-02-23
Bug fix:
- Fix longstanding bug with plotting large amounts of data that used to caused a node overflow (#27)
 
Other:
- Fix deprecated 
ggplot()aesusage - Small documentation fixes to comply with stricter CRAN testing
 
ggdendro 0.1.23
CRAN release: 2022-02-16
- No functional changes. Minor changes only to comply with CRAN policy.
 
ggdendro 0.1.22
CRAN release: 2020-09-13
- No functional changes
 - Update tests to conform with 
testthat_3.0.0 
ggdendro 0.1.21
CRAN release: 2020-08-11
Bug fixes:
- Fix alignment of leaf labels when rotate=FALSE #28
 
Other changes
- Re-styled all files to follow tidyverse style guide
 - Added pkgdown site at http://andrie.github.io/ggdendro/
 - Added spellcheck and fixed spelling mistakes
 
ggdendro 0.1-20
CRAN release: 2016-04-27
Enhancements:
- Don’t open plot device during calculation of segment data #25
 
ggdendro 0.1-19
Bug fix release.
Functional changes:
- Removed margin argument from dendro_data.rpart, since this had no effect on plot.
 
Bug fixes:
- Fixed issue #20: Plot data is dependent on device, causing errors and spurious new devices
 - Fixed issue #24: Labels don’t print in 
ggdendrogram()with package scales_0.4 - Fixed issue #22: Margin not working for 
dendro_data.rpart 
ggdendro 0.1-16
New functionality:
- Added support for objects of class 
twinsin packagescluster, specificallyagnesanddianaobjects (pull request #14 by @unikum) 
Fixes: - Many small changes and improvements to documentation
ggdendro 0.1-15
CRAN release: 2014-09-29
New functionality: - None
Changes:
- Some bug fixes
 - Unit tests now run during R CMD check
 - Modified vignette to use knitr instead of SWeave
 
ggdendro 0.1-14
CRAN release: 2013-09-03
New functionality * Added support for rpart
Changes: * Modified code to suggest tree, rather than import * Changed plot behaviour of ggdendrogram() to have prettier axis labels * Removed all references to hidden functions in package stats
ggdendro 0.1-12
CRAN release: 2013-01-28
New functionality * None
Changes: * ggdendro now imports MASS, tree and ggplot2 (rather than suggests) * Added Brian D. Ripley as author (original author of package tree)
ggdendro 0.1-09
New functionality * None
Changes: * Removed support for rpart * Changed Licence from GPL (>=2) to GPL-2|GPL-3 to conform with rtree license conditions
ggdendro 0.1-02
New functionality:
- Added support for classification trees using 
package:rpart 
Fixed bugs: * Classification trees using tree produced error due to attempted rounding on factor variables
Changes in API * Fixed inconsistencies in the names of the data.frame segments. The names are now always x, y, xend and yend