Skip to content

Commit 256029b

Browse files
committed
Remove dependency on dev callr
1 parent 61839b3 commit 256029b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Imports:
2424
R6,
2525
utils
2626
Suggests:
27-
callr (>= 3.7.3.9001),
27+
callr (>= 3.7.3),
2828
cli (>= 3.3.0),
2929
codetools,
3030
covr,

tests/testthat/test-process.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ test_that("working directory does not exist", {
6969
})
7070

7171
test_that("R process is installed with a SIGTERM cleanup handler", {
72+
# https://github.com/r-lib/callr/pull/250
73+
skip_if_not_installed("callr", "3.7.3.9001")
74+
7275
# Needs POSIX signal handling
7376
skip_on_os("windows")
7477

0 commit comments

Comments
 (0)