rbchan / unmarked

R package for hierarchical models in ecological research
https://rbchan.github.io/unmarked/
37 stars 25 forks source link

Add progress bar to parametric bootstraps and cross-validations #208

Closed adamdsmith closed 2 years ago

adamdsmith commented 2 years ago

Use {pbapply} to provide bootstrap and cross-validation progress feedback to user. Ignored if reporting is requested on non-parallel bootstraps. parboot units tests modified as necessary and passed. No changes needed for crossVal unit tests, but tests passed.