Henrik Lindberg

Results 7 issues of Henrik Lindberg

Adding a covariate with all NA:s causes an error `Error in discrete_colors: x >= 1 is not TRUE` when plotting. The error can either be reproduced by adding an annotation...

bug

I've run in to a case of "No elements in common between groups with name: var" that might not be appropriate. Example case: I'd like to compare gene expression of...

bug

This improves the runtime significantly for loading data with many columns. The order of loop nesting as well as a much more efficient binary search does the trick. In a...

Valgrind reports invalid free()'s due to the xml_rootparent construct in 0.0.1. When using the xmlDoc's root node as xml_rootparent it seems fine. To view output: $ make clean; make CFLAGS="-g";...

bug

Add support for OpenSSH Layer 2 TUN/TAP tunnels, established via the `-w -oTunnel=ethernet` options.

enhancement

Log connects and disconnects to syslog via `logger(1)` or similar.

enhancement

DT 0.26 seems to crash Javascript execution in PhantomJS when using it with shinytest. The table is not rendered, and regular Shiny execution (e.g. `updateSelectInput()` etc) seems to stop. Reproducible...