Skip to content

code clean

code clean #1061

Triggered via pull request September 22, 2023 22:19
Status Success
Total duration 11m 44s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint / lint: R/all_equal_models.R#L29
file=R/all_equal_models.R,line=29,col=51,[keyword_quote_linter] Only quote targets of extraction with $ if necessary, i.e., if the name is not a valid R symbol (see ?make.names). Use backticks to create non-syntactic names, or use [[ to extract by string.
lint / lint: R/all_equal_models.R#L32
file=R/all_equal_models.R,line=32,col=18,[undesirable_function_linter] Function "sapply" is undesirable.
lint / lint: R/all_equal_models.R#L37
file=R/all_equal_models.R,line=37,col=20,[undesirable_function_linter] Function "sapply" is undesirable.
lint / lint: R/all_equal_models.R#L66
file=R/all_equal_models.R,line=66,col=9,[undesirable_function_linter] Function "sapply" is undesirable.
lint / lint: R/clean_names.R#L75
file=R/clean_names.R,line=75,col=10,[undesirable_function_linter] Function "sapply" is undesirable.
lint / lint: R/clean_names.R#L81
file=R/clean_names.R,line=81,col=9,[undesirable_function_linter] Function "sapply" is undesirable.
lint / lint: R/clean_names.R#L106
file=R/clean_names.R,line=106,col=1,[cyclocomp_linter] Functions should have cyclomatic complexity of less than 40, this has 42.
lint / lint: R/clean_names.R#L135
file=R/clean_names.R,line=135,col=14,[undesirable_function_linter] Function "sapply" is undesirable.
lint / lint: R/clean_names.R#L183
file=R/clean_names.R,line=183,col=13,[commented_code_linter] Commented code should be removed.
lint / lint: R/clean_names.R#L213
file=R/clean_names.R,line=213,col=28,[undesirable_function_linter] Function "sapply" is undesirable.