R Under development (unstable) (2025-08-18 r88641 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(GGally) Loading required package: ggplot2 > > test_check("GGally") [ FAIL 0 | WARN 0 | SKIP 31 | PASS 491 ] ══ Skipped tests (31) ══════════════════════════════════════════════════════════ • On CRAN (31): 'test-deprecated.R:20:3', 'test-deprecated.R:29:3', 'test-gg-plots.R:2:1', 'test-ggally_colbar.R:8:3', 'test-ggally_colbar.R:108:3', 'test-ggally_cross.R:6:3', 'test-ggally_trends.R:4:3', 'test-ggbivariate.R:5:3', 'test-ggcoef.R:9:3', 'test-ggcorr.R:4:3', 'test-ggcorr.R:69:3', 'test-ggcorr.R:102:3', 'test-ggcorr.R:109:3', 'test-ggcorr.R:124:3', 'test-ggfacet.R:30:3', 'test-gglegend.R:18:5', 'test-gglegend.R:30:3', 'test-gglegend.R:92:3', 'test-ggmatrix.R:35:3', 'test-ggmatrix.R:102:3', 'test-ggmatrix.R:129:3', 'test-ggmatrix.R:157:3', 'test-ggmatrix_add.R:56:3', 'test-ggnostic.R:71:3', 'test-ggparcoord.R:278:3', 'test-ggscatmat.R:15:3', 'test-ggscatmat.R:24:3', 'test-ggsurv.R:115:3', 'test-ggtable.R:9:3', 'test-vig_ggally.R:2:3', 'test-zzz_ggpairs.R:2:1' [ FAIL 0 | WARN 0 | SKIP 31 | PASS 491 ] > > proc.time() user system elapsed 59.18 2.39 59.57