-
Might possibly be the consequence of a change in schema from DiVA? Needs investigation.
This issue affects jobs making use of the function (quality control report upload, orcid dataset upload).
-
Would stop package having to import both rlang and assertions as dependences (even though rlang will always end up in the dependency tree as soon as assertions is included).
-
Should we say that if an error is worth catching then it is worth having a specific class ?
Debugging wrongly caught errors is not fun.
Maybe an exception is if we want to catch every possible error…
-
Hi,
Thanks so much for this helpful tool! When I analyze my single nuclei dataset, I'm able to run pseudobulk and mixed model analyses through Libra but when I attempt to run a single cell analysis…
-
**So I loaded my GISTIC2.0 results via the following command:**
laml_gistic = readGistic(gisticAllLesionsFile = "C:/Users/.../all_lesions.conf_90.txt", gisticAmpGenesFile = "C:/Users/.../amp_genes.co…
-
A vector version of `modifyList()` function would be very handy for, e.g., combining default http request headers with user-specified ones, where user-specified headers should trump the defaults. This…
-
Thanks for creating this excellent package. I created a [similar fork of treesnip](https://gitlab.com/ccao-data-science---modeling/packages/lightsnip) but am planning to replace it with `{bonsai}` in …
-
Hi,
when I run the below example code I get an error message and while the ggplot renders the geom does not display anything.
Similar when I use element_marque() to change the labels, the underl…
-
Had an error shared with me (🎉):
```
Error in `dplyr::select()`:
! Can't subset columns that don't exist
x Column `n_unique_kmers` doesn't exist.
Run `rlang::last_error()` to see where the erro…
-
It seems to be hating life, I think it is something to do with it hating on the trim_background
``` r
library(SOmap)
#> Loading required package: raster
#> Warning: package 'raster' was built un…