R Under development (unstable) (2026-02-09 r89390 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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(taylor) > > test_check("taylor") [ FAIL 0 | WARN 0 | SKIP 23 | PASS 141 ] ══ Skipped tests (23) ══════════════════════════════════════════════════════════ • Can't find envvar TAYLOR_KEY (3): 'test-api-access.R:2:3', 'test-api-access.R:84:3', 'test-sitrep.R:2:3' • On CRAN (20): 'test-data-checks.R:1:1', 'test-data-checks.R:25:1', 'test-data-checks.R:34:1', 'test-data-checks.R:73:1', 'test-data-checks.R:90:1', 'test-data-checks.R:107:1', 'test-data-checks.R:125:1', 'test-data-checks.R:144:1', 'test-ggplot2-color-scales.R:3:1', 'test-ggplot2-color-scales.R:75:1', 'test-ggplot2-color-scales.R:146:1', 'test-ggplot2-color-scales.R:484:1', 'test-ggplot2-color-scales.R:1559:1', 'test-ggplot2-color-scales.R:1630:1', 'test-ggplot2-color-scales.R:1701:1', 'test-ggplot2-color-scales.R:1821:1', 'test-misc.R:1:1', 'test-palette.R:1:1', 'test-palette.R:132:1', 'test-taylor-album-palettes.R:39:1' [ FAIL 0 | WARN 0 | SKIP 23 | PASS 141 ] > > proc.time() user system elapsed 26.68 0.79 28.26