R Under development (unstable) (2023-11-26 r85638 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. > library(testthat) > library(scales) > > test_check("scales") [ FAIL 0 | WARN 0 | SKIP 9 | PASS 586 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • On CRAN (9): 'test-colour-mapping.R:204:3', 'test-label-date.R:28:3', 'test-label-number-auto.R:10:3', 'test-label-number.R:171:3', 'test-label-ordinal.R:3:3', 'test-trans-compose.R:25:3', 'test-trans-date.R:13:3', 'test-trans.R:19:3', 'test-trans.R:26:3' [ FAIL 0 | WARN 0 | SKIP 9 | PASS 586 ] > > proc.time() user system elapsed 7.70 0.39 8.10