New main for meeting #63
Annotations
1 error and 10 warnings
lint
Process completed with exit code 31.
|
lint:
R/calc_index.R#L8
file=R/calc_index.R,line=8,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 81 characters.
|
lint:
R/calc_index.R#L15
file=R/calc_index.R,line=15,col=36,[brace_linter] There should be a space before an opening curly brace.
|
lint:
R/calc_index.R#L15
file=R/calc_index.R,line=15,col=36,[paren_body_linter] There should be a space between a right parenthesis and a body expression.
|
lint:
R/calc_index.R#L18
file=R/calc_index.R,line=18,col=5,[spaces_left_parentheses_linter] Place a space before left parenthesis, except in a function call.
|
lint:
R/calc_index.R#L18
file=R/calc_index.R,line=18,col=6,[spaces_inside_linter] Do not place spaces after parentheses.
|
lint:
R/calc_index.R#L18
file=R/calc_index.R,line=18,col=24,[spaces_inside_linter] Do not place spaces before parentheses.
|
lint:
R/calc_index.R#L18
file=R/calc_index.R,line=18,col=26,[brace_linter] There should be a space before an opening curly brace.
|
lint:
R/calc_index.R#L18
file=R/calc_index.R,line=18,col=26,[paren_body_linter] There should be a space between a right parenthesis and a body expression.
|
lint:
R/calc_index.R#L19
file=R/calc_index.R,line=19,col=43,[infix_spaces_linter] Put spaces around all infix operators.
|
lint:
R/calc_index.R#L27
file=R/calc_index.R,line=27,col=16,[spaces_inside_linter] Do not place spaces after parentheses.
|