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
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
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
"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
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