Optimized get.vertex.attribute() and get.edge.attribute() methods for… #81
Annotations
12 warnings
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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.
|