Andrew J. Rech

Results 35 comments of Andrew J. Rech

For me, paste is truncated after ~ 10 characters on 1.4 on Ubuntu 16.04

[#540](https://github.com/zeit/hyperterm/issues/540)

I am having a similar issue on one interval on chr16 in high depth exome data on 5/85 WES. It seems multiple possible related issues are open? I am using...

Yes I am. Thank you. You need you specify the namespace dependency for `head`. I am depending on `sleuth` in an R package: `data.table::head`

``` * checking whether the namespace can be loaded with stated dependencies ... WARNING Error: object 'head' not found whilst loading namespace 'sleuth' Execution halted A namespace must be able...

@pimentel sorry to bring this up again...still broken on HEAD :-) ``` ─ checking whether the package can be loaded with stated dependencies ...Error: package or namespace load failed for...

Hmm, well, is devtools::check actually aware of this? It's not running any code so how could this type checking happen? I just forked sleuth and exported `head

Hmm, actually you maybe just need to prefix this https://github.com/pachterlab/sleuth/blob/24ca2859f13d1eac588d6dd2ac90bf860b4fe07e/R/sleuth.R#L1091

Additionally fixed use of data.table::dcast on data.frame (this function does not implicitly convert)