Last updated on 2025-11-24 00:48:39 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 2.57 | 37.24 | 39.81 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 1.89 | 27.72 | 29.61 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 60.97 | OK | |||
| r-devel-windows-x86_64 | 0.1.0 | 6.00 | 53.00 | 59.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 2.44 | 35.79 | 38.23 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 2.67 | 34.75 | 37.42 | OK | |
| r-release-macos-arm64 | 0.1.0 | OK | ||||
| r-release-macos-x86_64 | 0.1.0 | 3.00 | 38.00 | 41.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 6.00 | 56.00 | 62.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | NOTE | ||||
| r-oldrel-macos-x86_64 | 0.1.0 | 2.00 | 31.00 | 33.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.1.0 | 4.00 | 62.00 | 66.00 | ERROR |
Version: 0.1.0
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.1.0
Check: tests
Result: ERROR
Running 'testthat.R' [5s]
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-oldrel-windows-x86_64