RCall release with substantially changed design planned - please test

127 views
Skip to first unread message

Douglas Bates

unread,
Feb 24, 2015, 4:34:57 PM2/24/15
to julia...@googlegroups.com
I have been working on redesigning and documenting the RCall package.  The new version is now the "structures" branch in the github repository.  Documentation is available in the form of two IJulia notebooks in the doc directory.  The intro document is available as


A more detailed look at mapping functions from R's C API to Julia functions is available as


I would appreciate comments, issues or pull requests over the next couple of days especially.  I plan to merge this branch into master and release a new version of the package Thursday afternoon (North American time).

This branch leverages the Julia type system and method dispatch to simplify many function calls.  I still find it astonishing that the interface can be written entirely in Julia.

To install this version before Thursday use

Pkg.add("RCall")
Pkg.checkout("RCall")
Pkg.checkout("RCall","structures")


Milan Bouchet-Valat

unread,
Feb 24, 2015, 5:11:01 PM2/24/15
to julia...@googlegroups.com
Looks pretty cool!
> --
> You received this message because you are subscribed to the Google
> Groups "julia-stats" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to julia-stats...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

Mark Laubach

unread,
Feb 26, 2015, 7:45:11 AM2/26/15
to julia...@googlegroups.com
Thanks very much for developing this package!  It will be very useful for my research.  I ran through all lines in your notebook and they all worked for me on an Ubuntu distro (LM 17.1).  I was able to save the R workspace.  This solves major issues for me, as the HDF5 package has not worked on my 64 bit Ubuntu-based system.  -Mark
Reply all
Reply to author
Forward
0 new messages