Skip to content

Commit

Permalink
lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Nov 16, 2024
1 parent 142a1ff commit 27ca436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-coxph-panel.R
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ test_that("find_terms", {
find_terms(mod),
list(
response = "Surv(time, status)",
conditional = c( "ph.ecog", "tt(age)")
conditional = c("ph.ecog", "tt(age)")
)
)
})
Expand Down

0 comments on commit 27ca436

Please sign in to comment.