doccstat

Results 1 comments of doccstat
trafficstars

Reproducible using `rmarkdown::render("file.rmd", encoding = "UTF-8")` with the following content ```{r} plot(cars) ``` Actual plot by radian: ![image](https://user-images.githubusercontent.com/38049831/106970315-36b78080-6712-11eb-8cb0-75149cbd4571.png) Good plot by R (vanilla): ![image](https://user-images.githubusercontent.com/38049831/106970359-4cc54100-6712-11eb-9839-29096583611b.png) Also reproducible using ``` radian version:...