Last updated on 2026-03-22 01:50:04 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.12.1 | 113.44 | 173.15 | 286.59 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.12.1 | 106.72 | 132.03 | 238.75 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.12.1 | 137.00 | 315.80 | 452.80 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.12.1 | 280.00 | 335.40 | 615.40 | OK | |
| r-devel-macos-arm64 | 0.12.1 | 27.00 | 61.00 | 88.00 | OK | |
| r-devel-windows-x86_64 | 0.12.1 | 138.00 | 402.00 | 540.00 | OK | |
| r-patched-linux-x86_64 | 0.12.1 | 134.42 | 178.50 | 312.92 | OK | |
| r-release-linux-x86_64 | 0.12.1 | 127.53 | 178.53 | 306.06 | OK | |
| r-release-macos-arm64 | 0.12.1 | 27.00 | 62.00 | 89.00 | ERROR | |
| r-release-macos-x86_64 | 0.12.1 | 93.00 | 332.00 | 425.00 | OK | |
| r-release-windows-x86_64 | 0.12.1 | 129.00 | 399.00 | 528.00 | OK | |
| r-oldrel-macos-arm64 | 0.12.1 | 27.00 | 65.00 | 92.00 | ERROR | |
| r-oldrel-macos-x86_64 | 0.12.1 | 91.00 | 372.00 | 463.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.12.1 | 152.00 | 460.00 | 612.00 | NOTE |
Version: 0.12.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(vinereg)
>
> if (require(testthat)) test_check("vinereg")
Loading required package: testthat
Saving _problems/test-vinereg-58.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 61 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-vinereg.R:58:3'): works with fixed order ─────────────────────
Expected `summary(fit_auto$vine)` to equal `summary(fit_ord$vine)`.
Differences:
Component "parameters": Component 6: Mean relative difference: 3.674716e-08
Component "tau": Mean relative difference: 1.967448e-08
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 61 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-macos-arm64
Version: 0.12.1
Check: installed package size
Result: NOTE
installed size is 56.7Mb
sub-directories of 1Mb or more:
doc 1.6Mb
libs 54.9Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.12.1
Check: examples
Result: ERROR
Running examples in ‘vinereg-Ex.R’ failed
The error most likely occurred in:
> ### Name: plot_effects
> ### Title: Plot marginal effects of a D-vine regression model
> ### Aliases: plot_effects
>
> ### ** Examples
>
> # simulate data
> x <- matrix(rnorm(100), 50, 2)
> y <- x %*% c(1, -2)
> dat <- data.frame(y = y, x = x, z = as.factor(rbinom(50, 2, 0.5)))
>
> # fit vine regression model
> fit <- vinereg(y ~ ., dat)
> plot_effects(fit)
Error in plot_effects(fit) :
The 'ggplot2' package must be installed to plot.
Execution halted
Flavor: r-oldrel-macos-arm64
Version: 0.12.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(vinereg)
>
> if (require(testthat)) test_check("vinereg")
Loading required package: testthat
Saving _problems/test-generics-19.R
Saving _problems/test-vinereg-58.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 59 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-generics.R:19:3'): plot_effects() ──────────────────────────────
Error in `plot_effects(fit, NA)`: The 'ggplot2' package must be installed to plot.
Backtrace:
▆
1. ├─testthat::expect_s3_class(plot_effects(fit, NA), "gg") at test-generics.R:19:3
2. │ └─testthat::quasi_label(enquo(object))
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─vinereg::plot_effects(fit, NA)
── Failure ('test-vinereg.R:58:3'): works with fixed order ─────────────────────
Expected `summary(fit_auto$vine)` to equal `summary(fit_ord$vine)`.
Differences:
Component "parameters": Component 6: Mean relative difference: 3.514332e-08
Component "tau": Mean relative difference: 7.442122e-08
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 59 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-macos-arm64