g2r icon indicating copy to clipboard operation
g2r copied to clipboard

📈 Grammar of graphics for interactive visualisations

Results 5 g2r issues
Sort by recently updated
recently updated
newest added

```r mtcars %>% g2r::g2(asp(x = wt, y = mpg)) %>% g2r::fig_point() %>% g2r::conf_font("Arial") ``` looks identical to ```r mtcars %>% g2r::g2(asp(x = wt, y = mpg)) %>% g2r::fig_point() %>% g2r::conf_font("Roboto")...

I meet some problems ** R Error : (į”ąč­Ķå‘Šč―ŽæĒ成)无æģ•é‡æ–°įž–į 'animation.R'行13 ERROR: unable to collate and parse R files for package 'g2r' * removing 'D:/R-3.5.3/library/g2r' In R CMD INSTALL

I'm very excited for this package! It seems like a very elegant syntax and I see lots of potential. I tried extending one of the Shiny examples by adding a...

bug

Finally you have a working package out of a long debate in community.rstudio.com But I have 2 questions 1. Why different names 2. Will it also stop at version 0.4...

https://g2r.dev/news/news/index.html

bug