-
Hi
when running `EBO::task()` I get the error:
`Error: 'task' is not an exported object from 'namespace:EBO'`
This is `sessionInfo()` after `require(EBO)` in a fresh session
```
R version 4.0…
-
In #57, we discussed the possibility of a parallel `st_apply`, which was promptly introduced leveraging `mcapply` and `parLapply`. Lately, I have been moving more and more code to use the `future` pac…
-
{parallelMap} is called when running `LDARep`, a core function of the package. But because it is in "Suggests" it isn't installed by default on package install. So, if someone calls `install.packages(…
-
## Prework
- [X] Read and abide by `drake`'s [code of conduct](https://github.com/ropensci/drake/blob/master/CODE_OF_CONDUCT.md).
- [X] Search for duplicates among the [existing issues](https://gi…
-
**Submitting author:** @mllg (Michel Lang)
**Repository:** https://github.com/mllg/batchtools
**Version:** v0.9.2
**Editor:** @arfon
**Reviewer:** @masalmon
**Archive:** 10.5281/zenodo.293835
…
-
Hello,
I would like to report an issue during the installation of SpiecEasi. There is a space in the username of my computer, and it seems to disturb the installation, but I never had previous issue …
-
As we are doing our final testing on the promises/Shiny async work, we ran into some problems testing `plan(multisession)` with [RStudio Connect](https://www.rstudio.com/products/connect/). We get the…
-
This is a minor thing, but the [mlr parallelization docs](https://mlr-org.github.io/mlr-tutorial/release/html/parallelization/index.html?) state that BatchJobs can be used, but it appears that BatchTo…
-
## Description
Nested resampling with `classif.randomForestSRC` or regr.randomForestSRC` results in a very long error. Using `classif.randomForest` works correctly.
## Reproducible example
`…
-
When choosing the number of workers, it would be nice for `multicoreWorkers` to respect the resource limits imposed by the scheduler on HPCs. For example, when I'm in an interactive job on Slurm with …