donttest to a dontrun within an example.parallelism = "parallel" but num_cores is left as NULL, we default to using parallel::detectCores() - 1L cores. This was in fact the documented behaviour previously, just sadly not the actual behaviourbootstrap_model (and internal function bootstrap_runner) accepts an argument future_packages that will be passed along to future.apply::future.lapply; this is needed for futures that don’t share memory, because the required global isn’t visible (when using S3 generics…). This is also passed along to README/vignettes/tests etc.class (new matrix class is the biggest change) - mostly was in tests!API changes:
BootGlmm is now bootstrap_model as the primary exported functionBootCI is now bootstrap_cibase_data to bootstrap_model; to reflect this, it’s now the second argument, prior to resamplesfuture.apply::future_lapply backend (and some slightly more robust versions of e.g. parallel::mclapply if desired)NEWS.md file to track changes to the package.