Skip to content

Bump insight version for .get_dep_version #221

Bump insight version for .get_dep_version

Bump insight version for .get_dep_version #221

Triggered via pull request August 14, 2023 02:09
Status Failure
Total duration 35m 31s
Artifacts

lint-changed-files.yaml

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

Annotations

1 error and 7 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
lint-changed-files / lint-changed-files: R/equivalence_test.R#L386
file=R/equivalence_test.R,line=386,col=33,[undesirable_function_linter] Function "sapply" is undesirable.
lint-changed-files / lint-changed-files: R/equivalence_test.R#L542
file=R/equivalence_test.R,line=542,col=88,[function_argument_linter] Arguments without defaults should come before arguments with defaults.
lint-changed-files / lint-changed-files: R/methods_aov.R#L357
file=R/methods_aov.R,line=357,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#L359
file=R/methods_aov.R,line=359,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#L361
file=R/methods_aov.R,line=361,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#L457
file=R/methods_aov.R,line=457,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_aov.R#L567
file=R/methods_aov.R,line=567,col=5,[object_name_linter] Variable and function name style should match snake_case or symbols.