I've tried to troubleshoot this for a while, but I simply cannot get future.batchtools to work here. I also don't see this error in any of the other issues or anywhere. What is going wrong?
> library("future.batchtools")
Loading required package: parallelly
Loading required package: future
> plan(batchtools_slurm)
> x %<-% { Sys.sleep(5); 3.14 }
Error: Failed to submit BatchtoolsSlurmFuture (<none>). The reason was: error in running command
TROUBLESHOOTING INFORMATION:
batchtools::submitJobs() was called with the following 'resources' argument:
list()
Additional output:
Error in system2(command = sys.cmd, args = sys.args, stdin = stdin, stdout = TRUE, :
error in running command
I've tried to troubleshoot this for a while, but I simply cannot get
future.batchtoolsto work here. I also don't see this error in any of the other issues or anywhere. What is going wrong?Additional output: