plotly.R
plotly.R copied to clipboard
save_image non functional on linux aarch64 devices
save_image relies on the miniconda installation (per the documentation, save_image(...) 'Installation' section).
This currently fails on Linux aarch64 devices due to an unresolved issue with conda support on that hardware (https://github.com/ContinuumIO/anaconda-issues/issues/12886)
As a result, save_image() is non-functional in the sense the 'Installation' instructions cannot be successfully completed.