-
This would be useful for people using grid graphics (e.g. ggplot2) so that you don't need to mess text rendering globally.
-
My package is in a different repo. You can find it [here](https://github.com/yidie/Rpackage_foofactors).
Process Report:
- [Jenny's tutorial](http://stat545.com/packages06_foofactors-package.htm…
yidie updated
6 years ago
-
The rstan package is finally doing the right thing and not listing the ggplot2 package in the Depends field of its DESCRIPTION, but this has had the unfortunate minor side effect of breaking the ggfan…
-
Hi! Thank you for great package!
Is it possible to draw arrows on the plot? Like in ggplot2 geom_segment?
-
Just notes about possible blogging with this package as topic.
* @stephlocke said it was an example of using `pRojects`, true.
* I'm also thinking it could be a good example of creating a ggplot…
-
Several distinct issues have arisen where `Geom$draw_layer()` needs more info than it is currently given. Specifically, it looks like it would be good to hand it a new object called `layer_params` (ht…
-
I recently upgraded to ggplot2 version 3.0.0, and I was surprised by the change to discrete scales where I was now getting a yellow value (near-invisible on a white background). As I was looking into…
-
Hi,
It seems that in both the cran and dev versions the `axes = "collect"` option in `plot_layout()` does not seem to be working. I also tried the "collect_x" option and it didnt work.
I do n…
-
Need pdfs for package to be available without installation. Better instructions needed to install vignettes on local machine.
```
install.packages(c("rmarkdown","ggplot2","fda"))
devtools::insta…
-
@cpiponiot (and @VincyaneBadouard )
The installation of the package is too daunting because of all the dependencies and how high the required version are.
I'd like to simplify that by :
- removin…