lgautier / Rif.jl

Julia-to-R interface
GNU General Public License v2.0
54 stars 25 forks source link

Renames as prep for packaging and attempt to auto compile #1

Closed tshort closed 11 years ago

tshort commented 11 years ago

The rename from lib to src is so that load("Julio") can find Julio.jl when the package is in ~/.julia/Julio. You should also probably rename the github repo from julio to Julio.jl. You might want to change the name while you're at it. R.jl sounds good, and you can have an R module and an @R macro at the same time. Rcmd.jl or Rj.jl are good, too (the module names would be the same without the .jl at the end).

The auto-compile stuff is a kludge, but it may be good enough until something better is developed.

lgautier commented 11 years ago

Thanks. I'll renamed the repository to it matches Julia's naming convention (sorry, I mean enforcement)

lgautier commented 11 years ago

I (finally) renamed the repository to Rif (as in " Ri nter f ace " - claiming R.jl just seemed just too pompous). Now that I have rpy2 released, I'll try to get this moving a little faster.