Skip to content

Commit

Permalink
Update news and cran-comments; increment minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
willgearty committed Aug 26, 2021
1 parent ef29f0d commit cf8b767
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]", role = c("aut", "cre"))
Maintainer: William Gearty <[email protected]>
Description: Extends the functionality of other plotting packages like
Expand Down
10 changes: 9 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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!)
Expand Down
13 changes: 3 additions & 10 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit cf8b767

Please sign in to comment.