-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
move to native R parallel functions #52
Comments
This was partly addressed in de393ed but the pure parallel version had a lot of export problems, so I changed back to foreach for now |
@EttnerAndreas, could you have a look at this? |
OK, it would be really good to get this thing done, and I think it's a nice contained project. Andreas, maybe you could give it a try, ideally in your fork? See my first try in https://github.com/florianhartig/DHARMa/pull/179/files but it doesn't make sense to continue this, as we have since changed the runBenchmark function. What we would like to have is that the function behaves exactly as before, but with native R parallelization |
alright, I will see what I can do. I will use my fork and let you know how it is going |
remove
doParallel,
foreach,
to reduce dependencies
The text was updated successfully, but these errors were encountered: