Skip to content

fix devel 4.4.0

fix devel 4.4.0 #169

Triggered via pull request September 14, 2023 10:09
@mattansbmattansb
synchronize #602
fix-devel
Status Failure
Total duration 33m 32s
Artifacts

lint-changed-files.yaml

on: pull_request
lint-changed-files  /  lint-changed-files
33m 17s
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/cohens_d.R#L269
file=R/cohens_d.R,line=269,col=14,[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/cohens_d.R#L269
file=R/cohens_d.R,line=269,col=32,[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/cohens_d.R#L269
file=R/cohens_d.R,line=269,col=50,[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/eta_squared-methods.R#L81
file=R/eta_squared-methods.R,line=81,col=22,[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/eta_squared-methods.R#L114
file=R/eta_squared-methods.R,line=114,col=11,[lengths_linter] Use lengths() to find the length of each element in a list.
lint-changed-files / lint-changed-files: R/eta_squared-methods.R#L114
file=R/eta_squared-methods.R,line=114,col=11,[undesirable_function_linter] Function "sapply" is undesirable.
lint-changed-files / lint-changed-files: R/eta_squared-methods.R#L115
file=R/eta_squared-methods.R,line=115,col=15,[undesirable_function_linter] Function "sapply" is undesirable.
lint-changed-files / lint-changed-files: R/eta_squared-methods.R#L118
file=R/eta_squared-methods.R,line=118,col=10,[undesirable_function_linter] Function "sapply" is undesirable.
lint-changed-files / lint-changed-files: R/eta_squared-methods.R#L119
file=R/eta_squared-methods.R,line=119,col=38,[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/eta_squared-methods.R#L121
file=R/eta_squared-methods.R,line=121,col=10,[undesirable_function_linter] Function "sapply" is undesirable.