Peter Haverty
Peter Haverty
One dimension could be the run and another could be the offset into a run. Where would we use that. Iterators?
use FreqTables.jl for contingency tables rather than StatsBase.countmap()
should rle[ range ] return another rle? What about rle[ vector ] ?
For counting coverage and such.
searchsortedfirst(v::AbstractVector, x::AbstractVector, lo::Int, hi::Int) should probably make sure hi and lo are the same Integer type and should make indices a vector of that type
The R functions have multiple names, e.g. jDo and julia_void_eval. Let's pick just one for each function. I like the shorter names, personally.
What do you think about adding rjulia to the CRAN repository of packages? I've got some work in the BioConductor repository that could make good use of rjulia. Doing so...
We really should have Travis CI set up to test on multiple platforms. CodeCov wouldn't be a bad idea either. I'm not sure if it can do C code within...