Last updated on 2026-06-14 07:54:10 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.4 | 13.18 | 280.04 | 293.22 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.4 | 10.38 | 163.36 | 173.74 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.4 | 25.00 | 471.01 | 496.01 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.4 | 26.00 | 467.79 | 493.79 | OK | |
| r-devel-windows-x86_64 | 1.0.4 | 19.00 | 281.00 | 300.00 | OK | |
| r-patched-linux-x86_64 | 1.0.4 | 16.02 | 263.70 | 279.72 | OK | |
| r-release-linux-x86_64 | 1.0.4 | 13.29 | 254.78 | 268.07 | OK | |
| r-release-macos-arm64 | 1.0.4 | 4.00 | 64.00 | 68.00 | OK | |
| r-release-macos-x86_64 | 1.0.4 | 7.00 | ERROR | |||
| r-release-windows-x86_64 | 1.0.4 | 18.00 | 289.00 | 307.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.4 | 4.00 | 61.00 | 65.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.4 | 12.00 | 311.00 | 323.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.4 | 23.00 | 374.00 | 397.00 | OK |
Version: 1.0.4
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘Examples.Rmd’ using rmarkdown
Quitting from Examples.Rmd:432-453 [copula fit]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `h()`:
! error in evaluating the argument 'X' in selecting a method for function 'apply': invalid 'type' (complex) of argument
---
Backtrace:
▆
1. ├─RTMB::MakeADFun(nll_copula, par, silent = TRUE)
2. │ └─obj$retape()
3. │ └─RTMB:::MakeADFunObject(...)
4. │ └─RTMB:::.MakeTape(mapfunc, obj$env$par)
5. │ └─RTMB (local) f(x)
6. │ └─global func(pl)
7. │ └─RTMBdist::dcopula(...)
8. │ ├─RTMBdist:::pmin.ad(pmax.ad(p1, eps), 1 - eps)
9. │ │ ├─base::apply(cbind(x, y), 1, min)
10. │ │ └─base::cbind(x, y)
11. │ └─RTMBdist:::pmax.ad(p1, eps)
12. │ ├─base::apply(cbind(x, y), 1, max)
13. │ └─RTMB::apply(cbind(x, y), 1, max)
14. │ ├─methods::callNextMethod()
15. │ └─base (local) .nextMethod(X = X, MARGIN = MARGIN, FUN = FUN)
16. └─base::.handleSimpleError(...)
17. └─base (local) h(simpleError(msg, call))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'Examples.Rmd' failed with diagnostics:
error in evaluating the argument 'X' in selecting a method for function 'apply': invalid 'type' (complex) of argument
--- failed re-building ‘Examples.Rmd’
--- re-building ‘distlist.Rmd’ using rmarkdown
--- finished re-building ‘distlist.Rmd’
SUMMARY: processing the following file failed:
‘Examples.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.4
Check: package dependencies
Result: ERROR
Package required but not available: ‘RTMB’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-release-macos-x86_64