Arun Srinivasan
Arun Srinivasan
```r require(parallel) require(doSNOW) require(foreach) require(future) require(future.apply) nodes
Hi Mark, I was wondering if you've an explanation as to why the compression from `fst` on this particular data.frame seems to end up with larger size compared to native...
I recently implemented a new feature to my logger that requires the use of `.traceback` to fetch the function name and line number that generated that logger function call. A...
The example shown below should be quite straightforward to follow. The parallel case doesn't seem to be able to find the global var `x_a`. ```r packageVersion("future") # [1] ‘1.11.1.1’ packageVersion("future.apply")...
This was a bit hard to track down... Here goes. `data.table` and `bit` both have `setattr` functions. But the annoying thing about `bit:setattr` is that it returns NULL. `data.table::setattr` returns...
I was attempting to answer [this SO question](http://stackoverflow.com/q/27505325/559784) using: ``` R require(splitstackshape) merged.stack(d, id="PID", var.stubs=c("Cue"), sep="var.stubs") # PID .time_1 Cue # 1: 1 1 1 # 2: 1 1 3...