execute styler #18
Annotations
10 warnings
ubuntu-22.04 (release):
inst/app/server.R#L20
file=inst/app/server.R,line=20,col=5,[object_name_linter] Variable and function name style should match camelCase.
|
ubuntu-22.04 (release):
inst/app/server.R#L21
file=inst/app/server.R,line=21,col=11,[object_name_linter] Variable and function name style should match camelCase.
|
ubuntu-22.04 (release):
inst/app/server.R#L61
file=inst/app/server.R,line=61,col=7,[object_usage_linter] no visible global function definition for 'metanetwork'
|
ubuntu-22.04 (release):
inst/app/server.R#L64
file=inst/app/server.R,line=64,col=19,[object_usage_linter] no visible global function definition for 'choose_pal'
|
ubuntu-22.04 (release):
inst/app/ui.R#L67
file=inst/app/ui.R,line=67,col=13,[commented_code_linter] Commented code should be removed.
|
ubuntu-22.04 (release):
inst/app/ui.R#L79
file=inst/app/ui.R,line=79,col=161,[line_length_linter] Lines should not be more than 160 characters. This line is 308 characters.
|
ubuntu-22.04 (release):
R/helpers.R#L21
file=R/helpers.R,line=21,col=20,[object_usage_linter] no visible binding for global variable 'network'
|
ubuntu-22.04 (release):
R/helpers.R#L28
file=R/helpers.R,line=28,col=6,[indentation_linter] Indentation should be 62 spaces but is 6 spaces.
|
ubuntu-22.04 (release):
R/helpers.R#L50
file=R/helpers.R,line=50,col=13,[seq_linter] 1:nrow(...) is likely to be wrong in the empty edge case. Use seq_len(nrow(...)) instead.
|
ubuntu-22.04 (release):
R/helpers.R#L107
file=R/helpers.R,line=107,col=34,[object_usage_linter] no visible binding for global variable 'nodes'
|