Open
Description
Article under address ( https://plotly.com/r/static-image-export/ ) needs to be updated to reflect the deprecation of orca:
library(plotly)
if (!require("processx")) install.packages("processx")
fig <- plot_ly(z = ~volcano) %>% add_surface()
orca(fig, "surface-plot.svg")
Warning message:
'orca' is deprecated.
Use 'kaleido' instead.
See help("Deprecated")
R version 4.1.0 (2021-05-18)
Platform: x86_64-w64-mingw32/x64 (64-bit)
other attached packages:
[1] reticulate_1.22 plotly_4.10.0 processx_3.5.2
Metadata
Metadata
Assignees
Labels
No labels