R version 4.6.0 beta (2026-04-15 r89885 ucrt) -- "Because it was There" 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(glue) > > test_check("glue") [ FAIL 0 | WARN 1 | SKIP 17 | PASS 267 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test-color.R:55:1', 'test-color.R:82:1', 'test-glue.R:7:1', 'test-glue.R:15:1', 'test-glue.R:146:1', 'test-glue.R:150:1', 'test-glue.R:565:1', 'test-glue.R:579:1', 'test-glue.R:605:1', 'test-glue.R:611:1', 'test-glue.R:617:1', 'test-glue.R:645:1', 'test-safe.R:1:1', 'test-sql.R:8:3', 'test-sql.R:168:3', 'test-sql.R:194:1', 'test-transformer.R:1:1' [ FAIL 0 | WARN 1 | SKIP 17 | PASS 267 ] > > proc.time() user system elapsed 4.95 0.81 5.89