Displaying 6 results from an estimated 6 matches for "rw0990".
2000 Feb 11
1
new chron problems in RW0990
Dear all,
In RW0901 I could
> dates("01/01/2000")
[1] 01/01/100
where only the printing was wrong, but the double numeric representation of
the chron object was calculated correctly
but now in RW0990
> dates("01/01/2000")
Error in fun(yy, ...) : must be 2-digit (numeric) year specification
and also the followig doesn't help
> dates("01/01/2000", format="dd/mm/yyyy")
Error in names<-.default(*tmp*, value = fnames) :
names attribute must be the sam...
2000 Mar 01
0
installation problems on Windows (was Problems with some components of R)
> Date: Wed, 01 Mar 2000 18:01:21 +0100
> From: LAREDO Laurent <mim60 at cict.fr>
>
> I have downloaded and transfered to my P.C (Window 98)
> the version of R which has been split on purpose,that is to
> say the rw0990b1.zip ,rw0990b2.zip ,etc files.
> I encountered no problem as far as the installation is concerned.
> But when I try to run some function ,for instance loess, it issued
> an error message stating that an underlying Fortran program is not
> properly loaded.
Well, I am sure it does not...
2000 Mar 01
1
Problems with some components of R
Madam, Sir,
I have downloaded and transfered to my P.C (Window 98)
the version of R which has been split on purpose,that is to
say the rw0990b1.zip ,rw0990b2.zip ,etc files.
I encountered no problem as far as the installation is concerned.
But when I try to run some function ,for instance loess, it issued
an error message stating that an underlying Fortran program is not
properly loaded.
Morever, I had previously downloaded...
2000 Jan 31
1
long character data
Hi,
When trying to generate very long strings, my R hangs without any error
message, even if given much memory.
# e.g.
x <- character(10)
for (i in 1:10) x[i] <- paste(1:1000, collapse="abc")
paste(x, collapse="")
# or directly
paste(1:10000, collapse="abc")
Am I violating any max(nchar(character())) or is this a bug?
Regards
Jens Oehlschl?gel-Akiyoshi
2000 Feb 23
1
Console font size
It is posible to change the console font size? What in the funtion needed?
Tanks in advance
Eusebio
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at
2000 Mar 07
2
lm(rnorm(1000)~rnorm(1000)) kills rw1000 (PR#476)
...01 ES=013f EDI=0010a1ba GS=0000
Bytes at CS:EIP:
89 14 b8 8b 8d e8 ef ff ff 8b 9d c0 ef ff ff 47
Stack dump:
00000000 02bb9cbc 02559278 1002fb4f 51eb851f 02bbac20 02bbac20 1002fb77 00000001 00000001 72707865 69737365 00000001 0262d9c4 8038456c 17f70bef
Likewise with Rterm.
This also happens on rw0990.
My office setup is a trifle unusual - it is a SUNPCi board (actually
an AMDK6) that fits in an Ultra 10. Some of the Windows drivers are
replaced by Sun versions that allow access to system services on the
UltraSparc. There are bugs in this setup, but on the whole it seems
fairly stable when usin...