CRAN Package Check Results for Package nmarank

Last updated on 2025-12-05 09:49:59 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3-0 13.49 243.15 256.64 NOTE
r-devel-linux-x86_64-debian-gcc 0.3-0 10.17 156.01 166.18 NOTE
r-devel-linux-x86_64-fedora-clang 0.3-0 34.00 371.68 405.68 OK
r-devel-linux-x86_64-fedora-gcc 0.3-0 73.00 350.28 423.28 OK
r-devel-windows-x86_64 0.3-0 15.00 222.00 237.00 ERROR
r-patched-linux-x86_64 0.3-0 13.93 231.69 245.62 NOTE
r-release-linux-x86_64 0.3-0 14.47 232.96 247.43 NOTE
r-release-macos-arm64 0.3-0 OK
r-release-macos-x86_64 0.3-0 11.00 208.00 219.00 OK
r-release-windows-x86_64 0.3-0 16.00 221.00 237.00 NOTE
r-oldrel-macos-arm64 0.3-0 OK
r-oldrel-macos-x86_64 0.3-0 8.00 132.00 140.00 OK
r-oldrel-windows-x86_64 0.3-0 21.00 309.00 330.00 OK

Check Details

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