Changelog
Source:NEWS.md
ggfun 0.2.1
CRAN release: 2026-07-02
- improve performance of
geom_segment_c()andset_font();geom_segment_c()now supportsnsplitto control segment expansion (2026-07-02, Thu) - fix
geom_segment_c()for vertical and reversed segments and remove deprecatedaes_string()usage (2026-07-01, Wed) - fix
element_blinds()grob construction whenid.lengthsis not supplied (2026-07-01, Wed) - improve
%<+%error message when annotation data is missing and add unit tests (2026-07-01, Wed) - update get_aes_var to support the quote of complex expressions (#17,2026-07-01, Wed)
-
geom_hist()andstat_hist()to produce histogram ashist()(2025-07-16, Wed)
ggfun 0.2.0
CRAN release: 2025-07-15
- implement
geom_xspline()viagrid::xsplineGrob()(2025-07-12, Sat)
ggfun 0.1.9
CRAN release: 2025-06-21
- S3 method consistency with ggplot2 (v=4.0.0) (2025-06-21, Sat, #15, #16)
- import
ggplot2::facet_grid()(2025-03-17, Mon)
ggfun 0.1.8
CRAN release: 2024-12-03
-
get_aes_var()compatible with rlang syntax,.data[[var]]and.data$var(2024-12-03, Tue)
ggfun 0.1.7
CRAN release: 2024-10-24
-
td_filter(),td_mutate()andtd_unnest()from the ‘ggtree’ package (2024-10-24, Thu) -
%<+%method for ‘ggtangle’ object (2024-10-24, Thu)
ggfun 0.1.6
CRAN release: 2024-08-28
-
%<+%method for ‘ggflow’ object (2024-08-28, Wed) -
geom_scatter_rect()to draw retangle boxes as scatter points (2024-08-28, Wed)
ggfun 0.1.5
CRAN release: 2024-05-28
- implement the
%<+%operator as a S3 method (2024-05-26, Sun)- mv the
%<+%operator from ‘ggtree’ as the%<+%.ggtreemethod - implement
%<+%.ggscmethod forggscobject.
- mv the
ggfun 0.1.4
CRAN release: 2024-01-19
- deprecate
keybox()as it is not compatible with ggplot2 v3.5.0 and we have better solution by usingelement_roundrect()(2024-01-18, Thu) -
theme_noaxis()to remove both x and y axes (2023-12-22, Fri)
ggfun 0.1.3
CRAN release: 2023-09-15
-
set_point_legend_shape()to override point shape legend (2023-09-15, Fri) -
get_plot_data()to extract data from a ‘gg’ plot (2023-09-12, Tue)
ggfun 0.1.2
CRAN release: 2023-08-09
- add R version dependency in DESCRIPTION (2023-08-04, Fri)
-
get_legend()function to extract legend of a plot (2023-07-10, Mon)
ggfun 0.1.1
CRAN release: 2023-06-24
- mv
theme_no_margin()from the ‘aplot’ package (2023-06-24, Sat) - mv
theme_fp()from the ‘ggbreak’ package (2023-06-24, Sat) - be compatible with R 4.1 (2023-06-21, Wed, #10)
ggfun 0.1.0
CRAN release: 2023-06-20
- remove
theme_stamp()and implement a better versiontheme_blinds()which internally useelement_blinds()to draw the strip background (2023-06-20, Tue, #9) -
geom_cake(),geom_triangle()andgeom_segment_c()functions from ‘GuangchuangYu/gglayer’ (2023-02-10, Fri) -
volplot()function to visualize volcano plot for DEGs (2022-11-29, Tue) -
geom_volpoint()for volcano plot (2022-11-28, Mon)
ggfun 0.0.7
CRAN release: 2022-08-31
- add
theme_stamp(2022-08-31, Wed, #6) (remove since v=0.1.0, usetheme_blindsinstead)
ggfun 0.0.6
CRAN release: 2022-04-01
- mv
identify.gg()from ‘ggtree’ (2022-04-01, Fri) - mv
ggrange(),xrange()andyrange()from ‘aplot’
ggfun 0.0.5
CRAN release: 2022-01-20
- mv
theme_transparent()andtheme_nothing()from the ggimage package (2022-01-20, Thu)
ggfun 0.0.4
CRAN release: 2021-09-17
- mv
ggbreak2ggplot,is.ggbreakandis.ggtreefrom the aplot package (2021-09-16, Thu) -
facet_set: a better implementation of manually setting facet label, which combinesadd_facet,ggtree::facet_labellerand more (2021-09-15, Wed) -
add_facetto add facet label to a ggplot object (2021-09-03, Fri)
ggfun 0.0.3
CRAN release: 2021-08-17
-
element_roundrectto add round rect background to ggplot legend. Now we can usetheme()to enable this effect (2021-08-10)