Skip to content

rphylopic 1.7.0

Latest

Choose a tag to compare

@willgearty willgearty released this 08 Jul 21:24
  • 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 of geom_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.