Jan Gleixner

Results 28 issues of Jan Gleixner

Reproduce: 1. open `.csv` file in `tablr` and in `MS Excel` 2. edit in `tablr` 3. try to save save -- nothing happens

If all values from a group have the same value, `geom_sina` fails. I would expect it jitter the points horizontally instead. ``` r library(ggplot2) #> Warning: replacing previous import 'vctrs::data_frame'...

When I try to start MoveToDesktop, I get an error message saying "Error on calling SetWindowsHookEx(WH_CALLWNDPROC)! Error code:126" (see Image) and no functionality. ![image](https://cloud.githubusercontent.com/assets/1266815/22931865/888a4010-f2c6-11e6-9f37-cb4c0d36a0f2.png) Further info: > \> ver >...

Megahit fails for me with "Error occurs when reading inputs". It seems to work with a subset of the reads. Is this some kind of memory overflow? ``` 2020-04-24 01:19:23...

This gives a significant speed-up for sparse matrices by avoiding to create dense intermediates.

I have made a few changes in my fork that cover my needs and would be happy to prepare issues / PRs for the parts you think are a good...

Currently, `ggpointdensity` fails with an unhelpful error message when a bandwidth estimate is zero. For example: ``` r library(ggplot2) #> Warning: package 'ggplot2' was built under R version 4.2.3 library(ggpointdensity)...

`DSeq(watson, crick)` allows to generate a `DSeq` object from watson and crick strands specified as `str`ings. It would be nice if it was possible to 1. generate a `DSeq` object...