R Under development (unstable) (2024-01-17 r85813 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(portvine) > data("sample_returns_small") > > test_check("portvine", reporter = "summary") S4accessors: ................................... default_garch_spec: ........ dvine_ordering: .......... estimate_dependence_and_risk: SS estimate_marginal_models: ........................ estimate_risk_roll: ...................................... Fit marginal models: AAPL GOOG AMZN Fit vine copula models and estimate risk. Vine windows: (1/4) (2/4) (3/4) (4/4) ....................S marginal_settings: ................ rcondvinecop: ............................. risk_measures: .................... utils: ..... vine_settings: ............. ══ Skipped ═════════════════════════════════════════════════════════════════════ 1. unconditional case ('test-estimate_dependence_and_risk.R:30:3') - Reason: On CRAN 2. conditional case ('test-estimate_dependence_and_risk.R:148:3') - Reason: On CRAN 3. parallel functionality ('test-estimate_risk_roll.R:558:3') - Reason: On CRAN ══ DONE ════════════════════════════════════════════════════════════════════════ > > proc.time() user system elapsed 122.98 4.60 127.57