Bug fixes:
reverse argument forcoord_geo_radial() for ggplot2 4.0.0 and up (#96)Deprecation:
direction argument ofcoord_geo_radial() in favor of thereverseargument that was added in deeptime 2.2.0r_axis_inside argumentcoord_geo_radial() in favor of the newr.axis.inside argument to maintain parity withggplot2::coord_radial()rotate_angle argumentcoord_geo_radial() in favor of the newrotate.angle argument to maintain parity withggplot2::coord_radial()This new minor version of deeptime includes a small number of newfeatures and some minor housekeeping.
New features:
pos argument forcoord_geo() is nowrecycled whendat is a list, removing the need for repeatedpos values when adding multiple time scales to the sameside (#86)fgdc_names which includes FGDCpattern codes and verbatim names for named patternsfgdc_dict() which can be used to generate alabeling dictionary for FGDC pattern codes (#79)deeptime.scale.background) to customize the background ofthe time scale area incoord_geo() (#87)Deprecation:
getScaleData().gggeo_scale(). Thisfunction has been fully deprecated from deeptime in favor ofcoord_geo().Miscellaneous:
This new minor version of deeptime introduces several new featuresand bug fixes. It also is compatible with version 4 of ggplot2.
New features:
geom_text_phylo() for adding node/tip labels tophylogenies when usingcoord_geo_radial()colors argument infacet_grid_color(),facet_wrap_color(),facet_nested_color(), andfacet_nested_wrap_color()facet_grid_geo(),facet_wrap_geo(),facet_nested_geo(), andfacet_nested_wrap_geo() which now serve as aliases forthese functions with their original defaults (#81)Deprecation:
coord_geo_polar(). Use ofthis function will result in a warning. This function will be removed ina future version of deeptime.getScaleData(). Thisfunction has been fully deprecated from deeptime in favor ofget_scale_data().Bug fixes:
gtable_frame2() andggarrange2() forplots that usetheme_void() (#74)disparity_through_time() for rare edge cases(#71)GeomPointsRange to use the aesthetic defaultsfromggplot2::GeomPointrangeGeomTextPhylo to use the aesthetic defaultsfromggplot2::GeomTextThis new minor version of deeptime introduces several new featuresand bug fixes.
New features:
lab_color columnget_scale_data() now returns label colors (as above)for Macrostrat timescaleslab_colors argument infacet_wrap_color() andfacet_grid_color() (#68)facet_nested_color() andfacet_nested_wrap_color() to plot nested faceted plots withcolored strips (#55)get_scale_data() documentation now lists the availableMacrostrat timescales (#69)get_scale_data() now supports partial matching toMacrostrat timescales (e.g.,get_scale_data("mammal") willretrieve the “North American land mammal ages” timescale)Notable changes:
deeptimedata to reduce the sizeof the deeptime package and the footprint of future deeptimeupdatesBug fixes:
ggplot2 forcoord_geo_radial() andcoord_geo_polar()deeptime now requires ggplot2 version 3.5.0 orhigher.
This new major version of deeptime includes several new features:
ggpattern package (see new vignette) (#52)true_colors option toget_scale_data(), which, when set toFALSE,can be used to retrieve the custom Macrostrat colors that werepreviously in the built-in datasets (#62)coord_geo() to abbreviate intervallabels based on only the intervals that are being plotted (#64)guide_geo() as an alternative tocoord_geo(), mostly for use with radial plots (#53)Bug fixes:
Notable changes:
phytools package is no longer required to installdeeptime but is required to use thegeom_phylomorpho() functiongeomtextpath package is no longer required toinstalldeeptime but is required to add labels with thecoord_geo_polar() orcoord_geo_radial()functionsgggeo_scale_old() function has been fullydeprecateddeeptime now requires rlang version 1.1.0 or higher. This patchversion includes several bug fixes:
coord_geo_polar() andcoord_geo_radial() when the r-axis has expansion (#60)deeptime now requires ggplot2 version 3.4.0 or higher. This versionintroduces several new features and bug fixes:
geom_points_range(), a function designed forvisualizing temporal occurrence datafacet_grid_color() andfacet_wrap_color() for changing strip background colors(#50)coord_geo_radial(), an enhanced version ofcoord_geo_polar() (only works with ggplot2 version 3.5.0and higher) (#56)family andfontface arguments tocoord_geo()coord_geo_polar() (#48)coord_geo() andggsave() (#49)size = "auto" whencenter_end_labels = TRUE incoord_geo()Notable changes:
coord_geo_polar() are now prepended with “deeptime.” (e.g.,deeptime.axis.line.r) (#51)coord_trans_xy(). See the documentation for more details.This will be fixed in a future deeptime release.geom_phylomorpho())getScaleData() toget_scale_data()gggeo_scale() andgggeo_scale_old()deeptime now requires ggplot2 version 3.3.0 or higher. Several newfeatures and fixed compatibility with various ggplot2 versions.
coord_geo_polar(), for adding timescales to polarplots (#33)coord_geo_polar() andcoord_trans_xy() for ggplot2 version 3.4.0 (#44)coord_geo() for ggplot2 version 3.4.0getFromNamespace() (#45)getScaleData() (#42)Updated built-in timescales
Several new features and bug fixes.
coord_trans_flip() (#20)coord_trans_xy() (#36)First minor release (released on CRAN!)
scales)incoord_geo() (#30)coord_geo() when axis breaks were reversed orNULL (#23 and #29)SuggestsSeveral bug fixes and minor features.
ggarrange2()(#21)gggeo_scale() forggplot2>=3.3.0(#22)pos argumentAddedcoord_geo(), which is a coordinate system forggplot2 that allows for adding highly customized timescalestoggplot objects. Bothgggeo_scale() andgggeo_scale_old are preserved but will receive notably lessmaintenance moving forward.
coord_geo()coord_trans_xy(), which is a coordinate systemforggplot2 that is similar tocoord_trans()but allows for 2-dimensional transformationsdisparity_through_time() which allows forplotting 2-dimensional data across a 3rd dimension (usinglattice)ggarrange2() now acceptsgeo_scale objectsand other grobified ggplots
Minor release for bug fixes
Complete redesign ofgggeo_scale() that adds the scaleoutside of the plotting space usinggtable. The old versionofgggeo_scale() is preserved asgggeo_scale_old().
First full release. Adds scale onto the bottom of a ggplot.