Skip to content

Commit 4007da6

Browse files
committed
del test code
1 parent 543536e commit 4007da6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/testthat/test-km.R

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ test_that("Run jskm", {
2222
expect_is(jskm(fit, cluster.option = "cluster", cluster.var = "id", pval = T), "gg")
2323
expect_warning(jskm(fit, cluster.option = "frailty", cluster.var = "id", pval = T))
2424

25-
fit3 <- survfit(Surv(time, status) ~ rx + frailty(id), data = colon)
26-
expect_is(jskm(fit3), "gg")
27-
expect_is(jskm(fit3, pval = T), "gg")
25+
# fit3 <- survfit(Surv(time, status) ~ rx + frailty(id), data = colon)
26+
# expect_is(jskm(fit3), "gg")
27+
# expect_is(jskm(fit3, pval = T), "gg")
2828
})
2929

3030

0 commit comments

Comments
 (0)