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 e111b3d commit 1d83b12Copy full SHA for 1d83b12
DESCRIPTION
@@ -1,5 +1,5 @@
1
Package: future.batchtools
2
-Version: 0.12.2-9983
+Version: 0.12.2-9984
3
Depends:
4
R (>= 3.2.0),
5
parallelly,
inst/templates-for-R_CMD_check/setup.R
@@ -6,7 +6,7 @@
6
7
path <- tools::R_user_dir("future.batchtools", "cache")
8
path <- file.path(path, "R_CMD_check")
9
-if (!tools::file_test("-d", path)) dir.create(path, recursive = TRUE)
+if (!utils::file_test("-d", path)) dir.create(path, recursive = TRUE)
10
11
tmpdir <- tempfile(tmpdir = path)
12
if (!utils::file_test("-d", tmpdir)) {
0 commit comments