Merging Neil's most recent work from walton branch to main #62
Annotations
1 error and 11 warnings
lint
Process completed with exit code 31.
|
lint
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
lint:
R/calc_Lambert.R#L9
file=R/calc_Lambert.R,line=9,col=1,[object_name_linter] Variable and function name style should match snake_case or symbols.
|
lint:
R/calc_Lambert.R#L9
file=R/calc_Lambert.R,line=9,col=28,[brace_linter] There should be a space before an opening curly brace.
|
lint:
R/calc_Lambert.R#L9
file=R/calc_Lambert.R,line=9,col=28,[paren_body_linter] There should be a space between a right parenthesis and a body expression.
|
lint:
R/calc_Lambert.R#L14
file=R/calc_Lambert.R,line=14,col=3,[object_name_linter] Variable and function name style should match snake_case or symbols.
|
lint:
R/calc_Lambert.R#L14
file=R/calc_Lambert.R,line=14,col=14,[infix_spaces_linter] Put spaces around all infix operators.
|
lint:
R/calc_Lambert.R#L15
file=R/calc_Lambert.R,line=15,col=3,[object_name_linter] Variable and function name style should match snake_case or symbols.
|
lint:
R/calc_Lambert.R#L15
file=R/calc_Lambert.R,line=15,col=15,[infix_spaces_linter] Put spaces around all infix operators.
|
lint:
R/calc_Lambert.R#L15
file=R/calc_Lambert.R,line=15,col=18,[infix_spaces_linter] Put spaces around all infix operators.
|
lint:
R/calc_Lambert.R#L15
file=R/calc_Lambert.R,line=15,col=25,[spaces_inside_linter] Do not place spaces before parentheses.
|
lint:
R/calc_Lambert.R#L15
file=R/calc_Lambert.R,line=15,col=27,[infix_spaces_linter] Put spaces around all infix operators.
|