-
# Problem:
Argument `exclude` is not respected if the `renv::install()` is executed with `dependencies = "most"`
# Reprex:
dplyr is listed as suggests in ggplot2
``` r
pckgs [1] FALSE
# …
-
``` r
library(tidymodels)
#> ── Attaching packages ─────────────────────────────────────────────────────────────── tidymodels 0.0.2 ──
#> ✔ broom 0.5.2 ✔ purrr 0.3.2
#> ✔ dia…
-
I often create a heat map that is too long to display on one chart. I have to scratch my head each time to figure out how to break it into columns. I eventually end up with some integer division solut…
rjake updated
10 months ago
-
### Describe the bug, including details regarding any error messages, version, and platform.
When joining and the columns are `numeric` the performance scales really badly with size. I was noticing a…
-
### Troubleshooting docs
- [X] My problem is not solved in the Troubleshooting docs
### How did you install Mamba?
Mambaforge
### Search tried in issue tracker
solver build
### Lates…
-
Hey guys,
It's your favorite noob here. I took the filtered.vcf file from the snpArcher output, pruned it for LD using plink, and now I'm trying to feed it back through the qc module to re-produce …
-
## What goes wrong
When loading the ga_model_example("ga-effect.gamr"), program executes and launches Oauth. As soon as authenticated, "An error has occurred!
could not find function "register_theme…
-
- [ ] ggplot2-Legende für die Methoden (d.h. wir wollen sehen, welche Farbe zu welchem Optimierer gehört)
- [x] Hintergrund weiß ( `+ theme_bw()`) und alpha (Transparenz) auf sinnvollen Wert setzen, …
-
I came across the instruction: "In this plot we are using a “free” y-axis, allowing the range of the y-axis to fill the available plotting space for each country. We do this because there is a large r…
-
Every time I encounter a question like #3497, I wonder why ggplot2 doesn't have a `Stat` that simply applies a function by group. Though, in terms of the computational efficiency, it's generally bette…