[Rd] Respuesta automática de Fuera de la oficina: massas!

2005-02-03 Thread Laura Celaya
I will be out of the office from 02/02 to 7/02 I will respond to your message when I return. Thank you - Laura __ R-devel@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] bug in fix & edit (PR#7642)

2005-02-03 Thread roberts
The edit command (and the fix command, which calls edit), when used on data frames, cause a character variable to become a factor variable. Here is an example: >> is.factor(work$notes) >[1] FALSE >> is.character(work$notes) >[1] TRUE >> fix(work) >> is.character(work$notes) >[1] FALSE >> is.fact

[Rd] getAnywhere

2005-02-03 Thread McGehee, Robert
Shouldn't this work? > .a <- 5 > exists(".a") [1] TRUE > getAnywhere(".a") Error in exists(x, envir, mode, inherits) : invalid first argument getAnywhere doesn't seem to like the "." prefix. Is this a bug? Thanks, Robert Robert McGehee Geode Capital Management, LLC 53 State Street, 5th

Re: [Rd] getAnywhere

2005-02-03 Thread Peter Dalgaard
"McGehee, Robert" <[EMAIL PROTECTED]> writes: > Shouldn't this work? > > > .a <- 5 > > exists(".a") > [1] TRUE > > getAnywhere(".a") > Error in exists(x, envir, mode, inherits) : > invalid first argument > > getAnywhere doesn't seem to like the "." prefix. Is this a bug? Yes. It goes loo

[Rd] make check hangs on internet.R (PR#7645)

2005-02-03 Thread pasha
Full_Name: Pasha Minallah Version: 2.0.1 OS: Linux i386 Submission from: (NULL) (148.78.243.52) The commands I used were: ./configure MAKE=gmake --prefix=/usr/local/R --enable-R-shlib --with-x --with-gnome gmake gmake check gmake check simply hangs on: running tests of Internet and socket func