diff --git a/DESCRIPTION b/DESCRIPTION index dfd76cf..b714e66 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,7 +3,7 @@ Title: Get Silhouettes of Organisms from PhyloPic Description: Work with the PhyloPic Web Service () to fetch silhouette images of organisms. Includes functions for adding silhouettes to both base R plots and ggplot2 plots. -Version: 1.2.2.9000 +Version: 1.3.0 Authors@R: c( person(given = "William", family = "Gearty", email = "willgearty@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0076-3262")), diff --git a/NEWS.md b/NEWS.md index 84cb675..7ebd243 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# rphylopic (development version) +# rphylopic 1.3.0 * updated citation * added warning when specified size is more than 1000 times smaller than the y-axis range (mostly useful for when making maps with coord_sf) (#86)