R Under development (unstable) (2025-04-22 r88173 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. > library(testthat) > library(scales) > > test_check("scales") [ FAIL 0 | WARN 0 | SKIP 23 | PASS 627 ] ══ Skipped tests (23) ══════════════════════════════════════════════════════════ • On CRAN (23): 'test-breaks-log.R:113:3', 'test-colour-mapping.R:22:3', 'test-colour-mapping.R:111:3', 'test-colour-mapping.R:151:3', 'test-colour-mapping.R:163:3', 'test-colour-mapping.R:246:3', 'test-label-bytes.R:23:3', 'test-label-bytes.R:43:3', 'test-label-bytes.R:83:3', 'test-label-date.R:41:3', 'test-label-number-auto.R:10:3', 'test-label-number.R:174:3', 'test-label-ordinal.R:2:3', 'test-pal-manual.R:2:3', 'test-palette-registry.R:6:3', 'test-scale-continuous.R:12:3', 'test-trans-compose.R:25:3', 'test-trans-compose.R:37:3', 'test-trans-date.R:13:3', 'test-trans-numeric.R:20:3', 'test-trans.R:19:3', 'test-trans.R:26:3', 'test-utils.R:2:3' [ FAIL 0 | WARN 0 | SKIP 23 | PASS 627 ] > > proc.time() user system elapsed 6.04 1.01 7.04