R Under development (unstable) (2025-07-28 r88462 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(dials) Loading required package: scales > > if (requireNamespace("xml2")) { + test_check( + "dials", + reporter = MultiReporter$new( + reporters = list( + JunitReporter$new(file = "test-results.xml"), + CheckReporter$new() + ) + ) + ) + } else { + test_check("dials") + } Loading required namespace: xml2 [ FAIL 0 | WARN 0 | SKIP 42 | PASS 431 ] ══ Skipped tests (42) ══════════════════════════════════════════════════════════ • On CRAN (42): 'test-aaa_ranges.R:37:3', 'test-aaa_unknown.R:38:3', 'test-aaa_values.R:2:3', 'test-aaa_values.R:27:3', 'test-aaa_values.R:272:3', 'test-aaa_values.R:296:3', 'test-aaa_values.R:303:3', 'test-constructors.R:2:3', 'test-constructors.R:14:3', 'test-constructors.R:79:3', 'test-constructors.R:112:3', 'test-constructors.R:132:3', 'test-constructors.R:176:3', 'test-constructors.R:198:3', 'test-constructors.R:235:3', 'test-constructors.R:260:3', 'test-encode_unit.R:9:3', 'test-encode_unit.R:40:3', 'test-encode_unit.R:66:3', 'test-extract.R:26:3', 'test-finalize.R:2:3', 'test-finalize.R:18:3', 'test-finalize.R:70:3', 'test-finalize.R:130:3', 'test-grids.R:2:3', 'test-grids.R:74:3', 'test-grids.R:108:3', 'test-misc.R:37:3', 'test-misc.R:43:3', 'test-misc.R:53:3', 'test-misc.R:62:3', 'test-parameters.R:2:3', 'test-parameters.R:61:3', 'test-parameters.R:76:3', 'test-parameters.R:85:3', 'test-parameters.R:111:3', 'test-space_filling.R:3:3', 'test-space_filling.R:45:3', 'test-space_filling.R:65:3', 'test-space_filling.R:112:3', 'test-space_filling.R:321:3', 'test-validation.R:2:3' [ FAIL 0 | WARN 0 | SKIP 42 | PASS 431 ] > > proc.time() user system elapsed 10.31 0.75 11.06