Skip to content

deeptime 2.4.0

Latest

Choose a tag to compare

@willgearty willgearty released this 10 Jul 13:28

deeptime now requires R version 4.1 or higher.

This new minor version of deeptime includes a new feature, some major bug fixes, and some minor housekeeping.

New features:

  • Added geom_text_clade() for adding clade labels to phylogenies when using coord_geo_radial() (#96)

Bug fixes:

  • Fixed several edge cases of coord_trans_xy() including ggforce::reflect() transformations, _reverse_ scales, and capped axes (#57, #102)
  • Fixed coord_geo() scale placement to now always be added outwards from the plot region (#47)
    • Previously, scales on the left and top were added inwards

Deprecation:

  • Soft deprecated disparity_through_time() and panel.disparity(). These functions were never well supported and will be removed in a future version of deeptime to reduce maintenance overhead. Users are encouraged to use coord_trans_xy() to achieve a similar plot with ggplot2.

Miscellaneous:

  • Swapped usage of the magrittr pipe operator (%>%) to the base R pipe operator (|>) (#100)