Skip to content

Adding r2_mlm() and possible update to r2() to work with it #683

Adding r2_mlm() and possible update to r2() to work with it

Adding r2_mlm() and possible update to r2() to work with it #683

Re-run triggered August 19, 2024 08:02
Status Failure
Total duration 2m 44s
Artifacts

lint-changed-files.yaml

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

Annotations

1 error and 10 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
lint-changed-files / lint-changed-files: R/print-methods.R#L40
file=R/print-methods.R,line=40,col=10,[paste_linter] Use paste(), not paste0(), to collapse a character vector when sep= is not used.
lint-changed-files / lint-changed-files: R/print-methods.R#L80
file=R/print-methods.R,line=80,col=7,[if_not_else_linter] Prefer `if (A) x else y` to the less-readable `if (!A) y else x` in a simple if/else statement.
lint-changed-files / lint-changed-files: R/print-methods.R#L83
file=R/print-methods.R,line=83,col=14,[paste_linter] Use paste(), not paste0(), to collapse a character vector when sep= is not used.
lint-changed-files / lint-changed-files: R/print-methods.R#L123
file=R/print-methods.R,line=123,col=12,[paste_linter] Use paste(), not paste0(), to collapse a character vector when sep= is not used.
lint-changed-files / lint-changed-files: R/print-methods.R#L123
file=R/print-methods.R,line=123,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 127 characters.
lint-changed-files / lint-changed-files: R/print-methods.R#L152
file=R/print-methods.R,line=152,col=12,[paste_linter] Use paste(), not paste0(), to collapse a character vector when sep= is not used.
lint-changed-files / lint-changed-files: R/print-methods.R#L152
file=R/print-methods.R,line=152,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 125 characters.
lint-changed-files / lint-changed-files: R/r2_mlm.R#L80
file=R/r2_mlm.R,line=80,col=3,[object_overwrite_linter] 'q' is an exported object from package 'base'. Avoid re-using such symbols.
lint-changed-files / lint-changed-files: R/r2_mlm.R#L82
file=R/r2_mlm.R,line=82,col=15,[infix_spaces_linter] Put spaces around all infix operators.
lint-changed-files / lint-changed-files: R/r2_mlm.R#L88
file=R/r2_mlm.R,line=88,col=2,[trailing_blank_lines_linter] Add a terminal newline.