Displaying 20 results from an estimated 60000 matches similar to: "R-alpha: unlist(..) forever.."
1997 Apr 01
1
R-beta: Re: R-alpha: windows advice
Robert Gentleman <rgentlem at stat.auckland.ac.nz> writes:
> Help Files
> ==========
> Has anyone had any experience with latex2rtf and then on to windows help?
> We can hope that people have netscape and then simply use the html version
> but it would be nice if there were some easy way to produce real windows
> help.
Please keep the nroff versions and the old help()
1997 Nov 10
1
R-alpha: Re: R/R-minus incompatibility [ an old one ]
>>>>> "FrL" == Friedrich Leisch <Friedrich.Leisch@ci.tuwien.ac.at> writes:
FrL> Hmm, I'm quite perplexed by something very trivial/stupid/whatever
FrL> ... don't know, if this one has been reported before:
R> x<-1 x[1:2]
FrL> Error: subscript out of bounds
Splus> x<-1 x[1:2]
FrL> [1] 1 NA
FrL> Or is
1997 Aug 04
3
R-alpha: .Options$digits do not (always) work.
I am sorry that this IS an old topic.
Yet another task
I think the bug is somewhere in hidden in src/main/options.c ..
##-- The following does not work as it should in R (0.50-a1, but I think
also earlier)
tst <- function(x=pi, dig =3) {.Options$digits <- as.integer(dig); print(x);x}
tst()
tst(dig = 12)
##-- This should do the same; it works as expected in R & S :
tst2
1997 Jul 28
0
R-alpha: R 0.50.a1 unlist() problems
Two things.
TASKS has
TASK: Naming with Numeric Values and "unlist"
STATUS: Open
FROM: <hornik@ci.tuwien.ac.at>
R> l <- list("11" = 1:5)
R> l
$11
[1] 1 2 3 4 5
R> unlist(l)
111 112 113 114 115
1 2 3 4 5
[ Bug or feature ? ]
This seems to be a feature (at least, SPLUS does the same), so please
close that task.
***
However, please add
1997 Aug 23
1
R-alpha: Re: Extensions .R and .Rd (in base/funs/ and base/man/ )
Whatever extensions are decided on for any of the R stuff it is important
to realize that Windows (3.11) only lets you have one dot (.) and then
only 3 characters. The base name should be only 8 characters long as well.
Since I'm worrying about it a little these days I just want to put my 2 cents
worth in on this topic.
It is looking like a real pain to translate the current set of html files
1997 Sep 08
1
R-alpha: Re: lwd, cex and par(.) issues [was "... windows quirks .."]
[[yet another discussion brought from R-core to R-devel]]
>>>>> "RG" == Robert Gentleman <rgentlem@stat.auckland.ac.nz> writes:
RG> Peter, there is some code for line types and widths in all the
RG> drivers. With windows there is the well known limitation that you
RG> can't have patterened lines with lwd larger than 1 (unless you
1997 May 25
1
R-alpha: cat
Kurt,
here's what S does (I recall going to some effort to duplicate the,
at times, seemingly unusual behaviour of cat)
S-PLUS : Copyright (c) 1988, 1996 MathSoft, Inc.
S : Copyright AT&T.
Version 3.4 Release 1 for Sun SPARC, SunOS 4.1.3_U1 : 1996
Working data will be in /users/rdev/rgentlem/.Data
> x <- factor(c(1:3, NA), exclude=numeric(0))
> x
[1] 1 2 3 NA
>
2000 Feb 18
0
splitstr problem solved
Hi. Robert Gentleman's solution works. Thanks.
This seems to be a documentation bug; I will submit a separate report to
the bug list for completeness.
Matt
On Sat, 19 Feb 2000, Robert Gentleman wrote:
> On Fri, Feb 18, 2000 at 02:32:54PM -0500, Matthew Wiener wrote:
> > Hi, all.
> >
> > Using the patched version of R-0.99.0, I cannot reproduce the following
>
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 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.
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 Aug 05
3
R-alpha: Version 0.50-a1 patches
A set of patches for R-0.50-a1 is now available as
ftp://stat.auckland.ac.nz/pub/R/R-0.50-a1.patch1.gz
The patches mainly fix problems reported since R-0.50-a1 but some
older problems are also fixed.
Here is the list of changes.
Ross
o Many subsetting and mutation problems with the new "expression" type
have now been fixed.
o When ask=T is set in par() the user is instructed
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 Apr 01
0
R-alpha: R-testers: pmin heisenbug
I must admit to being baffled by this. When I type "R" I get
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.
> gc()
Garbage collection ...
150427 cons cells free (75%)
1823k
1997 Aug 08
4
R-alpha: Second patch for 0.50-a1
A second patch for R-0.50-a1 is available from
ftp://stat.auckland.ac.nz/pub/R
The patch produces the following changes
o cpoly problem with pow_di fixed.
o legend had a call to "text" with an incorrect argument tag.
Changed "text" to "labels".
o The variable "dup" was uninitialised in the function "naoktrim" in
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 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 Dec 16
0
R-beta: Win95/NT
> From rossetti at stat.unipg.it Sat Dec 13 09:53 NZD 1997
> Date: Fri, 12 Dec 1997 21:47:58 +0100
> From: Andrea Rossetti <rossetti at stat.unipg.it>
> MIME-Version: 1.0
> To: Robert Gentleman <rgentlem at stat.auckland.ac.nz>,
r-devel <r-devel at stat.math.ethz.ch>, r-help <r-help at stat.math.ethz.ch>
> Subject: Re: R-beta: new executable
>
2001 Oct 02
1
problem with while loop with next (was RE: file connection, w hile, readLines and browser)
Dear R-help,
I think I have kinda isolated the problem I had to the following:
i <- 0
while( {i <- i + 1} < 5) {
if(i < 3) next
print(i)
}
This seems to go into an infinite loop. After I break the execution, i has
the value 1.
At the R prompt, if I start from i <- 0 and keep typing {i <- i + 1} < 5, it
eventually evaluate to TRUE. So why does the while loop not work?
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