Skip to content

fix warnings in output #42

fix warnings in output

fix warnings in output #42

Triggered via push November 28, 2023 17:23
Status Success
Total duration 1m 42s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: R/calibrate_ambient_carbon_Bowling2003.R#L41
file=R/calibrate_ambient_carbon_Bowling2003.R,line=41,col=1,[cyclocomp_linter] Functions should have cyclomatic complexity of less than 15, this has 17.
lint: R/calibrate_ambient_carbon_Bowling2003.R#L41
file=R/calibrate_ambient_carbon_Bowling2003.R,line=41,col=1,[object_length_linter] Variable and function names should not be longer than 30 characters.
lint: R/calibrate_ambient_carbon_Bowling2003.R#L41
file=R/calibrate_ambient_carbon_Bowling2003.R,line=41,col=1,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint: R/calibrate_ambient_carbon_Bowling2003.R#L106
file=R/calibrate_ambient_carbon_Bowling2003.R,line=106,col=35,[vector_logic_linter] Conditional expressions require scalar logical operators (&& and ||)
lint: R/calibrate_ambient_carbon_Bowling2003.R#L124
file=R/calibrate_ambient_carbon_Bowling2003.R,line=124,col=35,[vector_logic_linter] Conditional expressions require scalar logical operators (&& and ||)
lint: R/calibrate_ambient_carbon_linreg.R#L37
file=R/calibrate_ambient_carbon_linreg.R,line=37,col=1,[cyclocomp_linter] Functions should have cyclomatic complexity of less than 15, this has 17.
lint: R/calibrate_ambient_carbon_linreg.R#L37
file=R/calibrate_ambient_carbon_linreg.R,line=37,col=1,[object_length_linter] Variable and function names should not be longer than 30 characters.
lint: R/calibrate_ambient_carbon_linreg.R#L74
file=R/calibrate_ambient_carbon_linreg.R,line=74,col=13,[seq_linter] 1:nrow(...) is likely to be wrong in the empty edge case. Use seq_len(nrow(...)) instead.
lint: R/calibrate_ambient_carbon_linreg.R#L83
file=R/calibrate_ambient_carbon_linreg.R,line=83,col=36,[vector_logic_linter] Conditional expressions require scalar logical operators (&& and ||)
lint: R/calibrate_ambient_carbon_linreg.R#L101
file=R/calibrate_ambient_carbon_linreg.R,line=101,col=35,[vector_logic_linter] Conditional expressions require scalar logical operators (&& and ||)