Update for 0.7.0 release #44
Annotations
11 warnings
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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 ||)
|