Last updated on 2025-05-26 00:49:02 CEST.
Package | ERROR | OK |
---|---|---|
optimall | 2 | 11 |
Current CRAN status: ERROR: 2, OK: 11
Version: 1.1.1
Flags: --no-vignettes
Check: tests
Result: ERROR
Running ‘testthat.R’ [50s/77s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(optimall)
>
> test_check("optimall")
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 245 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On Linux (1): 'test-optimall_shiny.R:15:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-allocate_wave.R:22:3'): the output of allocate_wave is as expected ──
output$nsample_actual not equal to ...$stratum_size.
2/3 mismatches (average diff: 1)
[1] 8 - 9 == -1
[2] 7 - 6 == 1
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 245 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.1.1
Check: tests
Result: ERROR
Running 'testthat.R' [38s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(optimall)
>
> test_check("optimall")
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 244 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On Windows (1): 'test-optimall_shiny.R:16:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-allocate_wave.R:22:3'): the output of allocate_wave is as expected ──
output$nsample_actual not equal to ...$stratum_size.
2/3 mismatches (average diff: 1)
[1] 11 - 12 == -1
[2] 9 - 8 == 1
── Failure ('test-allocate_wave.R:43:3'): the output is as expected with allocation_method = Neyman ──
output$nsample_actual not equal to ...$stratum_size.
2/3 mismatches (average diff: 1)
[1] 11 - 12 == -1
[2] 9 - 8 == 1
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 244 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64