david-barnett / microViz

R package for microbiome data visualization and statistics. Uses phyloseq, vegan and the tidyverse. Docker image available.
https://david-barnett.github.io/microViz/
GNU General Public License v3.0
99 stars 10 forks source link

ord_explore plotting error with R 4.1 on windows #33

Closed david-barnett closed 2 years ago

david-barnett commented 2 years ago

The solution currently involves installing GitHub version of ggiraph, which includes Windows support for new R graphics engine.

devtools::install_github('davidgohel/ggiraph')

david-barnett commented 2 years ago

From R News version 4.1.0

The graphics engine version, R_GE_version, has been bumped to 14 and so packages that provide graphics devices should be reinstalled.

david-barnett commented 2 years ago

I can no longer reproduce this, despite no apparent changes to cran release of ggiraph, on windows 10, R 4.1.1, closing for now