findStarted(), findNotStarted and getStatus().findExperiments() now performs an exact string match (instead of matching substrings) for patterns specified via prob.name and algo.name. For substring matching, use prob.pattern or algo.pattern, respectively.reduceResultsDataTable()
fill, now is always TRUEflatten to control if the result should be represented as a column of lists or flattened as separate columns. Defaults to a backward-compatible heuristic, similar to getJobPars.n.array.jobs has been removed from JobCollection in favor of the new variable array.jobs (logical).findExperiments() now has two additional arguments to match using regular expressions. The possibility to prefix a string with "~" to enable regular expression matching has been removed.batchReduce().estimateRuntimes().removeRegistry().missing.val has been added to reduceResultsList() and reduceResultsDataTable() and removed from loadResult() and batchMapResults().makeClusterFunctionsTorque which now must be called via makeClusterFunctionsTORQUE()chunkIds() has been deprecated. Use chunk(), lpt() or binpack() instead.ClusterFunctionsLSF and ClusterFunctionsOpenLava (thanks to @phaverty).NULL results in reduceResultsList()getJobTable() returned difftimes with the wrong unit (e.g., in minutes instead of seconds).clusterFunctionsDocker().Initial CRAN release. See this vignette for a brief comparison with BatchJobs/BatchExperiments.