Updates to pass R CMD Check with new network version #84
Annotations
11 warnings
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint:
R/add_edges.R#L43
file=R/add_edges.R,line=43,col=8,[indentation_linter] Indentation should be 6 spaces but is 8 spaces.
|
lint:
R/add_edges.R#L45
file=R/add_edges.R,line=45,col=8,[indentation_linter] Indentation should be 6 spaces but is 8 spaces.
|
lint:
R/add_vertices.R#L80
file=R/add_vertices.R,line=80,col=4,[infix_spaces_linter] Put spaces around all infix operators.
|
lint:
R/add_vertices.R#L81
file=R/add_vertices.R,line=81,col=5,[spaces_left_parentheses_linter] Place a space before left parenthesis, except in a function call.
|
lint:
R/add_vertices.R#L81
file=R/add_vertices.R,line=81,col=27,[infix_spaces_linter] Put spaces around all infix operators.
|
lint:
R/add_vertices.R#L81
file=R/add_vertices.R,line=81,col=31,[infix_spaces_linter] Put spaces around all infix operators.
|
lint:
R/add_vertices.R#L81
file=R/add_vertices.R,line=81,col=48,[infix_spaces_linter] Put spaces around all infix operators.
|
lint:
R/add_vertices.R#L81
file=R/add_vertices.R,line=81,col=54,[commas_linter] Commas should always have a space after.
|
lint:
R/add_vertices.R#L83
file=R/add_vertices.R,line=83,col=5,[spaces_left_parentheses_linter] Place a space before left parenthesis, except in a function call.
|
lint:
R/add_vertices.R#L83
file=R/add_vertices.R,line=83,col=22,[brace_linter] There should be a space before an opening curly brace.
|