Last updated on 2026-08-27 11:55:04 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.6 | 21.28 | 90.54 | 111.82 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.6 | 13.44 | 67.55 | 80.99 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.6 | 14.00 | 60.45 | 74.45 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.6 | 14.00 | 59.38 | 73.38 | OK | |
| r-devel-windows-x86_64 | 0.1.6 | 24.00 | 172.00 | 196.00 | OK | |
| r-patched-linux-x86_64 | 0.1.6 | 19.69 | 82.79 | 102.48 | OK | |
| r-release-linux-x86_64 | 0.1.6 | 18.15 | 81.99 | 100.14 | OK | |
| r-release-macos-arm64 | 0.1.6 | 5.00 | 22.00 | 27.00 | OK | |
| r-release-macos-x86_64 | 0.1.6 | 15.00 | 90.00 | 105.00 | OK | |
| r-release-windows-x86_64 | 0.1.6 | 22.00 | 102.00 | 124.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.6 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.6 | 14.00 | 78.00 | 92.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.6 | 33.00 | 125.00 | 158.00 | OK |
Version: 0.1.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [5s/6s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(VC2copula)
Loading required package: copula
>
> test_check("VC2copula")
Saving _problems/test-bivariate-models-40.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 554 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-bivariate-models.R:40:7'): Bivariate model claytonCopula works ──
Error in `optim(start, logL, lower = lower, upper = upper, method = optim.method, control = control, copula = copula, u = u)`: non-finite finite-difference value [1]
Backtrace:
▆
1. ├─testthat::expect_true(class(fitCopula(cop, u)@copula) == model) at test-bivariate-models.R:40:7
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─copula::fitCopula(cop, u)
5. └─copula::fitCopula(cop, u)
6. └─copula (local) .local(copula, data, ...)
7. ├─(if (hideWarnings) suppressWarnings else identity)(...)
8. └─copula:::fitCopula.ml(...)
9. └─stats::optim(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 554 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc