Last updated on 2025-07-14 05:48:53 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
nmarank | 2 | 5 | 6 |
Current CRAN status: ERROR: 2, NOTE: 5, OK: 6
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’ [52s/57s]
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.1-0).
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")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 10 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-arm.R:185:3'): arm gives correct probs ───────────────────────
abs(p1 - p2) is not less than 0.02. Difference: 0.0014
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 10 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3-0
Check: tests
Result: ERROR
Running ‘testthat.R’ [171s/418s]
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.1-0).
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")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 10 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-arm.R:175:3'): arm gives correct ranks ───────────────────────
all(p1$Hierarchy == p2$Hierarchy) & all(p3$Hierarchy == p4$Hierarchy) is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 10 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang