Package: openairmaps Check: Rd cross-references New result: WARNING Missing link(s) in Rd file 'windroseMap.Rd': ‘[openair:drawOpenKey]{drawOpenKey()}’ See section 'Cross-references' in the 'Writing R Extensions' manual. Package: optimall Check: tests New result: ERROR Running ‘testthat.R’ [51s/51s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(optimall) > > test_check("optimall") Saving _problems/test-allocate_wave-29.R [ FAIL 1 | WARN 0 | SKIP 1 | PASS 262 ] ══ 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 ── Expected `output$nsample_actual` to equal `...$stratum_size`. Differences: 2/3 mismatches (average diff: 1) [1] 7 - 6 == 1 [2] 8 - 9 == -1 [ FAIL 1 | WARN 0 | SKIP 1 | PASS 262 ] Error: ! Test failures. Execution halted