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
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
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
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