-
Dear all, I've decided to create this issue since I've noticed a weird interaction with the `ggplot2` package.
According to the GUI created by `c4a_gui()`, the palette `brewer.rd_bu` is a **diverg…
-
The upcoming release of scales (https://github.com/r-lib/scales/issues/474) prompts a few tasks on ggplot2's side.
- [ ] Prepare for future incorporation of `breaks_exp()` into `transform_exp()` (#…
-
``` r
library(ggplot2)
tbl exp())
ggplot(tbl) + tidyfun::geom_spaghetti(aes(y = f)) +
scale_y_log10()
#> Error: Discrete value supplied to continuous scale
# culprit:
scales:::train_con…
-
Hi Davis,
Regarding https://github.com/r-lib/vctrs/issues/1154
It used to work nicely with scales, when subclassing `Date`. Although we use different underlying representations between `yearmont…
-
I was testing `pipeline_v6.0` branch of `nf-core/oncoanalyser` in targeted mode. `purple` failed as below only for some of the samples. Same [issue](https://github.com/nf-core/oncoanalyser/issues/100)…
-
Hello,
This error was introduced after the update of ggplot2 from version 3.4.0 to 3.5.0.
> library(ggtern)
Loading required package: ggplot2
Want to understand how all the pieces fit together…
-
I get an $ operator invalid error for facet_col(). Here is the example from the facet_col() function help.
```
ggplot(mtcars) +
geom_point(aes(disp, mpg)) +
facet_col(~gear)
# Error en spa…
-
Hi,
I've encountered an issue with the R script generated by `VariantRecalibrator` during my analysis. The generated R script uses color functions (`scale_fill_gradient`) where the RGB color space …
-
## Bug Report
### Affected tool(s) or class(es)
VariantRecalibrator
### Affected version(s)
- [X] Latest public release version [4.5.0.0]
- [ ] Latest master branch as of [date of test?]
#…
-
Hi there!
Just a short note on the distance calculations. From my experience, it's one of the major bottlenecks in the package. For example, I can't even apply the `spatialsample` package for my da…