-
### Summary
[The drake package](https://github.com/wlandau-lilly/drake) is an R-focused [pipeline toolkit](https://github.com/pditommaso/awesome-pipeline). It [reproducibly brings results up to dat…
-
Hi Sylvain and other SSDM users
As you may know I am running my code through an HPC due to the size and resolution of my data. While I have fixed my modelling code (it has successfully worked on a …
-
From https://github.com/rstudio/shiny/issues/1949: `value()` for MulticoreFuture test whether an error has occurred or not by checking for inheritance of `simpleError`. This should be for `error`.
…
-
When using the example for an "ExperimentRegistry" from the package vignette, the number of problems and algorithms is not correctly displayed when printing the registry object:
```r
library(batchto…
ghost updated
6 years ago
-
# Issue
A forked (mc)process that crashes returns `NULL`, e.g.
```r
> library(future)
> plan(multicore, workers = 2L)
> f v str(v)
NULL
```
Ideally this should be detected and produce …
-
I ran into a interesting use case where I am not in full control of what the current working directory is when launching batchtools jobs (it's in an R temporary folder of spawned R process that is spa…
-
When I want to peek at what's going on on a future-powered slurm job I look at, for example:
```
.future/20171118_083108-ebBlfz/batchtools_492448437/logs/job9622adcaff15f092fcb3ed1f0d6221bd.log
`…
-
# Issue
On the most recent version of R-devel:
```sh
$ R --vanilla
R Under development (unstable) (2017-12-06 r73855) -- "Unsuffered Consequences"
Copyright (C) 2017 The R Foundation for Stat…
-
My R session:
```
> library(BatchJobs)
Loading required package: BBmisc
libraSourcing configuration file: '/usr/local/apps/R/gcc_4.9.1/library/BatchJobs/etc/BatchJobs_global_config.R'
rSourcing c…
-
## TL;DR
I think this is all due to https://github.com/richfitz/storr/issues/80.
## Overview
I am seeing strange results from `drake`'s long tests. I am struggling to find the root causes, a…