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 usingcoord_geo_radial()(#96)
Bug fixes:
- Fixed several edge cases of
coord_trans_xy()includingggforce::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()andpanel.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 usecoord_trans_xy()to achieve a similar plot withggplot2.
Miscellaneous:
- Swapped usage of the magrittr pipe operator (
%>%) to the base R pipe operator (|>) (#100)