Skip to content

list assignment

2 messages · Paul Gilbert, Peter Dalgaard

#
There appears to be a problem with name matching in list assignment:

Version 0.63.0  (November 14, 1998)
...
[1] 0                                   #should be 2
But note that this works correctly:
[1] 2
And also this works correctly:
[1] 2
[1] 12
[1] 12
Paul Gilbert

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
Paul Gilbert <pgilbert@bank-banque-canada.ca> writes:
Odd, and clearly a bug. Probably rather in indexing rather than
assigment, though:
NULL
[1] 3