-
AppVeyor link broken on https://mllg.github.io/batchtools/ is broken.
-
# Issue
Using `makeClusterFunctionsTorque()` on a TORQUE compute cluster, at first `reduceResultsList()` returns list of `NULL` elements but a bit later a list of the actual values. This even …
-
https://github.com/mllg/batchtools/blob/master/R/clearRegistry.R#L3 holds:
```r
#' @title Remove All Jobs
#' @description
#' Removes all jobs from a registry and calls \code{\link{sweepRegistry}}.…
-
The ['Migrating from BatchJobs/BatchExperiments' vignette](https://github.com/mllg/batchtools/blob/master/vignettes/v01_Migration.Rmd), seems to be missing information on the renaming of `job.name` to…
-
this makes install slower than it must be
that also creates NOTES on cran
i am unsure if we want that.
we could put the vignetter in Rbuildignore and only host this on github
probably better
-
@berndbischl , @mllg
Scenario 1: I have run 20,000 jobs, and 1500 of them failed, and I found out that this is due to I made a mistake in the corresponding algorithm, after fixing the bug, I want t…
-
I'm wondering if it is possible to get both output streams together, with lines in the right (chronological) order. One way to achieve this with `system2` is to redirect stdout and stderr to the same …
-
# Background
It's not possible to export objects with other than "basic" names (= "according to R's variable naming rules"). For example,
```r
library("batchtools")
reg 0L) {
ee = .GlobalEn…
-
Triggered by my [JOSS review](https://github.com/openjournals/joss-reviews/issues/135#issuecomment-275495424):
What is your branch model and for you Git / GitHub repository?:
* On CRAN you have…
-
This issue is part of this [JOSS review](https://github.com/openjournals/joss-reviews/issues/135)
The README states "As a successor of the packages BatchJobs and BatchExperiments, batchtools".
*…