Hi all,

I'm currently working on updating an R package to run for loops in parallel
to speed up computation time.  I'm using the 'foreach' package with a
foreach loop.  When I run my code inside the loop, I get an error message
that a number of the functions aren't recognized (even though the functions
have been defined); if I call my R package inside the loop, everything runs
properly.  As you can see, this is a problem since I can't call my own
package in the source code for the package itself!  Any advice would be
appreciated.

Thanks,
Stacey

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