out the new package 'parallel'. Just started
reading the vignette.
Thanks,
Roland
-Original Message-
From: henrik.bengts...@gmail.com on behalf of Henrik Bengtsson
Sent: Mon 11/28/2011 18:10
To: Rau, Roland
Cc: r-devel@r-project.org
Subject: Re: [Rd] Avoid package in build pr
Move doMC from Requests: to Suggests: and load it in the code when
needed, e.g. library("doMC").
BTW, make sure you are aware of the new 'parallel' package that comes
with R v2.14.0.
/H
On Mon, Nov 28, 2011 at 7:39 AM, Rau, Roland wrote:
> Dear all,
>
> I am currently working on a package which
Dear all,
I am currently working on a package which involves some simulation where no
current simulation run depends on a previous simulation run.
That is why I decided to parallelize the computation using the doMC package
(which exists only for unix-like OS).
I can create a package without any