CRAN Package Check Results for Package cvmdisc

Last updated on 2026-05-10 06:51:06 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 2.41 37.45 39.86 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 1.87 26.71 28.58 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 59.54 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 58.13 OK
r-devel-windows-x86_64 0.1.0 3.00 53.00 56.00 ERROR
r-patched-linux-x86_64 0.1.0 2.56 34.20 36.76 OK
r-release-linux-x86_64 0.1.0 2.40 34.54 36.94 OK
r-release-macos-arm64 0.1.0 1.00 12.00 13.00 OK
r-release-macos-x86_64 0.1.0 2.00 41.00 43.00 OK
r-release-windows-x86_64 0.1.0 4.00 64.00 68.00 OK
r-oldrel-macos-arm64 0.1.0 OK
r-oldrel-macos-x86_64 0.1.0 2.00 39.00 41.00 OK
r-oldrel-windows-x86_64 0.1.0 4.00 62.00 66.00 OK

Check Details

Version: 0.1.0
Check: tests
Result: ERROR Running 'testthat.R' [4s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(cvmdisc) Loading required package: stats4 Loading required package: CompQuadForm > > test_check("cvmdisc") Saving _problems/test_groupFit-36.R [1] "Parameter 'N' must be numeric." [1] "Paraneter 'N' must be a positive integer." [ FAIL 1 | WARN 16 | SKIP 0 | PASS 32 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_groupFit.R:36:5'): Bootstrap ─────────────────────────────────── Error in `optim(start, f, method = method, hessian = TRUE, ...)`: non-finite finite-difference value [2] Backtrace: ▆ 1. └─cvmdisc::groupFit(...) at test_groupFit.R:36:5 2. ├─base::matrix(...) 3. └─base::apply(...) 4. └─cvmdisc (local) FUN(newX[, i], ...) 5. └─cvmdisc::distrFit(bootbreaks, y, distr, initials = hats) 6. └─stats4::mle(ll_norm, start = list(a = start[1], b = log(start[2]))) 7. └─stats::optim(start, f, method = method, hessian = TRUE, ...) [ FAIL 1 | WARN 16 | SKIP 0 | PASS 32 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64