Skip to content

Commit a76cdd3

Browse files
committed
added the skip for coxrobust
1 parent ba4daa6 commit a76cdd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testthat/test_package_script.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ test_that("packaging works if library from script is missing but predetection is
185185
skip_on_cran() # CRAN knows all the packages
186186
skip_on_ci()
187187

188+
skip_if_installed("coxrobust")
188189
output <- capture_output({
189190
predetected_df <- dockerfile(from = "package_script/needs_predetect/",
190191
maintainer = "o2r",

0 commit comments

Comments
 (0)