Last updated on 2025-06-03 06:50:28 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.2 | 6.33 | 73.68 | 80.01 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.2 | 5.83 | 55.25 | 61.08 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.2 | 127.73 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 142.47 | ERROR | |||
r-devel-windows-x86_64 | 0.1.2 | 8.00 | 87.00 | 95.00 | OK | |
r-patched-linux-x86_64 | 0.1.2 | 7.12 | 70.08 | 77.20 | OK | |
r-release-linux-x86_64 | 0.1.2 | 7.04 | 70.58 | 77.62 | OK | |
r-release-macos-arm64 | 0.1.2 | 64.00 | OK | |||
r-release-macos-x86_64 | 0.1.2 | 91.00 | OK | |||
r-release-windows-x86_64 | 0.1.2 | 9.00 | 87.00 | 96.00 | OK | |
r-oldrel-macos-arm64 | 0.1.2 | 46.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.2 | 66.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.2 | 10.00 | 103.00 | 113.00 | OK |
Version: 0.1.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [9s/11s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(plasso)
>
> test_check("plasso")
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 52 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-predict.R:117:3'): predict.plasso response for single lambda value ──
dimnames(pred_p[["plasso"]]) (`actual`) not identical to dimnames(pred_g) (`expected`).
`actual[[2]]`: "s1"
`expected[[2]]`: "s0"
── Failure ('test-predict.R:118:3'): predict.plasso response for single lambda value ──
dimnames(pred_p[["lasso"]]) (`actual`) not identical to dimnames(pred_g) (`expected`).
`actual[[2]]`: "s1"
`expected[[2]]`: "s0"
── Failure ('test-predict.R:121:3'): predict.plasso response for single lambda value ──
dimnames(coef_p[["plasso"]]) (`actual`) not identical to dimnames(coef_g) (`expected`).
`actual[[2]]`: "s1"
`expected[[2]]`: "s0"
── Failure ('test-predict.R:122:3'): predict.plasso response for single lambda value ──
dimnames(coef_p[["lasso"]]) (`actual`) not identical to dimnames(coef_g) (`expected`).
`actual[[2]]`: "s1"
`expected[[2]]`: "s0"
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 52 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [9s/31s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(plasso)
>
> test_check("plasso")
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 52 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-predict.R:117:3'): predict.plasso response for single lambda value ──
dimnames(pred_p[["plasso"]]) (`actual`) not identical to dimnames(pred_g) (`expected`).
`actual[[2]]`: "s1"
`expected[[2]]`: "s0"
── Failure ('test-predict.R:118:3'): predict.plasso response for single lambda value ──
dimnames(pred_p[["lasso"]]) (`actual`) not identical to dimnames(pred_g) (`expected`).
`actual[[2]]`: "s1"
`expected[[2]]`: "s0"
── Failure ('test-predict.R:121:3'): predict.plasso response for single lambda value ──
dimnames(coef_p[["plasso"]]) (`actual`) not identical to dimnames(coef_g) (`expected`).
`actual[[2]]`: "s1"
`expected[[2]]`: "s0"
── Failure ('test-predict.R:122:3'): predict.plasso response for single lambda value ──
dimnames(coef_p[["lasso"]]) (`actual`) not identical to dimnames(coef_g) (`expected`).
`actual[[2]]`: "s1"
`expected[[2]]`: "s0"
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 52 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc