Displaying 10 results from an estimated 10 matches for "geae".
Did you mean:
eeae
1997 Dec 12
3
R-beta: R-0.60.1 on hpux10.2
Hello R-helpers,
I tried to do "make test" , and it is failing:
data()
Error: stack overflow
?data
Error: Stack overflow
data(rivers)
Error: incorrect tag type
R also initially it balked at:
apropos("\\\\[")
So, I skipped it :-)
This stuff is working on R-0.50-a4 that I have.
Anyone built R-0.60.1 on hpux??
Best regards,
Osman
1998 Mar 20
1
mail-archive place?
I tried ftp://stat.math.ethz.ch/pub/ ? as well as http://stat.math.ethz.ch,
but can't get there?? Where is the mail archive place??
TIA,
Osman
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the
2007 May 16
1
Vista Sync and Samba Problem
Dear All,
I use Vista sync tool for synchronization Vista between samba-3.0.10 on
RHEL AS4. There is some problem on files to copy samba home sharing. But
if target directory is being Windows sharing does not happen the below
problem.
Vista error screen says below messages;
These items are in conflict and did not sync
~wrd0000.tmp A file was deleted on this computer and
changed
1998 Mar 18
1
R-0.61.2 and March 17 snapshot
I just built 0.61.2 on an hpux-10.2 system. WHen I do a demo I am getting :
> data(quakes)
[1] "quakes"
Warning: invalid 'cutoff' for deparse, used default
Every statement seems to trigger this response. I also built the march17
snapshot and it does not have this behavior.
March 17 snapshot has one problem that I noticed: when I built a contributed lib
with data, and if
1998 Jan 07
1
R-beta: Design of experiments in R?
Hello R-helpers,
I was wondering if anyone is porting S lib packages for design of experiments:
conf.design, glim, graff(all from statlib)? I was able to change the format of S
packages into R (including docs). In conf.design, by W. Venables, sort.list
function is missing from R. I just put sort.list <- sort, but I got more error
messages. Before doing more work, would like to know if this
1998 Jan 07
1
R-beta: Design of experiments in R?
Hello R-helpers,
I was wondering if anyone is porting S lib packages for design of experiments:
conf.design, glim, graff(all from statlib)? I was able to change the format of S
packages into R (including docs). In conf.design, by W. Venables, sort.list
function is missing from R. I just put sort.list <- sort, but I got more error
messages. Before doing more work, would like to know if this
1998 Jan 27
1
R-beta: survival4
Hmm... I have the same problem on hpux10.20. I put the additional libs into a
subdir called contrib, and R INSTALL from there. I have R-0.61.1 Alpha Dec21
1997. Without restored data they work OK.
Osman
> ----------
> From: Goran Brostrom[SMTP:gb at stat.umu.se]
> Sent: Tuesday, January 27, 1998 3:07 AM
> To: r-help at stat.math.ethz.ch
> Subject: R-beta: survival4
>
>
1997 Dec 11
1
R-beta: New R.60.1 build on hpux10.2
I justgot the 0.60.1 version from CRAN. Build stopped at
src/unix/system.c compile for failing to find the include file for
readline. I just added the needed additional include, and it worked OK.
Trying to build the help system, I it stops right away with :
Can't locate File/Basename.pm in @INC at ../../etc/build-help line 10.
Now I have perl4.019 and perl5.002, perl5. None works. Do I need a
1997 Dec 12
0
R-beta: R-0.60.1 Install on hpux
When I first did a configure, it picked gcc. Then readline was included
(because then I could recall commands etc). But dynamic loading seemed
to be broken :-(. So I made sure hp's cc with proper options was picked.
Now dynamic loading is working, but cant recall commands :( (no
readline?), I tried ./config --with-readline but no luck. Any pointers??
TIA
osman
1998 Jan 13
1
R-beta: 0.61.1 "if else" parse bug?
I was playing with porting "Hmisc" S-Lib. I am getting parse errors for:
if (xxx) yyyy;else zzzz
I have to break this into:
if(xxx) yyyy
else zzzz
Is this a known feature?
TIA
Osman
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or