Releases: willgearty/deeptime
Releases · willgearty/deeptime
v0.2.0
Several new features and bug fixes.
v0.1.0
First minor release (released on CRAN!)
- Fixed ability to use text transformations (from
scales
) incoord_geo()
(#30) - Added automatic R CMD check Github Actions
- Fixed S3 method consistency and other R CMD check warnings and notes
- Fixed
coord_geo()
when axis breaks were reversed or NULL (#23 and #29) - Added packages from examples and README to
Suggests
v0.0.6
Several bug fixes and minor features.
- Added ability to specify a layout for
ggarrange2()
(#21) - Added ability to center labels for time intervals that are broken by axis limits (#18)
- Fixed
gggeo_scale()
forggplot2
>=3.3.0 (#22) - Replaced README examples with examples using real data (#28)
- Fixed using first letters for the
pos
argument - Fixed label order (#26)
- Switched from Travis to Github Actions (#27)
- Fixed handling of axis tick labels for coord_trans_xy (#31)
v0.0.5
Added coord_geo()
, which is a coordinate system for ggplot2
that allows for adding highly customized timescales to ggplot
objects. Both gggeo_scale()
and gggeo_scale_old
are preserved but will receive notably less maintenance moving forward.
- Updated examples and documentation to use
coord_geo()
- Added
coord_trans_xy()
, which is a coordinate system forggplot2
that is similar tocoord_trans()
but allows for 2-dimensional transformations - Added
disparity_through_time()
which allows for plotting 2-dimensional data across a 3rd dimension (usinglattice
)
v0.0.4
ggarrange2()
now accepts geo_scale
objects and other grobified ggplots
- Fixed missing axes and axis titles