I was just experimenting for the first time with this phenomenal filter and noted the following problems:
- the plotly library in R has deprecated the
orca function for static image export and replaced it with kaleido.
- when using format=HTML the htmlwidget is taking over the whole page, not showing any of the remaining markdown document.
Just for reference: this is the markdown I was experimenting with (macOS 14.5, R 4.4.0):
# Test
This is a test
```{.ggplot2 format=SVG}
ggplotify::as.ggplot(~
plot(1:10,10:1)
)
```
More text
```{.plotly_r format=HTML caption="plotly widget"}
library(plotly)
plot_ly(economics, x = ~pop)
```
blablabla
I was just experimenting for the first time with this phenomenal filter and noted the following problems:
orcafunction for static image export and replaced it withkaleido.Just for reference: this is the markdown I was experimenting with (macOS 14.5, R 4.4.0):