> "Gabor" == Gabor Grothendieck <[EMAIL PROTECTED]>
> on Wed, 7 Sep 2005 00:08:05 -0400 writes:
Gabor> The R system command has different arguments on Windows and UNIX.
Gabor> I hadn't realized that and I think it would be nice if the input=
Gabor> argument available
Ga
I can only say that the last time I tried linking ACML to R, it did quite a
bit worse than Goto's BLAS.
Andy
> From: Jennifer Lai
>
> Hi,
> Has anyone had any luck in using portland group compiler
> to build
> R(-devel) with AMD's pgi compiled ACML library? I've downloaded the
> packag
When batch processing analysis, I use tryCatch() for failure handling
and to prevent unwanted interrupts. I write detailed progress to log
file and conditions (warnings and errors) are written to the same log
file immediately by using withCallingHandlers(..., condition=function(c)
cat(c, file=
1. Can CRAN packages depend on Bioconductor packages and still pass
R CMD check? That is can Suggests: and Depends: in the DESCRIPTION
file contain Bioconductor packages or only other CRAN packages?
Is there an example?
2. If a package depends on a Bioconductor package does one just list
the pack
On 8/31/05, Byron Ellis <[EMAIL PROTECTED]> wrote:
> There's definitely something a bit strange going on. The arguments as
> passed to wireframePanelCalculations from the code snippet show only
> 6060 elements for the z vector (51,101,16 respectively for x,y,rot)
> while the function routinely trie
Dear all,
I am running
R : Copyright 2005, The R Foundation for Statistical Computing
Version 2.1.1 (2005-06-20), ISBN 3-900051-07-0
Under Mac os X, a french version!
I am preparing a package and I got the following issue
I am trying to read dates that are written in
english and have them reco
> Henrik Bengtsson writes:
> When batch processing analysis, I use tryCatch() for failure handling
> and to prevent unwanted interrupts. I write detailed progress to log
> file and conditions (warnings and errors) are written to the same log
> file immediately by using withCallingHandlers(