deployment info and internal function declaration #22
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#L54
file=inst/app/server.R,line=54,col=20,[object_usage_linter] no visible global function definition for 'renderUI'
|
ubuntu-22.04 (release):
inst/app/server.R#L56
file=inst/app/server.R,line=56,col=14,[object_usage_linter] no visible global function definition for 'icon'
|
ubuntu-22.04 (release):
inst/app/server.R#L64
file=inst/app/server.R,line=64,col=7,[object_usage_linter] no visible global function definition for 'metanetwork'
|
ubuntu-22.04 (release):
inst/app/ui.R#L68
file=inst/app/ui.R,line=68,col=13,[commented_code_linter] Commented code should be removed.
|
ubuntu-22.04 (release):
inst/app/ui.R#L80
file=inst/app/ui.R,line=80,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.
|