Last updated on 2025-02-05 17:50:31 CET.
Package | ERROR | NOTE | OK |
---|---|---|---|
cgaim | 3 | 10 | |
cirls | 1 | 12 |
Current CRAN status: NOTE: 3, OK: 10
Version: 1.0.1
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
boot.cgaim.Rd: doParallel
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
Current CRAN status: ERROR: 1, OK: 12
Version: 0.3.1
Check: tests
Result: ERROR
Running 'testthat.R' [3s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(cirls)
>
> test_check("cirls")
warning: solve(): system is singular; attempting approx solution
warning: solve(): system is singular; attempting approx solution
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 74 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-cirls_results.R:87:3'): results respect constraints ──────────
all(coef(poispos)[-1] >= (0 - 1e-06)) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure ('test-inference.R:75:3'): CI include estimated ─────────────────────
all(cci80[, 1] <= coef(res) & cci80[, 2] >= coef(res)) is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 74 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64