lgautier / rpy2 (http://rpy.sourceforge.net/rpy2.html)

R from Python interface

Clone this repository (size: 1.8 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/lgautier/rpy2/
follow

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
Status: resolved Responsible: Laurent Gautier / lgautier Type: bug
Milestone: 2.1.0beta Component: runtime Version: 2.1.0

Attachments

No attachments added for this issue yet.

Comments and changes

#1

Laurent Gautier / lgautier

→ Changed status from new to resolved.

The constrain of homogeneity does not apply to VECSEXP. Fixed.


#2

Laurent Gautier / lgautier

Change reverted. Not a bug. r957:4946c41e65c3


Add comment / attachment

Show/hide preview

Verification: Please write the text from the image in the box (letters only)

captcha

Is that you, Humanoid? Is this me?