Glad to see a similar effort! I agree the name is not very descriptive. I didn't even find it in google. Right now we are not sure about the ultimate goal yet. One of our plan is implementing R fundamental functions so that we can easily translate an R package (such as those plotting packages) to Julia. Right now we are considering implementing a similar S3 methods with the `list` type.
On Wednesday, September 14, 2016 at 11:39:59 AM UTC-5, Chris Rackauckas wrote: > > We may want to combine efforts. I have VectorizedRoutines.jl > <https://github.com/ChrisRackauckas/VectorizedRoutines.jl> for this with > a slightly larger scope (I don't know if it's the right name though). > > On Wednesday, September 14, 2016 at 8:12:21 AM UTC-7, Lanfeng Pan wrote: >> >> Hi all, >> >> To help R users get used to Julia soon, this package provide some handy >> functions from R in Julia, such as >> >> list >> matrix >> rep, seq >> table >> expand_grid, outer >> sweep >> duplicated >> findinterval >> ... >> >> More to come and all contributions and comments are welcome. >> The package address is https://github.com/panlanfeng/RFlavor.jl >> See our work list at https://github.com/panlanfeng/RFlavor.jl/issues/2 >> >> >> Best, >> Lanfeng >> >
