Support for survival models? #783
lint-changed-files.yaml
on: pull_request
lint-changed-files
/
lint-changed-files
2m 42s
Annotations
1 error and 3 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
|
lint-changed-files / lint-changed-files
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint-changed-files / lint-changed-files:
R/methods_survival.R#L166
file=R/methods_survival.R,line=166,col=33,[implicit_assignment_linter] Avoid implicit assignments in function calls. For example, instead of `if (x <- 1L) { ... }`, write `x <- 1L; if (x) { ... }`.
|
lint-changed-files / lint-changed-files:
R/methods_survival.R#L176
file=R/methods_survival.R,line=176,col=33,[implicit_assignment_linter] Avoid implicit assignments in function calls. For example, instead of `if (x <- 1L) { ... }`, write `x <- 1L; if (x) { ... }`.
|