Check smooth #286
lint-changed-files.yaml
on: pull_request
lint-changed-files
/
lint-changed-files
3m 13s
Annotations
1 error and 10 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
|
lint-changed-files / lint-changed-files:
R/check_smooth.R#L137
file=R/check_smooth.R,line=137,col=3,[brace_linter] Opening curly braces should never go on their own line and should always be followed by a new line.
|
lint-changed-files / lint-changed-files:
R/check_smooth.R#L154
file=R/check_smooth.R,line=154,col=40,[seq_linter] 1:prod(...) is likely to be wrong in the empty edge case. Use seq_len(prod(...)) instead.
|
lint-changed-files / lint-changed-files:
R/check_smooth.R#L170
file=R/check_smooth.R,line=170,col=13,[seq_linter] 1:length(...) is likely to be wrong in the empty edge case. Use seq_along(...) instead.
|
lint-changed-files / lint-changed-files:
R/check_smooth.R#L181
file=R/check_smooth.R,line=181,col=25,[numeric_leading_zero_linter] Include the leading zero for fractional numeric constants.
|
lint-changed-files / lint-changed-files:
R/check_smooth.R#L222
file=R/check_smooth.R,line=222,col=12,[seq_linter] 1:nrow(...) is likely to be wrong in the empty edge case. Use seq_len(nrow(...)) instead.
|
lint-changed-files / lint-changed-files:
tests/testthat/test-check_smooth.R#L6
file=tests/testthat/test-check_smooth.R,line=6,col=77,[infix_spaces_linter] Put spaces around all infix operators.
|
lint-changed-files / lint-changed-files:
tests/testthat/test-check_smooth.R#L7
file=tests/testthat/test-check_smooth.R,line=7,col=67,[infix_spaces_linter] Put spaces around all infix operators.
|
lint-changed-files / lint-changed-files:
tests/testthat/test-check_smooth.R#L10
file=tests/testthat/test-check_smooth.R,line=10,col=40,[infix_spaces_linter] Put spaces around all infix operators.
|
lint-changed-files / lint-changed-files:
tests/testthat/test-check_smooth.R#L11
file=tests/testthat/test-check_smooth.R,line=11,col=40,[infix_spaces_linter] Put spaces around all infix operators.
|
lint-changed-files / lint-changed-files:
tests/testthat/test-check_smooth.R#L12
file=tests/testthat/test-check_smooth.R,line=12,col=40,[infix_spaces_linter] Put spaces around all infix operators.
|