Justin Landis
Justin Landis
I would also appreciate seeing this added to `ggplot2` as it will give me a way to insure my new class object is still valid after vanilla ggplot2 layers are...
Thanks for bringing this to my attention. I'll have a look soon
I found the issue to this specific issue and it should be fixed on the `dev` branch. Unfortunately it seems that there are a few more changes in `ggplot2` that...
I have already left a feature request with the maintainers of `ggplot2`. You can track it [here](https://github.com/tidyverse/ggplot2/issues/4969). In this issue I have suggested a small change that would help not...
I can confirm that setting the following in the `testthat.R` file has helped skip `vdiffr` tests on CI. ```r if ((nzchar(Sys.getenv("CI")) || !nzchar(Sys.getenv("NOT_CRAN"))) && identical(Sys.getenv("VDIFFR_RUN_TESTS"), 'false')) { #if we are...
So as it stands `ggplot2 3.4.0` has been released and the current dev version is able to pass all its tests locally. I am working on a release for `ggside`...
@teunbrand Did `ggplot2` officially adopt `vctrs` or did it push it for a later version? I believe the main reason was the addition of the `ggplot_mapped_descrete` class. If `ggside` and...
Your assessment is correct. I personally like the idea of adding a `.path` argument to `box::use` that prepends the search path for only the modules in the current `box::use` call...
Mistakenly closed the thread. 😓
I have just learned that you may set up a `.Rprofile` file in my repository and simply have a line that says. Sys.setenv(R_BOX_PATH=paste(here::here(), Sys.getenv("R_BOX_PATH"), sep = ":")) This should be...