Fix issue #346: Add option to keep resamples by fold, rather than sum #264
Annotations
1 error and 11 warnings
Lint
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint:
R/caretPredict.R#L103
file=R/caretPredict.R,line=103,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 156 characters.
|
Lint:
R/caretPredict.R#L183
file=R/caretPredict.R,line=183,col=39,[object_usage_linter] no visible global function definition for ':='
|
Lint:
tests/testthat/test-aggregate-resamples.R#L8
file=tests/testthat/test-aggregate-resamples.R,line=8,col=15,[implicit_integer_linter] Use 2L or 2.0 to avoid implicit integers.
|
Lint:
tests/testthat/test-aggregate-resamples.R#L9
file=tests/testthat/test-aggregate-resamples.R,line=9,col=16,[implicit_integer_linter] Use 2L or 2.0 to avoid implicit integers.
|
Lint:
tests/testthat/test-aggregate-resamples.R#L12
file=tests/testthat/test-aggregate-resamples.R,line=12,col=1,[trailing_whitespace_linter] Remove trailing whitespace.
|
Lint:
tests/testthat/test-aggregate-resamples.R#L19
file=tests/testthat/test-aggregate-resamples.R,line=19,col=1,[trailing_whitespace_linter] Remove trailing whitespace.
|
Lint:
tests/testthat/test-aggregate-resamples.R#L22
file=tests/testthat/test-aggregate-resamples.R,line=22,col=3,[expect_identical_linter] Use expect_identical(x, y) by default; resort to expect_equal() only when needed, e.g. when setting ignore_attr= or tolerance=.
|
Lint:
tests/testthat/test-aggregate-resamples.R#L23
file=tests/testthat/test-aggregate-resamples.R,line=23,col=1,[trailing_whitespace_linter] Remove trailing whitespace.
|
Lint:
tests/testthat/test-aggregate-resamples.R#L26
file=tests/testthat/test-aggregate-resamples.R,line=26,col=3,[expect_identical_linter] Use expect_identical(x, y) by default; resort to expect_equal() only when needed, e.g. when setting ignore_attr= or tolerance=.
|
Lint:
tests/testthat/test-aggregate-resamples.R#L26
file=tests/testthat/test-aggregate-resamples.R,line=26,col=50,[implicit_integer_linter] Use 4L or 4.0 to avoid implicit integers.
|
Loading