Skip to content

Bug in R (PR#14064)

2 messages · Losangelessoul at hotmail.it, Peter Dalgaard

#
Full_Name: Luca Maestri
Version: 2.10.0
OS: Windows Vista /7
Submission from: (NULL) (193.204.41.157)


I don't know if it is really a bug or if it is only a particular case that
happened during my work: 

cbind(nameoftheelement[1:10],nameofthelement[1:10])

the output is not precise because it isn't in correct line : this was my output

        [,1] [,2]
         1    5      <------------ as you can see there is no match beetween
the
01_141   6   12                    line and the output 
01_142   13   19
01_143   20   26
01_144   27   33
01_145   34   41
01_146   42   50
01_147   51   60
01_148   61   64
01_149   65   72
#
Losangelessoul at hotmail.it wrote:
Please submit REPRODUCIBLE code! We have zero clue what those objects 
might contain.

-pd