R from Python interface
$ hg clone http://bitbucket.org/lgautier/rpy2/
$ hg clone ssh://hg@bitbucket.org/lgautier/rpy2/
Reported by Laurent Gautier / lgautier, created 2 months ago, last edited unknown.
Replacing elements in a R list appears broken:
1 2 3 4 5 6 7
import rpy2.robjects as ro dataf = ro.vectors.DataFrame({'a':1, 'b':2}) # triggers an error dataf[1] = ro.IntVector((8, )) # works data[1][0] = 8
No attachments added for this issue yet.
#1
→ Changed status from new to resolved.
The constrain of homogeneity does not apply to VECSEXP. Fixed.
#2
Change reverted. Not a bug. r957:4946c41e65c3
Is that you, Humanoid? Is this me?