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
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)
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.
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
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
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
(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
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
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
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
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
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
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
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
14 matches
Mail list logo