Skip to content

Commit 1d83b12

Browse files
tools::file_test() -> utils::file_test() [ci skip]
1 parent e111b3d commit 1d83b12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: future.batchtools
2-
Version: 0.12.2-9983
2+
Version: 0.12.2-9984
33
Depends:
44
R (>= 3.2.0),
55
parallelly,

inst/templates-for-R_CMD_check/setup.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
path <- tools::R_user_dir("future.batchtools", "cache")
88
path <- file.path(path, "R_CMD_check")
9-
if (!tools::file_test("-d", path)) dir.create(path, recursive = TRUE)
9+
if (!utils::file_test("-d", path)) dir.create(path, recursive = TRUE)
1010

1111
tmpdir <- tempfile(tmpdir = path)
1212
if (!utils::file_test("-d", tmpdir)) {

0 commit comments

Comments
 (0)