Recent Releases of rphylopic
rphylopic - rphylopic 1.5.0
- Added ability to specify horizontal and vertical justification of silhouettes (#101)
- Added ability to specify width or height for silhouettes (#103)
- Note that all "ysize" and "size" arguments/aesthetics are now deprecated in favor of "height" and "width" arguments/aesthetics
- R
Published by willgearty over 1 year ago
rphylopic - rphylopic 1.4.0
- Added addphylopiclegend (#83)
- Added permalink generation option to get_attribution (#81)
- R
Published by willgearty about 2 years ago
rphylopic - 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)
- changed the defaults and behavior of the color and fill argument/aesthetics to better maintain backwards compatibility but also prevent unnecessary outlines (#87)
- added resolve_phylopic (#66)
- pick_phylopic now accepts a list of uuids via the uuid argument (#95)
- fixed check behavior on CRAN (all tests and examples are now skipped)
- caught a rare error when nothing matched
filter
- R
Published by willgearty over 2 years ago
rphylopic - rphylopic 1.2.2
- vignettes are now precompiled
- R
Published by willgearty over 2 years ago
rphylopic - rphylopic 1.2.1
- updated rphylopic to work with grImport2 version 0.3.0 and rsvg version 2.6.0
- rphylopic now requires grImport2 >= 0.3.0 and rsvg >= 2.6.0
- R
Published by willgearty over 2 years ago
rphylopic - rphylopic 1.2.0
- added text argument to get_attribution (#56)
- get_attribution now handles multiple uuids
- added browse_phylopic function (#60)
- added preview argument to get_phylopic (#59)
- switched to {maps} package in base R advanced vignette
- geom_phylopic now properly handles a single unlisted image object passed to the "img" parameter (#75)
- added filter (license) argument to getuuid, pickphylo, addphylopicbase, addphylopic, and geomphylopic (#72)
- added img argument to getuuid and getattribution
- added verbose argument (calls getattribution) to geomphylopic, addphylopic, and addphylopic_base (#71)
- split out the functionality of the color argument/aesthetic to color (silhouette outline) and fill (silhouette) arguments/aesthetics in addphylopic, geomphylopic, and addphylopicbase (#58)
- when only the color argument/aesthetic is specified, it is copied to the fill argument/aesthetic (maintaining mostly backwards compatibility with old code)
- added plot and print methods for silhouette objects (#73)
- fixed the behavior of geomphylopic when used with coordsf
- added phylopickeyglyph for using silhouettes inside ggplot legends (#57)
- R
Published by willgearty almost 3 years ago
rphylopic - rphylopic 1.1.1
- Minor fixes for Fedora
- Better handling of malformed Picture objects
- R
Published by willgearty almost 3 years ago
rphylopic - v.1.1.0
Updates
- added functions for transforming PhyloPic silhouettes (flipping and rotating)
- save_phylopic bg argument updated to be "transparent" by default
- added geom_phylopic (#25)
- vectorized addphylopic and addphylopic_base (#42)
- recolor_phylopic now removes white backgrounds by default
- fixed the handling of alpha values
- get_phylopic can now return any size raster image (#50)
- removed the "thumbnail" and "twitter" format options for get_phylopic
- fixed how silhouettes are gathered from PhyloPic (#51)
- pick_phylopic updated to allow visualization of multiple silhouettes at once (#43)
- fixed addphylopicbase for multi-panel figures
- added three vignettes (#49, #55)
- R
Published by willgearty almost 3 years ago
rphylopic - v.1.0.0
News
- rphylopic has now been transferred to the Palaeoverse community (new maintainer: William Gearty and author: Lewis Jones)
Updates
- The package has been updated to work with PhyloPic API ver. >=2.1.1
- The package has been reworked to its core functionality of fetching silhouettes and plotting them in base R and ggplot2:
- get_uuid: this function enables users to get uuid(s) associated with a taxonomic name (new function)
- getphylopic: this function enables users to get the PhyloPic silhouette associated with a specific uuid (replaces imageget)
- pick_phylopic: this function enables users to pick specific PhyloPic silhouettes when multiple are available for a given taxonomic name (new function)
- addphylopicbase: this function retains it's core functionality and is used to add a silhouette to a base R plot (updated from addphylopicbase)
- addphylopic: this function retains it's core functionality and is used to add a silhouette to a ggplot2 (updated from addphylopic)
- get_attribution: this function enables users to get the attribution data associated with a specific uuid (new function)
- savephylopic: this function enables users to save PhyloPic silhouettes using various formats (replaces savepng)
- R
Published by willgearty about 3 years ago
rphylopic - rphylopic v0.3.0
NEW FEATURES
- PDF cheatsheet and hex sticker added, from @GabsPalomo (#24)
MINOR IMPROVEMENTS
- fix to
add_phylopic_base(): remove use ofpar()internally, better behavior (#26) (#28)
DEFUNCT
plot_phylopic_base()was removed, see?add_phylopic_base(#27) (#28)
- R
Published by sckott almost 6 years ago