• get_aes_var() compatible with rlang syntax, .data[[var]] and .data$var (2024-12-03, Tue)
  • %<+% method for ‘ggflow’ object (2024-08-28, Wed)
  • geom_scatter_rect() to draw retangle boxes as scatter points (2024-08-28, Wed)
  • implement the %<+% operator as a S3 method (2024-05-26, Sun)
    • mv the %<+% operator from ‘ggtree’ as the %<+%.ggtree method
    • implement %<+%.ggsc method for ggsc object.
  • add R version dependency in DESCRIPTION (2023-08-04, Fri)
  • get_legend() function to extract legend of a plot (2023-07-10, Mon)
  • 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)
  • compatible with ggplot2 v3.4.0 (2022-11-07, Mon)
  • add theme_stamp (2022-08-31, Wed, #6) (remove since v=0.1.0, use theme_blinds instead)
  • mv ggbreak2ggplot, is.ggbreak and is.ggtree from the aplot package (2021-09-16, Thu)
  • facet_set: a better implementation of manually setting facet label, which combines add_facet, ggtree::facet_labeller and more (2021-09-15, Wed)
  • add_facet to add facet label to a ggplot object (2021-09-03, Fri)
  • element_roundrect to add round rect background to ggplot legend. Now we can use theme() to enable this effect (2021-08-10)
  • mv gglegend and set_font functions from yyplot package (2021-06-30)
  • mv get_aes_var from rvcheck package
  • keybox to add round rect background to ggplot legend (2021-06-29)