Hi all,

Any tips on how to use doParallel as part of a function in a package that I
am writing? The function calls compiled C code, and (as far as I know),
doParallel requires you to load C functions for each core that you use
(either with the .packages argument to foreach(), or by explicitly loading
the object for each loop).

However - the package doesn't pass the "check" command when I try to build
it. I suspect that this is because the package isn't yet loaded into the
namespace while it is being checked, and doParallel can therefore not find
it.

Does anyone know whether my suspicion is wrong, or whether there is a
better way to handle doParallel in this case?

Many thanks,

-- 
Adam Clark
PhD Candidate, Dept. Ecology, Evolution, and Behavior
University of Minnesota, Twin Cities
100 Ecology Building, 1987 Upper Buford Circle, St. Paul, MN 55108
atcl...@umn.edu, (857)-544-6782, www.cbs.umn.edu/lab/tilman/adamclark

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to