Skip to content

Commit

Permalink
Setup for CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
willgearty committed Nov 8, 2022
1 parent 4ff5857 commit 18cdd78
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 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.2.3.9005
Version: 0.3.0
Authors@R: person("William", "Gearty", email = "willgearty@gmail.com", role = c("aut", "cre"))
Maintainer: William Gearty <willgearty@gmail.com>
Description: Extends the functionality of other plotting packages like
Expand Down
7 changes: 5 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# development version
# deeptime 0.3.0
deeptime now requires ggplot2 version 3.3.0 or higher. Several new features and fixed compatibility with various ggplot2 versions.

* Added coord_geo_polar(), for adding timescales to polar plots (#33)
* Added color and fill discrete scales that use the GTS colors (#43)
* Fixed coord_geo_polar() and coord_trans_xy() for ggplot2 version 3.4.0 (#44)
* deeptime now requires ggplot2 version 3.3.0 or higher
* Fixed coord_geo() for ggplot2 version 3.4.0
* Added tests for both ggplot2 version 3.3.6 and 3.4.0
* Removed uses of getFromNamespace (#45)

# deeptime 0.2.3

Expand Down
15 changes: 9 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
## Test environments (with Github Actions)

* Windows 10.0.20348 (x86_64-w64-mingw32): R 4.2.1
* Mac OS X 11.7 (x86_64-apple-darwin17.0): R 4.2.1
* Ubuntu 20.04.5 (x86_64-pc-linux-gnu): R 4.1.3, 4.2.1, and devel (r82880)
* Windows 10.0.20348 (x86_64-w64-mingw32): R 4.2.2
* Mac OS X 11.7 (x86_64-apple-darwin17.0): R 4.2.2
* Ubuntu 20.04.5 (x86_64-pc-linux-gnu): R 4.1.3, 4.2.2, and devel (r83083)

## R CMD check results
There were no ERRORs, WARNINGs, or NOTEs.

## Downstream dependencies

Checked 2 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
Checked 2 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package:

* Found 0 new problems
* Failed to check 0 packages
* EvoPhylo (0.3.2)
* palaeoverse (1.0.0)

Dependency check results:

* Found 0 new problems
* Failed to check 0 packages

0 comments on commit 18cdd78

Please sign in to comment.