Skip to content

deeptime 2.2.0

Latest

Choose a tag to compare

@willgearty willgearty released this 23 Jun 14:30

This new minor version of deeptime introduces several new features and bug fixes. It also is compatible with version 4 of ggplot2.

New features:

  • Added geom_text_phylo() for adding node/tip labels to phylogenies when using coord_geo_radial()
  • Updated built-in timescales to 2024/12 version of GTS
  • Removed the defaults for the colors argument in facet_grid_color(), facet_wrap_color(), facet_nested_color(), and facet_nested_wrap_color()
    • Added facet_grid_geo(), facet_wrap_geo(), facet_nested_geo(), and facet_nested_wrap_geo() which now serve as aliases for these functions with their original defaults (#81)
  • Added legends to the examples in the "Plotting geological/stratigraphical patterns" vignette (#78)
  • Added facetting examples to the "Plotting temporal data" vignette (#80)

Deprecation:

  • Advanced the deprecation of coord_geo_polar(). Use of this function will result in a warning. This function will be removed in a future version of deeptime.
  • Advanced the deprecation of getScaleData(). This function has been fully deprecated from deeptime in favor of get_scale_data().

Bug fixes:

  • Fixed gtable_frame2() and ggarrange2() for plots that use theme_void() (#74)
  • Fixed disparity_through_time() for rare edge cases (#71)
  • Updated GeomPointsRange to use the aesthetic defaults from ggplot2::GeomPointrange
  • Updated GeomTextPhylo to use the aesthetic defaults from ggplot2::GeomText