Last updated on 2025-12-07 07:50:25 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| nmarank | 1 | 5 | 7 |
Current CRAN status: ERROR: 1, NOTE: 5, OK: 7
Version: 0.3-0
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
nmarank.Rd: netmeta
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64
Version: 0.3-0
Check: tests
Result: ERROR
Running 'testthat.R' [80s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(nmarank)
Loading required package: meta
Loading required package: metadat
Loading 'meta' package (version 8.2-1).
Type 'help(meta)' for a brief overview.
Loading required package: netmeta
Loading 'netmeta' package (version 3.2-0).
Type 'help("netmeta-package")' for a brief overview.
>
> test_check("nmarank")
Saving _problems/test-arm-185.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 10 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-arm.R:185:3'): arm gives correct probs ───────────────────────
Expected `abs(p1 - p2)` <= 0.02.
Actual comparison: 0.02060 > 0.02000
Difference: 0.00060 > 0
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 10 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64