CRAN Package Check Results for Package cirls

Last updated on 2025-06-25 05:49:48 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.1 2.35 30.72 33.07 NOTE
r-devel-linux-x86_64-debian-gcc 0.3.1 1.62 24.55 26.17 NOTE
r-devel-linux-x86_64-fedora-clang 0.3.1 50.02 NOTE
r-devel-linux-x86_64-fedora-gcc 0.3.1 47.74 NOTE
r-devel-windows-x86_64 0.3.1 4.00 56.00 60.00 ERROR
r-patched-linux-x86_64 0.3.1 2.43 28.18 30.61 NOTE
r-release-linux-x86_64 0.3.1 1.85 27.94 29.79 NOTE
r-release-macos-arm64 0.3.1 27.00 NOTE
r-release-macos-x86_64 0.3.1 38.00 NOTE
r-release-windows-x86_64 0.3.1 4.00 54.00 58.00 NOTE
r-oldrel-macos-arm64 0.3.1 20.00 OK
r-oldrel-macos-x86_64 0.3.1 33.00 OK
r-oldrel-windows-x86_64 0.3.1 4.00 58.00 62.00 ERROR

Check Details

Version: 0.3.1
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: ‘cirls.fit.Rd’ ‘confint.cirls.Rd’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

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 1 | WARN 0 | SKIP 0 | PASS 75 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── 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 1 | WARN 0 | SKIP 0 | PASS 75 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Version: 0.3.1
Check: tests
Result: ERROR Running 'testthat.R' [5s] 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 1 | WARN 0 | SKIP 0 | PASS 75 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── 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 1 | WARN 0 | SKIP 0 | PASS 75 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64