Maurits Evers
Maurits Evers
Hi. I am unable to get `supreme` to run on a simple test app. Most `supreme` examples I could find are based on apps using the older (and now (soft-)deprecated)...
First off, thanks for a great package; I've been benefitting greatly from `patchwork`ing my plots. Issues in connection with `coord_fixed()` have come up a few times before, and I understand...
Hi @hrbrmstr I've created a dark (FT-based) Roboto R markdown template called `FT` (based on the existing `ipsum` HTML template); perhaps this is useful for others as well so I've...
`CrossMap` version 0.3.8 installed with ```python pip install CrossMap ``` using Python 3.5.2 throws the critical error ``` Traceback (most recent call last): File "CrossMap.py", line 27, in from cmmodule...
Reprex: ```r library(tidyverse) library(tidymodels) library(fastshap) # Sample data: `mtcars` with 50% of the entries in `qsec` replaced with `NA`s set.seed(2022) data % select(-c(vs, am)) %>% mutate(qsec = replace( qsec, sample.int(nrow(mtcars),...
Dear ggbio developers. Is there a possibility to change the font of the side strip text? For example, I have two tracks ``` tracks