- Increase R minimum version requirement to 3.2.3, to match ggfittext requirement which in turn was due to bump in knitr requirement
- Fix issue with correct drawing of aesthetics in
geom_tremap_subgroup*_text()
(#32, thanks @jonathan-g).
- Fix issue with importing ggfittext.
- Added new
layout
andstart
arguments totreemapify()
and all geoms.
- Restore
xlim
andylim
options totreemapify()
. - Add and improve tests.
- Misc. code quality improvements.
- Fixed bug in handling of subgroups, which should result in more aesthetically pleasing layouts.
- Fix dereferencing of arguments in
treemapify()
(#22, thanks @GregorDeCillia). - Fix deprecation of
fill
,label
andgroup
arguments intreemapify()
to maintain backwards compatibility (thanks @GregorDeCillia).
- Refactor treemap layout algorithms.
- Add support for nested subgroups with new
subgroup2
andsubgroup3
aesthetics, andgeom_treemap_subgroup2_border
,geom_treemap_subgroup3_border
,geom_treemap_subgroup2_text
, andgeom_treemap_subgroup3_text
geoms.
- Add 'hemisphere' column to G20 data.
- Fix typo in README (#19, thanks @mruessler).
- Change R and grid dependencies to 3.1.
- Remove reshape2 dependency.
- Fix handling of data where some observations have area 0 (#17, thanks @py).
- Documentation and misc. other changes in preparation for CRAN submission.
- Refresh and update documentation.
- Neater solution to import S3 method
makeContent.fittexttree
from 'ggfittext'. - Deprecate
ggplotify()
- Add travis-ci and CRAN badges to README.
- Misc. small changes in preparation for CRAN submission.
- Remove README.html so README renders correctly on GitHub.
- Fix arguments to
geom_treemap_subgroup_text
so they actually work. - Fix namespace incompatibility with ggfittext 0.4.2.
- Explicit invocation of all imported functions.
- Misc. small fixes in preparation for CRAN submission.
- Remove wide characters causing problems in non-UTF-8 locales.
- Add 'treemapify_fixed' function.
- Add 'fixed' options to geoms.
- Add example of animated treemap to README.
- Fix ambiguity in README.
- Add test for inclusion of G20 data frame.
- Moved plyr and reshape2 from 'Depends' to 'Imports'.
- Fix required
ggfittext
version. - Fix typos.
- Add 'reflow' options to
geom_treemap_text
andgeom_treemap_subgroup_text
. - Add 'lineheight' aesthetic to
geom_treemap_text
andgeom_treemap_subgroup_text
.
- Fix namespace error causing text not to be drawn in some circumstances.
- Rename arguments for ggfittext v0.3.
- Added
geom_treemap
,geom_treemap_text
,geom_treemap_subgroup_border
andgeom_treemap_subgroup_text
ggplot2 geoms.
- Fix integer overflow error
- All font sizes now consistently and correctly expressed in points.