Prepare Release 1.0.0: Check {insight} API / documentation on API #826
Annotations
1 error and 11 warnings
Extract and lint files changed by this PR
Process completed with exit code 31.
|
Run r-lib/actions/setup-r-dependencies@v2
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Extract and lint files changed by this PR:
R/clean_parameters.R#L531
file=R/clean_parameters.R,line=531,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 123 characters.
|
Extract and lint files changed by this PR:
R/clean_parameters.R#L542
file=R/clean_parameters.R,line=542,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 134 characters.
|
Extract and lint files changed by this PR:
R/clean_parameters.R#L588
file=R/clean_parameters.R,line=588,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 122 characters.
|
Extract and lint files changed by this PR:
R/clean_parameters.R#L655
file=R/clean_parameters.R,line=655,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 121 characters.
|
Extract and lint files changed by this PR:
R/find_statistic.R#L26
file=R/find_statistic.R,line=26,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this function from 53 to at most 40.
|
Extract and lint files changed by this PR:
R/validate_argument.R#L89
file=R/validate_argument.R,line=89,col=23,[function_left_parentheses_linter] Remove spaces before the left parenthesis in a function definition.
|
Extract and lint files changed by this PR:
R/validate_argument.R#L93
file=R/validate_argument.R,line=93,col=16,[nzchar_linter] Use nzchar(x) instead of x != "". Note that unlike nzchar(), NE coerces to character, so you'll have to use as.character() if x is a factor. Whenever missing data is possible, please take care to use nzchar(., keepNA = TRUE); nzchar(NA) is TRUE by default.
|
Extract and lint files changed by this PR:
tests/testthat/test-gam.R#L83
file=tests/testthat/test-gam.R,line=83,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 125 characters.
|
Extract and lint files changed by this PR:
tests/testthat/test-gam.R#L162
file=tests/testthat/test-gam.R,line=162,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 160 characters.
|
Extract and lint files changed by this PR:
tests/testthat/test-GLMMadaptive.R#L358
file=tests/testthat/test-GLMMadaptive.R,line=358,col=12,[unnecessary_concatenation_linter] Remove unnecessary c() of a constant expression. Replace with as.vector() if c() is used to strip attributes, e.g. in converting an array to a vector.
|
Loading