R Under development (unstable) (2023-04-27 r84335 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 (64-bit) 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(RGCCA) > > test_check("RGCCA") [ FAIL 0 | WARN 0 | SKIP 42 | PASS 869 ] ══ Skipped tests ═══════════════════════════════════════════════════════════════ • On CRAN (41) • gliomaData cannot be loaded (1) [ FAIL 0 | WARN 0 | SKIP 42 | PASS 869 ] Deleting unused snapshots: • plot.bootstrap/bootstrap-loadings.svg • plot.bootstrap/bootstrap-weight.svg • plot.cval/cv-many-blocks.svg • plot.cval/cv-quantile.svg • plot.cval/cv-sd.svg • plot.permutation/permutation-crit.svg • plot.permutation/permutation-legend.svg • plot.permutation/permutation-many-blocks.svg • plot.permutation/permutation-zstat.svg • plot.rgcca/rgcca-ave.svg • plot.rgcca/rgcca-biplot-2.svg • plot.rgcca/rgcca-biplot-3.svg • plot.rgcca/rgcca-biplot.svg • plot.rgcca/rgcca-both-2.svg • plot.rgcca/rgcca-both.svg • plot.rgcca/rgcca-cor-circle.svg • plot.rgcca/rgcca-loadings-2.svg • plot.rgcca/rgcca-loadings.svg • plot.rgcca/rgcca-sample.svg • plot.rgcca/rgcca-weight.svg • plot.stability/stability-weights.svg > > proc.time() user system elapsed 51.65 1.87 58.79