Last updated on 2025-06-03 00:50:08 CEST.
Package | ERROR | OK |
---|---|---|
plasso | 2 | 11 |
Current CRAN status: ERROR: 2, OK: 11
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