Last updated on 2026-06-08 02:51:26 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.3.1.0 | 134.89 | 78.11 | 213.00 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.7.3.1.0 | 112.42 | 50.09 | 162.51 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.7.3.1.0 | 138.00 | 123.02 | 261.02 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.7.3.1.0 | 281.00 | 131.30 | 412.30 | OK | |
| r-devel-windows-x86_64 | 0.7.3.1.0 | 141.00 | 154.00 | 295.00 | OK | |
| r-patched-linux-x86_64 | 0.7.3.1.0 | 146.00 | 84.54 | 230.54 | OK | |
| r-release-linux-x86_64 | 0.7.3.1.0 | 146.62 | 85.23 | 231.85 | OK | |
| r-release-macos-arm64 | 0.7.3.1.0 | 29.00 | 22.00 | 51.00 | OK | |
| r-release-macos-x86_64 | 0.7.3.1.0 | 93.00 | 111.00 | 204.00 | OK | |
| r-release-windows-x86_64 | 0.7.3.1.0 | 147.00 | 154.00 | 301.00 | OK | |
| r-oldrel-macos-arm64 | 0.7.3.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.7.3.1.0 | 87.00 | 111.00 | 198.00 | OK | |
| r-oldrel-windows-x86_64 | 0.7.3.1.0 | 173.00 | 194.00 | 367.00 | OK |
Version: 0.7.3.1.0
Check: examples
Result: ERROR
Running examples in ‘rvinecopulib-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plot.rvine_structure
> ### Title: Plotting R-vine structures
> ### Aliases: plot.rvine_structure plot.rvine_matrix
>
> ### ** Examples
>
> plot(cvine_structure(1:5))
Error in plot.vinecop_dist(vinecop_dist(pcs, x), ...) :
The 'ggraph' package must be installed to plot.
Calls: plot -> plot.rvine_structure -> plot.vinecop_dist
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.7.3.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/8s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(rvinecopulib)
>
>
> test_check("rvinecopulib")
Saving _problems/test_rvine_structure-59.R
Saving _problems/test_rvine_structure-90.R
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 335 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_rvine_structure.R:59:3'): plot functions work ──────────────────
Error in `plot.vinecop_dist(vc)`: The 'ggraph' package must be installed to plot.
Backtrace:
▆
1. ├─base::plot(vc) at test_rvine_structure.R:59:3
2. └─rvinecopulib:::plot.vinecop_dist(vc)
── Failure ('test_rvine_structure.R:90:3'): rvine_structure_sim() works ────────
Expected `plot(struct)` not to throw any errors.
Actually got a <simpleError> with message:
The 'ggraph' package must be installed to plot.
── Error ('test_vinecop_dist.R:115:3'): plot functions work ────────────────────
Error in `plot.vinecop_dist(vc, edge_labels = "family", var_names = "legend")`: The 'ggraph' package must be installed to plot.
Backtrace:
▆
1. ├─testthat::expect_silent(...) at test_vinecop_dist.R:115:3
2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
3. │ ├─testthat (local) .capture(...)
4. │ │ ├─withr::with_output_sink(...)
5. │ │ │ └─base::force(code)
6. │ │ ├─base::withCallingHandlers(...)
7. │ │ └─base::withVisible(code)
8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
9. ├─base::plot(vc, edge_labels = "family", var_names = "legend")
10. └─rvinecopulib:::plot.vinecop_dist(...)
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 335 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc