Closed HenrikBengtsson closed 7 years ago
We're probably have to emulate what batchtools:::findTemplateFile()
is doing, but before checking system.file("templates", package = "batchtools")
we should check system.file("templates", package = "future.batchtools")
.
Add fallback batchtools templates in future.batchtools package, e.g.
inst/templates/batchtools.torque.tmpl
. See also howbatchtools:::findTemplateFile()
works.