Displaying 20 results from an estimated 7000 matches similar to: "R-alpha: R-testers: pmin heisenbug"
1997 Oct 20
2
R-alpha: system() ok -- is.R() function
Martin
Your revisions to my S--R compatability code suggest that tempfile() is
in R after 0.49. I don't find that to be the case. It requires code from
Friedrich Leisch which still has to be added as of 0.50 alpha3.
Paul
_______
R : Copyright 1997, Robert Gentleman and Ross Ihaka
Version 0.50 Alpha-3 (August 8, 1997)
> exists("tempfile", mode = 'function')
[1] FALSE
>
1997 Oct 17
1
R-alpha: system() NOT ok
Why does parse not work below and why does assigning it crash R?
Paul
________
$ R
R : Copyright 1997, Robert Gentleman and Ross Ihaka
Version 0.50 Alpha-3 (August 8, 1997)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type "license()" for details.
> system("date \'+%Y %m %d %H %M %S\'",
1997 Jun 19
0
R-beta: Compiling on HPUX 9.05 and DEC alpha OSF1
Dear help
I have been attenpting to compile R0.49 on both of
these unix machines and have had no compilation errors
but core dumps at run time.
The HP UX box start out by putting up a graphics window and
then crashing with the following error message before giving the prompt
R : Copyright 1997, Robert Gentleman and Ross Ihaka
Version 0.49 Beta (April 23, 1997)
R is free software and
1997 Apr 08
1
R-alpha: rbind
rbind() does something strange to dimnames
R : Copyright 1997, Robert Gentleman and Ross Ihaka
Version 0.50 Beta (April 1, 1997)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type "license()" for details.
> test1 <- data.frame(time= c(4, 3,1,1,2,2,3),
+ status=c(1,NA,1,0,1,1,0),
+ x= c(0,
1997 Aug 02
0
R-alpha: .RData zapped by system shutdown
Watch:
R : Copyright 1997, Robert Gentleman and Ross Ihaka
Version 0.50 Alpha-1 (July 22, 1997)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type "license()" for details.
[Previously saved workspace restored]
Error: restore file corrupted -- no data loaded
---
-rw-r--r-- 1 pd users 0 Aug 1 12:46
1997 Jul 25
2
R-beta: R 0.50 alpha
The new code seems to have broken various things.
Autoloading of libraries doesn't seem to work:
> library(survival4)
Autoloading required library: splines
Error in pos.to.env(pos) : invalid "pos" argument
> search()
[1] ".GlobalEnv" "library:survival4" "library:date"
[4] "library:base"
The coxph function the
1997 Jul 25
2
R-beta: R 0.50 alpha
The new code seems to have broken various things.
Autoloading of libraries doesn't seem to work:
> library(survival4)
Autoloading required library: splines
Error in pos.to.env(pos) : invalid "pos" argument
> search()
[1] ".GlobalEnv" "library:survival4" "library:date"
[4] "library:base"
The coxph function the
1997 Apr 16
0
R-alpha: CRAN announcement
Attached is an updated version of the CRAN announcement, also to be sent
out as soon as 0.50 is out. Again, please have a look if possible.
-k
************************************************************************
This is the first announcement of the
Comprehensive R Archive Network
(CRAN)
CRAN is a collection of sites which carry identical material, consisting
of the
1997 Apr 16
0
R-alpha: R-FAQ
Attached is an updated version of the FAQ, to be released right after
0.50 is out. Please have a look, and let me know where improvements are
needed.
Thanks,
-k
*******************************************
R FAQ
Kurt Hornik
v0.1-0, 1997/04/16
This document contains answers to some of the most frequently asked
questions about R. Feedback is welcome.
1998 Mar 25
2
R alpha/beta naming
Read this morning
>>> R : Copyright 1998, Robert Gentleman and Ross Ihaka
>>> Version 0.61.2 Alpha (March 15, 1998)
-----
So, there still is no "R beta" around....
- If I didn't know R, would I use a statistics software, if it was still
in alpha testing state?
- Is this really what we want to tell people about R?
More to the point:
I think, we could
1997 Nov 17
0
R-beta: Shared libraries on AIX
I've installed R on AIX. For starters, this did not work out of the
box. I got the following error message:
cd graphics; make
gcc -g -I../include -c gdevice.c
In file included from /usr/include/sys/lockf.h:41,
from /local/gnu/lib/gcc-lib/rs6000-ibm-aix4.1.3.0/2.7.2.1/include/unistd.h:354,
from /usr/include/fcntl.h:156,
from
2009 Jan 20
1
Gentleman and Ihaka's integrity in question
It does look like Gentleman and Ihaka not only lied to the New York
Times, but also to the New Zealand Herald and who knows who else. This
is disgusting. The R programming language is the S programming
language, and Gentleman and Ihaka are not the ones who designed it.
http://thenewyorktimesissloppy.blogspot.com/
1997 Oct 10
1
R-beta: leaps() and subsets() functions
Dear R-users,
Is anyone successfully using leaps() and particularly subsets()
(contributed function) in R? When I attempt to run them with modest
matrices, R promptly faults and dumps the core. Also, how does one use
subsets.formula() within subsets()?
R : Copyright 1997, Robert Gentleman and Ross Ihaka
Version 0.50 Alpha-4 (September 10, 1997)
R-base-0.50.a4-1.i386.rpm
1997 Jun 27
1
R-alpha: NA in data frame not detected
NA's in a data frame are not handled properly, if the data frame was
read in using read.table (but I'm not sure if that is the reason of
the problems):
(I'm using Debian Linux 1.3)
If I read the file
***************
1 2
2 3
3 4
4 5
? 6
6 7
7 8
8 9
***************
into R using read.table I run into troubles:
R : Copyright 1997, Robert Gentleman and Ross Ihaka
Version 0.49 Beta
2000 Nov 01
0
J. of Comp. and Graph. Statist., Sept. 2000
Members of R-devel may be interested in the special Sept. 2000 issue
of J. of Comp. and Graph. Statist.
http://www.amstat.org/publications/asajournals.html#jcgs
on Systems and Languages. It features two articles by Robert
Gentleman and Ross Ihaka on "Java and Dylan" and "Lexical Scope and
Statistical Computing", an article by Paul Murrell and Ross Ihaka on
"An
1999 Oct 25
1
Citing R
I know that this general question has been asked before, but I have
encountered a picky reviewer. In the 'standard' reference for R:
R. Gentleman and R. Ihaka (1997). "The R language", In Proceedings of
the 28th Symposium on the Interface, L. Billard and N. Fisher Eds. The
Interface Foundation of North America.
is there a geographical location for the publisher and perhaps
2003 Nov 07
0
Electronic copy of Ihaka and Gentleman (1996)?
Hi,
The R FAQ suggests that we can cite Ihaka and Gentleman (1996) in
publications. Does anyone have an electronic copy of this that could
be (legally) made publically available -- my library here doesn't take
this journal (Journal of Computational and Graphical Statistics).
Otherwise, I can order it through interlibrary loan.
Thanks, Stephen
2007 Apr 18
1
Gentleman and Ihaka , 2000 paper question
In their paper, "Lexical Scope and Statistical Computing", the authors (
Gentleman and Ihaka ) go to great length explaining why R's use of
lexical scoping creates advantages when doing statistical computations.
If anyone has or is familiar with this paper, could they provide the
main program code for how the "newton" function would be called in their
example on page 500
2013 Jun 13
0
fecha primera versión de R
Hola, ¿qué tal?
Richard A. Becker tiene un artículo, A Brief History of S, que habla
de la protohistoria de S y en el que se lee "S grew up in 1975-1976 in
the statistics research departments at Bell Laboratories". Y le sigue
la pista a S hasta el 93.
R es una reimplementación de S. Ross Ihaka habla de sus primeros días en
2009 Jan 07
0
R in the News
Greetings all,
This isn't a request for help, but I thought the following article from the
New York Times would be of interest to you all.
Enjoy!
Adam
*Data Analysts Captivated by R's Power*
By ASHLEE VANCE
Published ONLINE: January 6, 2009
URL:
http://www.nytimes.com/2009/01/07/technology/business-computing/07program.html
A version of this article appeared in print edition on