rpython
About rpython
|
GIT repository accessThe GIT repository for this project can be cloned using
git clone --recursive https://github.com/s-u/rpython.git rpython
see also rpython GitHub repository.
To install the latest development snapshot of this package, use install.packages("rpython",,"http://rforge.net/",type="source") Binaries (if avalable) can be installed using install.packages("rpython",,"http://rforge.net/")
Most recent GIT commits9f288060| Simon Urbanek | Fri Feb 13 16:32:34 2015 -0500 register missing rpy_rcaps symbol M R/zzz.R c63d0361| Simon Urbanek | Thu May 1 14:56:25 2014 -0400 force-load dll as global to work around bug in Python that fails to link modules properly M NAMESPACE A R/zzz.R ef216016| Simon Urbanek | Wed Apr 30 17:44:35 2014 -0400 forgot to export py.load M NAMESPACE e87a97dc| Simon Urbanek | Fri Apr 25 16:55:19 2014 -0400 make py.eval() result invisible M R/py.R b81aa893| Simon Urbanek | Fri Apr 25 16:51:58 2014 -0400 add some basic documentation A man/py.attr.Rd A man/py.call.Rd A man/py.get.Rd A man/py.import.Rd A man/py.init.Rd |