Re: [Rd] Tracebacks with tryCatch() and withCallingHandlers()?

2005-09-07 Thread Kurt Hornik
> 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(

[Rd] Month recognition issue

2005-09-07 Thread Sebastien Durand
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

Re: [Rd] Fwd: segfault

2005-09-07 Thread Deepayan Sarkar
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

[Rd] CRAN, Bioconductor and ctv package dependency questions

2005-09-07 Thread Gabor Grothendieck
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

[Rd] Tracebacks with tryCatch() and withCallingHandlers()?

2005-09-07 Thread Henrik Bengtsson
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=

Re: [Rd] Build R with AMD pgi compiled ACML library

2005-09-07 Thread Liaw, Andy
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

Re: [Rd] system on windows vs. unix

2005-09-07 Thread Martin Maechler
> "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