-
Tests seem to rely on output, which has changed slightly because we're now using pillar to format the columns: https://github.com/tidyverse/tibble/blob/e5ae87aaaf6a2643d66073193196f5061041bdfd/revdep/…
-
I like that you [have a template file for TORQUE](https://github.com/HenrikBengtsson/future.batchtools/blob/master/inst/templates/torque.tmpl). I only have access to SGE at the moment, so I am wonderi…
-
I can see that you've been working on integrating the future package which is an exciting development.
I have a project with a stage that requires a lot of memory per CPU and another stage that req…
-
I am really happy with batchtools and it does exactly what we need. Been using BatchJobs before and now moved to batchtools.
A small issue became apparen however lately to me: I can see that the w…
-
[zeromq.org](http://zeromq.org/)
-
Add fallback batchtools templates in future.batchtools package, e.g. `inst/templates/batchtools.torque.tmpl`. See also how [`batchtools:::findTemplateFile()`](https://github.com/mllg/batchtools/blob/…
-
I would like to test OpenMP with MLR. For example, xgboost supports OpenMP if OpenMP enabled [1]. I would like to benchmark results with OpenMP and without OpenMP.
**Does there exist some ways to …
-
So that if the file is corrupted you can come back to the backup
-
I am developing my own package which makes use of a future call. Inside the call, I use functions from the package I am developing, so something like this:
```
...
foo
-
Using `batchmark` in the current version of the master results in an error when estimating the resampling error after tuning.
The error is:
```r
Error in checkMeasures(measures, pred$task.desc, …