Stevie Pederson

Results 7 issues of Stevie Pederson

I fear that this may be the end of UpSetR's compatibility with external packages. Plotting using `fromList()` no longer works and instead spits an error. Here's my Minimal Reprex ```...

Hi Stuart, Hope things are going well & I'm still finding this to be such a useful package. I've come across a problem with `join_overlap_left()` if the right ranges contain...

When providing an obviously dumb name for a new column containing rownames, .name_repair doesn't appear to check the name of the new column against existing columns ```r as_tibble(data.frame(a = 1:5),...

documentation

Hi, I'm having an issue with `read_tsv()` which appears to be the segfault mentioned here: https://github.com/tidyverse/vroom/issues/510 I'm calling the function inside a conda environment on an HPC. Running it interactively...

For complex log files with multiple elements, is it worth importing all by default, instead of just one element?

Is it worth exploring the idea of a new object class (maybe `QcData`?) which is able to store irregular data from multiple irregularly sized QC files

Ideally, this object class could incorporate metadata in a manner not dissimilar to colData in many other S4 classes.