[Rd] Example of "task seeds" with R parallel. Critique?

2012-01-13 Thread Paul Johnson
Greetings: In R parallel's vignette, there is a comment "It would however take only slightly more work to allocate a stream to each task." (p.6). I've written down a working example that can allocate not just one, but several separate seeds for each task. (We have just a few project here that nee

[Rd] checking complied code found 'abort'

2012-01-13 Thread Zhu Wang
Hello, The package cts on CRAN generated a note on some systems. For instance: checking compiled code ... NOTE File ‘/home/ripley/R/Lib32/cts/libs/cts.so’: Found ‘abort’, possibly from ‘abort’ (C) which can be found from the link http://www.r-project.org/nosvn/R.check/r-patched-solaris-sparc/c

Re: [Rd] checkRd freezes while parsing erroneous preprocessor macros

2012-01-13 Thread Duncan Murdoch
On 13/01/2012 8:06 AM, Hans-Jörg Bibiko wrote: Dear developers, I came across with a bug while parsing Rd files. Given is the following minimal Rd file: \name{foo} \title{foo} \description{ #ifdef windows win #endifd #ifdef unix unix #endif } By accident I have a typ

[Rd] checkRd freezes while parsing erroneous preprocessor macros

2012-01-13 Thread Hans-Jörg Bibiko
Dear developers, I came across with a bug while parsing Rd files. Given is the following minimal Rd file: \name{foo} \title{foo} \description{ #ifdef windows win #endifd #ifdef unix unix #endif } By accident I have a typo at line 6, instead of having #endif I typed #en