R Under development (unstable) (2024-12-15 r87442 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 (require(testthat)) { + library(pillar) + test_check("pillar") + } else { + message("testthat not available.") + } Loading required package: testthat Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 89 | PASS 297 ] ══ Skipped tests (89) ══════════════════════════════════════════════════════════ • !cli::is_utf8_output() is TRUE (1): 'test-ticks.R:9:3' • Installed ggplot2 is version 3.5.1; but 3.5.1.9000 is required (1): 'test-ggplot2.R:2:3' • On CRAN (85): 'test-ctl_colonnade.R:2:3', 'test-ctl_colonnade.R:11:3', 'test-ctl_colonnade.R:50:3', 'test-ctl_colonnade.R:59:3', 'test-ctl_colonnade.R:79:3', 'test-ctl_colonnade.R:108:3', 'test-ctl_colonnade.R:121:3', 'test-ctl_colonnade.R:135:3', 'test-ctl_colonnade.R:142:3', 'test-ctl_colonnade.R:149:3', 'test-ctl_colonnade.R:155:3', 'test-ctl_colonnade.R:198:3', 'test-ctl_colonnade.R:222:3', 'test-ctl_colonnade_1.R:6:3', 'test-ctl_compound.R:6:3', 'test-ctl_compound.R:16:3', 'test-ctl_new_pillar.R:2:3', 'test-ctl_new_pillar.R:8:3', 'test-ctl_new_pillar.R:22:3', 'test-format_asis.R:2:3', 'test-format_character.R:73:3', 'test-format_date.R:2:3', 'test-ctl_colonnade_2.R:6:3', 'test-format_decimal.R:96:3', 'test-format_factor.R:2:3', 'test-format_integer.R:3:3', 'test-format_list.R:2:3', 'test-format_list_of.R:5:3', 'test-format_logical.R:2:3', 'test-format_lubridate.R:3:3', 'test-format_numeric.R:6:3', 'test-format_integer64.R:6:3', 'test-format_integer64.R:24:3', 'test-format_integer64.R:35:3', 'test-format_rowid.R:2:3', 'test-format_scientific.R:16:3', 'test-format_scientific.R:26:3', 'test-format_time.R:2:3', 'test-format_unspecified.R:2:3', 'test-format_survival.R:5:3', 'test-multi.R:2:3', 'test-multi.R:19:3', 'test-multi.R:32:3', 'test-glimpse.R:2:3', 'test-glimpse.R:62:3', 'test-glimpse.R:108:3', 'test-ornament.R:2:3', 'test-ornament.R:12:3', 'test-rowid.R:40:3', 'test-rowid.R:72:3', 'test-shaft-.R:3:3', 'test-shaft-.R:10:3', 'test-num.R:4:3', 'test-num.R:76:3', 'test-num.R:93:3', 'test-num.R:109:3', 'test-num.R:116:3', 'test-num.R:127:3', 'test-num.R:160:3', 'test-num.R:171:3', 'test-num.R:180:3', 'test-num.R:187:3', 'test-tbl-format-body.R:2:3', 'test-tbl-format-body.R:33:3', 'test-tbl-format-header.R:5:3', 'test-tbl-format-footer.R:4:3', 'test-tbl-format-footer.R:12:3', 'test-tbl-format-footer.R:21:3', 'test-tbl-format-footer.R:46:3', 'test-tbl-format-footer.R:81:3', 'test-tbl-format-footer.R:89:3', 'test-tbl-format-footer.R:96:3', 'test-tbl-format.R:10:3', 'test-tbl-format.R:18:3', 'test-ticks.R:23:3', 'test-title.R:2:3', 'test-type_sum.R:9:3', 'test-type_sum.R:20:3', 'test-vctr.R:2:3', 'test-vctr.R:11:3', 'test-tbl-format-setup.R:12:3', 'test-tbl-format-setup.R:107:3', 'test-tbl-format-setup.R:143:3', 'test-tbl-format-setup.R:167:3', 'test-tbl-format-setup.R:192:3' • On Windows (1): 'test-format_character.R:90:3' • Symmetry (1): 'test-ctl_colonnade.R:102:5' [ FAIL 0 | WARN 0 | SKIP 89 | PASS 297 ] Deleting unused snapshots: • ggplot2/basic.svg • ggplot2/log-scale.svg > > proc.time() user system elapsed 3.10 0.40 12.73