CRAN Package Check Results for Package svines

Last updated on 2026-06-08 13:50:56 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.7 115.21 58.25 173.46 OK
r-devel-linux-x86_64-debian-gcc 0.2.7 106.92 43.38 150.30 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.7 133.00 93.68 226.68 OK
r-devel-linux-x86_64-fedora-gcc 0.2.7 300.00 95.22 395.22 OK
r-devel-windows-x86_64 0.2.7 135.00 128.00 263.00 OK
r-patched-linux-x86_64 0.2.7 125.90 67.14 193.04 OK
r-release-linux-x86_64 0.2.7 130.01 68.33 198.34 OK
r-release-macos-arm64 0.2.7 27.00 16.00 43.00 OK
r-release-macos-x86_64 0.2.7 90.00 102.00 192.00 OK
r-release-windows-x86_64 0.2.7 132.00 128.00 260.00 OK
r-oldrel-macos-arm64 0.2.7 OK
r-oldrel-macos-x86_64 0.2.7 81.00 85.00 166.00 OK
r-oldrel-windows-x86_64 0.2.7 166.00 156.00 322.00 OK

Check Details

Version: 0.2.7
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Thomas Nagler <mail@tnagler.com>’ Reading Rd files failed with message: cannot open the connection Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.7
Check: examples
Result: ERROR Running examples in ‘svines-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: svine > ### Title: Stationary vine distribution models > ### Aliases: svine > > ### ** Examples > > # load data set > data(returns) > > # fit parametric S-vine model with Markov order 1 > fit <- svine(returns[1:100, 1:3], p = 1, family_set = "parametric") Loading required namespace: intervals > fit 3-dimensional S-vine distribution model of order p = 1 ('svine_dist') > summary(fit) $margins # A data.frame: 3 x 5 margin name model parameters loglik 1 Allianz Logistic 0.0015, 0.0073 292 2 AXA Logistic 0.0029, 0.0084 277 3 Generali Logistic 0.00088, 0.00770 286 $copula # A data.frame: 12 x 10 tree edge conditioned conditioning var_types family rotation parameters df 1 1 6, 3 c,c gaussian 0 -0.2 1 1 2 1, 2 c,c t 0 0.72, 3.66 2 1 3 2, 3 c,c frank 0 7.4 1 2 1 5, 3 6 c,c indep 0 0 2 2 6, 2 3 c,c indep 0 0 2 3 1, 3 2 c,c indep 0 0 3 1 4, 3 6, 5 c,c indep 0 0 3 2 5, 2 3, 6 c,c joe 0 1.1 1 3 3 6, 1 2, 3 c,c indep 0 0 4 1 4, 2 3, 6, 5 c,c indep 0 0 tau -0.128 0.516 0.580 0.000 0.000 0.000 0.000 0.055 0.000 0.000 # ... with 2 more rows > plot(fit$copula) Error in plot.vinecop(fit$copula) : The 'ggraph' package must be installed to plot. Calls: plot -> plot.vinecop Execution halted Flavor: r-devel-linux-x86_64-debian-gcc