bcgov / ssdtools

An R package to fit and plot Species Sensitivity Distributions (SSDs)
https://bcgov.github.io/ssdtools/
Apache License 2.0
30 stars 16 forks source link

parallelize cis on x (conc or percent) values #76

Closed joethorley closed 3 years ago

joethorley commented 4 years ago

should be same as bootdist functionality

joethorley commented 3 years ago

Went with futures in the end. To parallelize bootstrapping simply execute the following code.

doFuture::registerDoFuture()
future::plan(future::multisession)