- PhyloPic API responses and parsed images are now cached in a temporary in-memory R environment to speed up repeated calls (#123)
- The cache is cleared when the R session ends
- The cache can also be manually cleared using
clear_phylopic_cache()
- Added support for using PhyloPic silhouettes as vertices when plotting
{igraph}networks via a new"phylopic"vertex shape, registered automatically when both packages are loaded (#115, #118) - Added new "Network plots" sections to both advanced vignettes, demonstrating the new
{igraph}integration in base R and the use ofgeom_phylopic()inside{ggraph}plots
Deprecation:
- The "ysize" and "size" arguments/aesthetics are now fully deprecated in favor of "height" and "width" arguments/aesthetics. These arguments/aesthetics will be removed in a future version of rphylopic.