Re: [Rd] A small bug in R code of the legend function of the Graphics pacakge (PR#13340)

2008-11-29 Thread maechler
> "ASh" == asherman <[EMAIL PROTECTED]> > on Thu, 27 Nov 2008 14:30:04 +0100 (CET) writes: ASh> Full_Name: Arkady Sherman ASh> Version: 2.8.0 ASh> OS: Windows XP ASh> Submission from: (NULL) (158.195.16.114) ASh> Please consider initialization of the "seg.len"

[Rd] unrelated software install triggering an error from R's install script on Mac OS X 10.5

2008-11-29 Thread Laurent Gautier
Dear List, I am having a problem triggered by having R-2.8 (R version 2.8.0 Patched (2008-11-15 r46953)) installed on Mac OS X 10.5. The steps needed to generate the error are: - install a binary distribution of R (default location) - add R to the PATH - install the python module pycairo (h

Re: [Rd] names generated in list indexing

2008-11-29 Thread Gabor Grothendieck
Also note the behavior is the same for a non-list vector: > c(b=1)[c('a','b')] b NA1 but differs for a data frame: > data.frame(b=1)[c('a','b')] Error in `[.data.frame`(data.frame(b = 1), c("a", "b")) : undefined columns selected On Fri, Nov 28, 2008 at 2:03 PM, Vadim Ogranovich <[

Re: [Rd] missing parentheses in FAQ (PR#13343)

2008-11-29 Thread Kurt Hornik
> spluque writes: > Hi, > A couple of missing parenthesis in R-devel's FAQ: Thanks, fixed. -k > ---<---cut here---start-->--- > Index: doc/manual/R-FAQ.texi > === > --- doc/manual/R-FAQ.tex