armgong / rjulia

R package which integrating R and Julia
GNU General Public License v2.0
146 stars 23 forks source link

R: slightly easier (automatic init); C: correct UNPROTECT(); more examples #19

Closed mmaechler closed 9 years ago

mmaechler commented 9 years ago

I've worked on this again for 5-6 hours: "R CMD check <..>" in R no longer gives a warning; Look at the separate commits (and their log), to see more comments.

It would be great if you could merge this... Then, a release to CRAN could become closer.

((There are few FIXMEs still: The most important in my view is that named lists cannot go directly to Julia tuples unless to a tuple of (key, value) pairs ... which is probably the way to go. Named lists are very important in R))

armgong commented 9 years ago

thank you very much, but now I am kind of busy, will merge it in next few days.