-
**Describe the bug**
When used with promises package, future.batchtools complains about a missing option "background" to `nbrOfWorkers()` and secondly about a missing function `nbrOfFreeWorkers()`
…
-
Something updates `.Random.seed` when a future is launched, checked, and collected, e.g.
```r
> library(future.batchtools)
> plan(batchtools_interactive) ## also with batchtools_local and batchto…
-
I am getting an error when attempting to download data using QuratedAtlasQueryR, but only while using WEHI's HPC. This code runs fine locally on my laptop.
The code:
```
blood_metadata
filter…
-
Implement `nbrOfFreeWorkers()` for batchtools future. This requires future (>= 1.21.0).
-
### Solution to issue cannot be found in the documentation.
- [X] I checked the documentation.
### Issue
Trying to load the package:
```
> library(stringi)
Error: package or namespace load faile…
-
-
Hi,
EDIT: Looking close, this does seem pretty squarely a `future` + `batchtools.future` problem, it's just that my quick-to-implement solution was by slightly modifying the `batchtools` source c…
-
Objective
+ To develop wrapper functions that organize low-level functions to serve common uses for geospatial exposure modeling
List of quick development/comparison tasks
+ Calculating dista…
-
I am having some difficulties when trying to make use of your implementation of the parallel R Package, when running TCA, using a multi-core machine in a large dataset (N > 1400). The code seems to ge…
-
Hi,
I am keen to use this function, however have been running into issue with the amount of data I am attempting to analyze. I have a matrix of 53 rows x 31128 columns (OTU data). I end up running …