Revision: 504
http://rpy.svn.sourceforge.net/rpy/?rev=504&view=rev
Author: lgautier
Date: 2008-04-28 02:56:55 -0700 (Mon, 28 Apr 2008)
Log Message:
---
rinterface:
- Added array to map R's SEXP types to their short names
- Added Python-level function to get the short name
Revision: 505
http://rpy.svn.sourceforge.net/rpy/?rev=505&view=rev
Author: lgautier
Date: 2008-04-28 03:09:16 -0700 (Mon, 28 Apr 2008)
Log Message:
---
- Moved style for R code and output to CSS
- Edited layout of R code (to have shorter lines)
Modified Paths:
Revision: 506
http://rpy.svn.sourceforge.net/rpy/?rev=506&view=rev
Author: warnes
Date: 2008-04-28 12:53:52 -0700 (Mon, 28 Apr 2008)
Log Message:
---
Update news items from late 2007 to present
Modified Paths:
--
trunk/htdocs/news.data
trunk/htdocs/temp
Revision: 507
http://rpy.svn.sourceforge.net/rpy/?rev=507&view=rev
Author: warnes
Date: 2008-04-28 12:58:14 -0700 (Mon, 28 Apr 2008)
Log Message:
---
Fix Wiki url on news page
Modified Paths:
--
trunk/htdocs/news.data
Modified: trunk/htdocs/news.data
=
I'm having problems using RPy to create a data.frame which is passed
to an R function.
The problem is that I need to initialize the data.frame with the
parameters in a specified order. The normal way, of doing
r.data_frame(MW=120.3, NUM_C=5, SMILES="c1n1")
does not work because the p