Skip to content

Support for survival models? #783

Support for survival models?

Support for survival models? #783

Triggered via pull request January 7, 2025 14:57
Status Failure
Total duration 2m 54s
Artifacts

lint-changed-files.yaml

on: pull_request
lint-changed-files  /  lint-changed-files
2m 42s
lint-changed-files / lint-changed-files
Fit to window
Zoom out
Zoom in

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) { ... }`.