We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dafd107 commit 44da41fCopy full SHA for 44da41f
inst/templates-for-R_CMD_check/batchtools.sge.tmpl
@@ -48,7 +48,7 @@
48
path <- tools::R_user_dir("future.batchtools", "cache")
49
path <- file.path(path, "R_CMD_check")
50
if (!utils::file_test("-d", path)) dir.create(path, recursive = TRUE)
51
- job_declarations <- c(job_declarations, sprintf("-d %s", path))
+ job_declarations <- c(job_declarations, sprintf("-wd %s", path))
52
53
## SPECIAL: Since we change working directory, the 'startup.Rs' file used
54
## by R CMD check is no longer found
0 commit comments