I removed dataentry.c from the Makefile at: R-1.9.0/src/modules/X11

The build appeared to be successful. However when I run make
check as you recommend, it 'hangs' or continues to run with no progress.

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
 9987 ap        25   0 25808  21m 5280 R 23.9  1.1   0:47.61 R.bin

 R-1.9.0_27 $ time make check
make[1]: Entering directory `/x/r/R-1.9.0/tests'
make[2]: Entering directory `/x/r/R-1.9.0/tests'
make[3]: Entering directory `/x/r/R-1.9.0/tests/Examples'
make[4]: Entering directory `/x/r/R-1.9.0/tests/Examples'
make[4]: `Makedeps' is up to date.
make[4]: Leaving directory `/x/r/R-1.9.0/tests/Examples'
make[4]: Entering directory `/x/r/R-1.9.0/tests/Examples'
running code in 'base-Ex.R' ...



The update to the machine which is slackeware 9.1 was KDE 3.2.





On Sun, 30 May 2004, Uwe Ligges wrote:

Date: Sun, 30 May 2004 22:01:58 +0200
From: Uwe Ligges <[EMAIL PROTECTED]>
To: Al Piszcz <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Re: [R] prcomp help

Al Piszcz wrote:

Slackware 9.1, R 1.9.0, 2.54GHZ P4, 2GB RAM

example(prcomp) never finishes


example(prcomp)


prcomp> data(USArrests)

prcomp> prcomp(USArrests)


====

The following test also appears to hang.

a<-matrix(rnorm(100,mean=32,sd=31),10,10)
b<-prcomp(a)

Works on Windows and several other OSs.

Do you have a local copy of prcomp() (which is different from the original one)?

What happens if you start R with --vanilla and try again?

What happened after
make check
during your R installation? make check should have reported an error here (or hang itself)....


Uwe Ligges







====

What is the recommended debug approach?

Thank you.

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to