Skip to content

Commit e11deba

Browse files
committed
fix warning
1 parent f4df1d2 commit e11deba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-model_parameters.coxme.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ withr::with_environment(
1616
rats$grp <- sample(letters[1:3], nrow(rats), replace = TRUE)
1717

1818
data(eortc, package = "coxme")
19-
d <- coxme::eortc
19+
d <<- coxme::eortc
2020
d2 <<- rats
2121

2222
m1 <- coxme::coxme(Surv(y, uncens) ~ trt + (1 | center), data = d)

0 commit comments

Comments
 (0)