Displaying 10 results from an estimated 10 matches for "rw0901".
2000 Feb 08
2
increasing scrollback lines/rw0901
I'd like to increase the number of lines available via the vertical
scrolling bar when running RGui.exe under win95. Would think this is set in
options() or /etc/Rconsole, but haven't been able to figure out how. Note
that it's output I'm concerened with viewing, not the command history. Can
anyone help? Thanks!
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 specificatio...
2000 Mar 07
2
lm(rnorm(1000)~rnorm(1000)) kills rw1000 (PR#476)
...rd (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 using applications like SAS and Office.
It does not happen on rw0901 or rw0651 (? version number ?) on my HOME
PC. Nor on R 0.90.1 under Solaris
Enclosing EITHER 'rnorm(1000)' within I( ) seems to cure this
behavior. (It also produces the behavior I expected, viz. regressing
one set of random normal deviates on another. FWIW, neither Splus3.4
for Solaris no...
2000 Feb 02
1
"Use a command like x <- vi() to recover"
Subject command doesn't work with rw0901 running on win95 (of course) so,
after looking at the vi and emacs code, I put
textpad <- function(name = NULL, file = ""){
edit(name, file, editor = "g:\\textpad\\txtpad32.exe")
}
Now
x <- textpad()
brings up the botched code in the textpad editor, as expected, but wh...
2000 Jan 20
0
xgobi
I have downloaded an installed the xgobi library and can plot(laser), but
when I try xgobi(laser), I get these messages in the MSDOS window...
Out of environment space
Out of environment space
Bad command or filename
and in the RGUI window it comes back with...
D:\RW0901/library/xgobi/scripts/xgobi.bat -vtitle 'laser'
C:/WINDOWS/TEMP/xgobi24464
Any ideas what I need to do? I am running Windows 95
Thanks!
Jeff
Jeff Morris
Ortho-Clinical Diagnostics
Rochester, NY
jdmorris at ocdus.jnj.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2000 Feb 02
0
No subject
I am using the rw0901 version of R and I fail in reading large files.
Actually, I really dont know how to extend the memory. Does somebody knows?
Louis FERRE
D?partement de Math?matiques et Informatique
Equipe GRIMM |Laboratoire de Stat et Proba
Universit? Toulouse Mirail |Universit? Paul Sabatier
5,...
2000 Jan 06
1
No subject
I apologize in advance to those for who this wuestion may be too stupid.
Running R 0.091 on Windows 95 (a very old machine I'm afraid 486-66 16M)
When constructing a big matrix I get:
Error: heap memory (6144 Kb) exhausted [needed 7087 Kb more]
See "help(Memory)" on how to increase the heap size.
Help(Memory) tells me I must: (Quote)
Use command line options to set the memory
2000 Feb 11
1
Help Help!
Hello! I have two questions.
First of all, I have a problem dealing with acf
(Autocovariance function) and need help. First I
defined a time series, x, which is a vector created by
x <- ts(rnorm(200)). So I plugged the series directly
into the acf function, acf(x) and an error message
popped up as:
Error in .C("acf", as.double(x), as.integer(sampleT),
as.integer(nser), :
1999 Dec 02
1
Large plot symbols (with pch = 1 etc)
On my home (Windows 98) machine I find:
> par()$cra
[1] 42 16
> par()$csi
[1] 0.1666667
>
On my work machine I believe I had
par()$cra
[1] 17 16
So it looks as though R is reading the width wrongly,
and that it is the width that is somehow used to
determine the plot character size.
Incidentally I noted Brian's comment that R had misread
his character dimension information wrongly.
1999 Sep 13
2
increasing memory size
Help!
I've done this before but can't remember how to do it, and can't find any
reference to it in the docs I have access to now.
I need to increase --vsize (I think), as I'm getting a message when I
start my R session "vector heap too small to load data".
How does one exactly do this, and what is the default setting? I don't
know how much to increase it by.
I know