FunWithR / MonteCarlo

An R package for simulation studies.
33 stars 15 forks source link

Multiple cores/snowfall #9

Closed jimr1603 closed 5 years ago

jimr1603 commented 6 years ago

Hi

I got an error that it couldn't find a value or function, with ncpu=2. I manually loaded snowfall and the same call worked. I believe the package needs a "require(snowfall)" before running code based on multiple processors.

theclue commented 6 years ago

I suffer the same issue. with this error: Unknown/unfound variable in export. (local=TRUE)

FunWithR commented 5 years ago

New package version 1.0.6 is on its way to CRAN. Bug is fixed, Occured because snow was listed as an import, but snowfall has snow in DEPENDS.