R Under development (unstable) (2023-11-21 r85583 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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 481 ] ══ Skipped tests (26) ══════════════════════════════════════════════════════════ • On CRAN (26): 'test-gg-plots.R:3:1', 'test-ggally_colbar.R:10:3', 'test-ggally_colbar.R:72:3', 'test-ggally_cross.R:8:3', 'test-ggally_trends.R:6:3', 'test-ggbivariate.R:7:3', 'test-ggcoef.R:8:3', 'test-ggcorr.R:8:3', 'test-ggcorr.R:68:3', 'test-ggcorr.R:89:3', 'test-ggcorr.R:96:3', 'test-ggfacet.R:21:3', 'test-gglegend.R:20:5', 'test-gglegend.R:32:3', 'test-gglegend.R:85:3', 'test-ggmatrix.R:29:3', 'test-ggmatrix.R:91:3', 'test-ggmatrix.R:120:3', 'test-ggmatrix.R:146:3', 'test-ggnostic.R:62:3', 'test-ggscatmat.R:11:3', 'test-ggscatmat.R:20:3', 'test-ggsurv.R:113:3', 'test-ggtable.R:7:3', 'test-vig_ggally.R:2:3', 'test-zzz_ggpairs.R:3:1' [ FAIL 0 | WARN 0 | SKIP 26 | PASS 481 ] > > proc.time() user system elapsed 37.90 1.64 37.45