JohnCoene / echarts4r

🐳 ECharts 5 for R
http://echarts4r.john-coene.com/
Other
585 stars 82 forks source link

Error rendering in quarto -- add_hteml_caption() #554

Closed alejandrohagan closed 1 year ago

alejandrohagan commented 1 year ago

I receive the below error when rendering in quarto -- Its not clear to me why

Quitting from lines 14-23 [unnamed-chunk-1] (test_echarts4r.qmd) Error in add_html_caption(): ! unused argument (xfun::grep_sub("^[^<]<[^>]+aria-labelledby[ ]=[ ]\"([^\"]+)\".$", "\1", x))

---
title: "echarts4r"
---

```{r}
library(echarts4r)
library(tidyverse)

diamonds %>% 
  count(color) %>% 
  echarts4r::e_charts(x = color) %>% 
  echarts4r::e_bar(serie = n)


My session info below:

R version 4.3.1 (2023-06-16)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Pop!_OS 22.04 LTS
alejandrohagan commented 1 year ago

Issue solved by updating quarto to latest current release version