From cf8b767e7329a43f42b8968c8f9a42210a2875a2 Mon Sep 17 00:00:00 2001 From: Will Gearty Date: Thu, 26 Aug 2021 15:49:43 -0500 Subject: [PATCH] Update news and cran-comments; increment minor version --- DESCRIPTION | 2 +- NEWS.md | 10 +++++++++- cran-comments.md | 13 +++---------- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1712811..a64d392 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: deeptime Title: Plotting Tools for Anyone Working in Deep Time -Version: 0.1.0.9005 +Version: 0.2.0 Authors@R: person("William", "Gearty", email = "willgearty@gmail.com", role = c("aut", "cre")) Maintainer: William Gearty Description: Extends the functionality of other plotting packages like diff --git a/NEWS.md b/NEWS.md index 9161301..9398aff 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,12 @@ -# deeptime (development version) +# deeptime 0.2.0 +Several new features and bug fixes. + +* coord_geo() now works with discrete axes (#32 and #35) +* Fixed a bug that prevented the use of custom interval data +* Added option to use ggfittext to automatically resize labels (#19) +* Added coord_trans_flip() (#20) +* Fixed axis labels for coord_trans_xy() (#36) +* Added tests with testthat (#35) # deeptime 0.1.0 First minor release (released on CRAN!) diff --git a/cran-comments.md b/cran-comments.md index 09601bd..72339ae 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,15 +1,8 @@ -## Resubmission -This is a resubmission. In this version I have: - -* Expanded the Description field in the DESCRIPTION file. -* Added return values/details (`\value{}`) to the documentation for `disparity_through_time()` and `panel.disparity()`. -* Replaced `\dontrun{}` with `\donttest{}` (the example can take more than 5s depending on the OS). - ## Test environments (with Github Actions) -* windows (x86_64-w64-mingw32), R 4.1.0 -* Mac OS X (x86_64-apple-darwin17.0), R 4.1.0 -* ubuntu 20.04 (x86_64-pc-linux-gnu), R 4.1.0 and devel (r80647) +* windows (x86_64-w64-mingw32), R 4.1.1 +* Mac OS X (x86_64-apple-darwin17.0), R 4.1.1 +* ubuntu 20.04 (x86_64-pc-linux-gnu), R 4.1.1 and devel (r80816) ## R CMD check results There were no ERRORs, WARNINGs, or NOTEs.