[Rd] Sys.sleep waits forever + workaround (PR#8678)

2006-03-13 Thread westfeld
When I tried to schedule a calculation for the next day (waiting several 1 seconds), I noticed that Sys.sleep does never return (R version 2.1.0 on Linux). From the C code I expect that the maximum number of seconds is about 2000 (2^31/1e6), which is system-dependent. ##Sys.sleep <- function(t

Re: [Rd] Sys.sleep waits forever + workaround (PR#8678)

2006-03-13 Thread ripley
On Mon, 13 Mar 2006, [EMAIL PROTECTED] wrote: > When I tried to schedule a calculation for the next day (waiting several > 1 seconds), I noticed that Sys.sleep does never return (R version > 2.1.0 on Linux). From the C code I expect that the maximum number of > seconds is about 2000 (2^31/1e6)

[Rd] Building help pages

2006-03-13 Thread Aleš Žiberna
Hello! I was just wondering, why only one of my "Rd" files is converted in "chm" format (REGE) and the other are not when installing a package? The output from installing a package on WinXp is below. I tried to find more information about what "chm" format actually is, however have found none.

Re: [Rd] Building help pages

2006-03-13 Thread Uwe Ligges
Aleš Žiberna wrote: > Hello! > > I was just wondering, why only one of my "Rd" files is converted in > "chm" format (REGE) and the other are not when installing a package? The > output from installing a package on WinXp is below. I guess your are installing from a source directory from which y

Re: [Rd] Building help pages

2006-03-13 Thread Aleš Žiberna
Thank you for this clarification. You are off course right, this was the only "Rd" file that was changed. Best regards, Ales Ziberna Uwe Ligges pravi: > Aleš Žiberna wrote: > >> Hello! >> >> I was just wondering, why only one of my "Rd" files is converted in >> "chm" format (REGE) and the other

Re: [Rd] problem building R-patched on x86-64 with PGI 6.1

2006-03-13 Thread Jennifer Lai
Prof Brian Ripley wrote: > >> As those of you who saw my post on R-help know, I've been trying to >> build >> R-patched on a dual Opteron box running Scyld Beowulf, using the PGI 6.1 >> compilers. The build went fine, but I couldn't get it to pass make >> check-all. Jennifer Lai, who reported s

Re: [Rd] [R] dotchart: Gap between text and chart (PR#8681)

2006-03-13 Thread murdoch
(Moved from r-help) On 3/13/2006 9:33 AM, Dietrich Trenkler wrote: > I have some data which I would like to display with dotchart. The > labels are very long, so the chart becomes too small. Setting cex=0.7 > seems to be a good compromise, but the gap between the text and the > chart still is too

Re: [Rd] [R] dotchart: Gap between text and chart (PR#8681)

2006-03-13 Thread Prof Brian Ripley
On Mon, 13 Mar 2006, [EMAIL PROTECTED] wrote: > (Moved from r-help) > > On 3/13/2006 9:33 AM, Dietrich Trenkler wrote: >> I have some data which I would like to display with dotchart. The >> labels are very long, so the chart becomes too small. Setting cex=0.7 >> seems to be a good compromise, but

Re: [Rd] problem building R-patched on x86-64 with PGI 6.1

2006-03-13 Thread Jennifer Lai
Jennifer Lai wrote: > Prof Brian Ripley wrote: > >> >>> As those of you who saw my post on R-help know, I've been trying to >>> build >>> R-patched on a dual Opteron box running Scyld Beowulf, using the PGI >>> 6.1 >>> compilers. The build went fine, but I couldn't get it to pass make >>> chec

Re: [Rd] [R] dotchart: Gap between text and chart (PR#8681)

2006-03-13 Thread Duncan Murdoch
On 3/13/2006 12:55 PM, Prof Brian Ripley wrote: > On Mon, 13 Mar 2006, [EMAIL PROTECTED] wrote: > >> (Moved from r-help) >> >> On 3/13/2006 9:33 AM, Dietrich Trenkler wrote: >>> I have some data which I would like to display with dotchart. The >>> labels are very long, so the chart becomes too sma

[Rd] Help on interfacing C++ with R

2006-03-13 Thread Sun . Bing
Hi, I am trying to set up a C++ library for my R code. I followed the R-extension manual but found out that the example of "X.cpp, X_main.cpp" is somewhat too simple. Here is my code: //lib4R.h testing for interfacing C++ with R -- using C++ library in R #include using namespace std; class li

Re: [Rd] Help on interfacing C++ with R

2006-03-13 Thread Roger Bivand
On Mon, 13 Mar 2006 [EMAIL PROTECTED] wrote: > Hi, I am trying to set up a C++ library for my R code. I followed the > R-extension manual but found out that the example of "X.cpp, X_main.cpp" > is somewhat too simple. Here is my code: Simpler is easier, all this std stuff gets in the way. The p

Re: [Rd] Peculiar timing result

2006-03-13 Thread Douglas Bates
On 3/11/06, Prof Brian Ripley <[EMAIL PROTECTED]> wrote: > Here is a summary of some results on a dual Opteron 252 running FC3 > > 64-bit gcc 3.4.5 > R's blas34.83 3.45 38.56 > ATLAS 36.70 3.28 40.14 > ATLAS multithread 76.85 5.39 82.29 > Goto 1 thread

Re: [Rd] problem building R-patched on x86-64 with PGI 6.1

2006-03-13 Thread Liaw, Andy
Thanks to Brian, I can now get PGI 6.1 to build R-devel (2006-03-13 r37533) and pass make check-all, using the config flags I showed in my original post. I will try to re-build with optimizing flags, and report back if I run into problems there. Best, Andy From: Jennifer Lai > > Jennifer La