Last updated on 2026-03-21 21:53:24 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| cctools | 14 | ||
| kde1d | 2 | 12 | |
| kdecopula | 14 | ||
| kdevine | 14 | ||
| RcppThread | 14 | ||
| svines | 3 | 11 | |
| VC2copula | 14 | ||
| VineCopula | 14 | ||
| vinereg | 2 | 2 | 10 |
| wdm | 14 |
Current CRAN status: OK: 14
Current CRAN status: NOTE: 2, OK: 12
Version: 1.1.1
Check: installed package size
Result: NOTE
installed size is 17.0Mb
sub-directories of 1Mb or more:
libs 16.8Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: NOTE: 3, OK: 11
Version: 0.2.7
Check: installed package size
Result: NOTE
installed size is 49.0Mb
sub-directories of 1Mb or more:
libs 48.5Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: ERROR: 2, NOTE: 2, OK: 10
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
Current CRAN status: OK: 14