Skip to content

Reduce number of methods in docs #284

Reduce number of methods in docs

Reduce number of methods in docs #284

Triggered via pull request October 3, 2023 20:46
Status Failure
Total duration 7m 7s
Artifacts

lint-changed-files.yaml

on: pull_request
lint-changed-files  /  lint-changed-files
4m 1s
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/methods_aov.R#L146
file=R/methods_aov.R,line=146,col=9,[if_not_else_linter] In a simple if/else statement, prefer `if (A) x else y` to the less-readable `if (!A) y else x`.
lint-changed-files / lint-changed-files: R/methods_aov.R#L354
file=R/methods_aov.R,line=354,col=9,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
lint-changed-files / lint-changed-files: R/methods_aov.R#L356
file=R/methods_aov.R,line=356,col=9,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
lint-changed-files / lint-changed-files: R/methods_aov.R#L358
file=R/methods_aov.R,line=358,col=9,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
lint-changed-files / lint-changed-files: R/methods_aov.R#L433
file=R/methods_aov.R,line=433,col=9,[if_not_else_linter] In a simple if/else statement, prefer `if (A) x else y` to the less-readable `if (!A) y else x`.
lint-changed-files / lint-changed-files: R/methods_aov.R#L454
file=R/methods_aov.R,line=454,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 267 characters.
lint-changed-files / lint-changed-files: R/methods_bamlss.R#L71
file=R/methods_bamlss.R,line=71,col=17,[undesirable_function_linter] Function "sapply" is undesirable.
lint-changed-files / lint-changed-files: R/methods_cplm.R#L300
file=R/methods_cplm.R,line=300,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 141 characters.
lint-changed-files / lint-changed-files: R/methods_cplm.R#L303
file=R/methods_cplm.R,line=303,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 130 characters.
lint-changed-files / lint-changed-files: R/methods_emmeans.R#L31
file=R/methods_emmeans.R,line=31,col=7,[if_not_else_linter] In a simple if/else statement, prefer `if (A) x else y` to the less-readable `if (!A) y else x`.