Skip to content

Commit

Permalink
Update for CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
willgearty committed Jul 7, 2023
1 parent 749d520 commit 46f10d1
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 18 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: Get Silhouettes of Organisms from PhyloPic
Description: Work with the PhyloPic Web Service (<http://api-docs.phylopic.org/v2/>)
to fetch silhouette images of organisms. Includes functions for adding
silhouettes to both base R plots and ggplot2 plots.
Version: 1.1.0.9000
Version: 1.1.1
Authors@R: c(
person(given = "William", family = "Gearty", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0076-3262")),
Expand Down
21 changes: 9 additions & 12 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
rphylopic (development version)
===============================
# rphylopic 1.1.1

rphylopic 1.1.0
===============
* Minor fixes for Fedora
* Better handling of malformed Picture objects

# rphylopic 1.1.0

* added functions for transforming PhyloPic silhouettes (flipping and rotating)
* save_phylopic bg argument updated to be "transparent" by default
Expand All @@ -17,8 +18,7 @@ rphylopic 1.1.0
* fixed add_phylopic_base for multi-panel figures
* added three vignettes (#49, #55)

rphylopic 1.0.0
==============
# rphylopic 1.0.0

* rphylopic has now been transferred to the Palaeoverse community (new maintainer: William Gearty and author: Lewis Jones)
* The package has been updated to work with PhyloPic API ver. >=2.1.1
Expand All @@ -32,8 +32,7 @@ rphylopic 1.0.0
* save_phylopic: this function enables users to save PhyloPic silhouettes using various formats (replaces save_png)


rphylopic 0.3.4
==============
# rphylopic 0.3.4

### NEW FEATURES

Expand All @@ -43,8 +42,7 @@ rphylopic 0.3.4
+ `messager`
+ `message_parallel`

rphylopic 0.3.0
===============
# rphylopic 0.3.0

### NEW FEATURES

Expand All @@ -59,8 +57,7 @@ rphylopic 0.3.0
* `plot_phylopic_base()` was removed, see `?add_phylopic_base` (#27) (#28)


rphylopic 0.2.0
===============
# rphylopic 0.2.0

### NEW FEATURES

Expand Down
3 changes: 1 addition & 2 deletions R/geom_phylopic.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@
#' @export
#' @examples
#' library(ggplot2)
#' df <- data.frame(x = 2:4, y = seq(10, 20, 5),
#' name = c("cat", "walrus", "house mouse"))
#' df <- data.frame(x = c(2, 4), y = c(10, 20), name = c("cat", "walrus"))
#' ggplot(df) +
#' geom_phylopic(aes(x = x, y = y, name = name),
#' color = "purple", size = 10) +
Expand Down
5 changes: 4 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@

* Windows 10.0.20348 (x86_64-w64-mingw32): R 4.3.1
* Mac OS X 12.6.7 (x86_64-apple-darwin20): R 4.3.1
* Ubuntu 20.04.6 (x86_64-pc-linux-gnu): R 4.2.3, 4.3.1, and devel (r84609)
* Ubuntu 20.04.6 (x86_64-pc-linux-gnu): R 4.2.3, 4.3.1, and devel (r84647)
* Fedora Linux 36 (x86_64-pc-linux-gnu): devel (r84528)

## R CMD check results

We explicitly ran R CMD check on Fedora to ensure that the issues introduced in version 1.1.0 (https://cran.r-project.org/web/checks/check_results_rphylopic.html) have been fixed.

0 errors | 0 warnings | 0 notes

## Reverse dependencies
Expand Down
3 changes: 1 addition & 2 deletions man/geom_phylopic.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 46f10d1

Please sign in to comment.