g2r
g2r copied to clipboard
ð Grammar of graphics for interactive visualisations
```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...
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...