Skip to content

Commit 40bb3e4

Browse files
committed
oops
1 parent 198d379 commit 40bb3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/r_test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ SCRIPT="as_cran <- !identical(tolower(Sys.getenv('NOT_CRAN')), 'true')
127127
print(build_args)
128128
print(args)
129129
130-
rcmdcheck::rcmdcheck(build_args = build_args, args = args, error_on = 'warning', check_dir = 'check', timeout = 3600, env = env)"
130+
rcmdcheck::rcmdcheck(build_args = build_args, args = args, error_on = 'warning', check_dir = 'check', timeout = 3600)"
131131
echo "$SCRIPT" | ${R_BIN} --no-save
132132

133133
AFTER=$(ls -alh ~/)

0 commit comments

Comments
 (0)