Increase test coverage #99
Annotations
1 error and 10 warnings
Lint
Process completed with exit code 31.
|
Lint:
R/delineate-corridor.R#L59
file=R/delineate-corridor.R,line=59,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 114 characters.
|
Lint:
R/delineate-corridor.R#L77
file=R/delineate-corridor.R,line=77,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 139 characters.
|
Lint:
R/delineate-corridor.R#L78
file=R/delineate-corridor.R,line=78,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 123 characters.
|
Lint:
R/preprocess.R#L115
file=R/preprocess.R,line=115,col=32,[object_usage_linter] no visible binding for global variable 'linestring_id'
|
Lint:
R/preprocess.R#L118
file=R/preprocess.R,line=118,col=45,[object_usage_linter] no visible binding for global variable 'x'
|
Lint:
R/preprocess.R#L119
file=R/preprocess.R,line=119,col=37,[object_usage_linter] no visible binding for global variable 'y'
|
Lint:
R/preprocess.R#L121
file=R/preprocess.R,line=121,col=36,[object_usage_linter] no visible binding for global variable 'is_startpoint'
|
Lint:
R/preprocess.R#L127
file=R/preprocess.R,line=127,col=9,[commented_code_linter] Commented code should be removed.
|
Lint:
tests/testthat/test-preprocess.R#L57
file=tests/testthat/test-preprocess.R,line=57,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 88 characters.
|
Lint:
tests/testthat/test-preprocess.R#L57
file=tests/testthat/test-preprocess.R,line=57,col=87,[pipe_continuation_linter] `|>` should always have a space before it and a new line after it, unless the full pipeline fits on one line.
|
Loading