R Under development (unstable) (2024-02-12 r85894 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. > if (requireNamespace("testthat", quietly = TRUE)) { + library(testthat) + library(GGally) + + test_check("GGally") + } Loading required package: ggplot2 Registered S3 method overwritten by 'GGally': method from +.gg ggplot2 [ FAIL 0 | WARN 0 | SKIP 26 | PASS 480 ] ══ Skipped tests (26) ══════════════════════════════════════════════════════════ • On CRAN (26): 'test-gg-plots.R:2:1', 'test-ggally_colbar.R:9:3', 'test-ggally_colbar.R:71:3', 'test-ggally_cross.R:7:3', 'test-ggally_trends.R:5:3', 'test-ggbivariate.R:6:3', 'test-ggcoef.R:7:3', 'test-ggcorr.R:7:3', 'test-ggcorr.R:67:3', 'test-ggcorr.R:88:3', 'test-ggcorr.R:95:3', 'test-ggfacet.R:20:3', 'test-gglegend.R:19:5', 'test-gglegend.R:31:3', 'test-gglegend.R:84:3', 'test-ggmatrix.R:28:3', 'test-ggmatrix.R:90:3', 'test-ggmatrix.R:119:3', 'test-ggmatrix.R:145:3', 'test-ggnostic.R:61:3', 'test-ggscatmat.R:10:3', 'test-ggscatmat.R:19:3', 'test-ggsurv.R:112:3', 'test-ggtable.R:6:3', 'test-vig_ggally.R:2:3', 'test-zzz_ggpairs.R:2:1' [ FAIL 0 | WARN 0 | SKIP 26 | PASS 480 ] > > proc.time() user system elapsed 26.70 1.39 26.20