R version 4.6.0 alpha (2026-04-09 r89835 ucrt) 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(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 80 | PASS 499 ] ══ Skipped tests (80) ══════════════════════════════════════════════════════════ • On CRAN (80): 'test-aaa_ranges.R:28:1', 'test-aaa_ranges.R:36:1', 'test-aaa_ranges.R:41:1', 'test-aaa_unknown.R:33:1', 'test-aaa_values.R:1:1', 'test-aaa_values.R:5:1', 'test-aaa_values.R:12:1', 'test-aaa_values.R:19:1', 'test-aaa_values.R:23:1', 'test-aaa_values.R:27:1', 'test-aaa_values.R:47:1', 'test-aaa_values.R:313:1', 'test-aaa_values.R:344:1', 'test-aaa_values.R:351:1', 'test-constructors.R:1:1', 'test-constructors.R:13:1', 'test-constructors.R:75:1', 'test-constructors.R:111:1', 'test-constructors.R:131:1', 'test-constructors.R:175:1', 'test-constructors.R:197:1', 'test-constructors.R:234:1', 'test-constructors.R:259:1', 'test-constructors.R:278:1', 'test-constructors.R:287:1', 'test-constructors.R:293:1', 'test-encode_unit.R:1:1', 'test-encode_unit.R:20:1', 'test-encode_unit.R:59:1', 'test-encode_unit.R:67:1', 'test-extract.R:20:1', 'test-finalize.R:1:1', 'test-finalize.R:14:1', 'test-finalize.R:30:1', 'test-finalize.R:73:1', 'test-finalize.R:100:1', 'test-finalize.R:126:1', 'test-grids.R:1:1', 'test-grids.R:73:1', 'test-grids.R:105:1', 'test-grids.R:111:1', 'test-grids.R:126:1', 'test-grids.R:132:1', 'test-grids.R:146:1', 'test-grids.R:154:1', 'test-grids.R:160:1', 'test-grids.R:175:1', 'test-grids.R:181:1', 'test-grids.R:195:1', 'test-grids.R:206:1', 'test-misc.R:33:1', 'test-misc.R:41:1', 'test-misc.R:51:1', 'test-misc.R:59:1', 'test-misc.R:70:1', 'test-misc.R:82:1', 'test-misc.R:106:1', 'test-misc.R:115:1', 'test-misc.R:131:1', 'test-misc.R:140:1', 'test-misc.R:145:1', 'test-misc.R:149:1', 'test-misc.R:153:1', 'test-parameters.R:1:1', 'test-parameters.R:54:1', 'test-parameters.R:74:1', 'test-parameters.R:93:1', 'test-parameters.R:119:1', 'test-parameters.R:123:1', 'test-space_filling.R:1:1', 'test-space_filling.R:8:1', 'test-space_filling.R:63:1', 'test-space_filling.R:70:1', 'test-space_filling.R:291:1', 'test-space_filling.R:334:1', 'test-space_filling.R:345:1', 'test-space_filling.R:360:1', 'test-space_filling.R:366:1', 'test-space_filling.R:383:1', 'test-validation.R:1:1' [ FAIL 0 | WARN 0 | SKIP 80 | PASS 499 ] > > proc.time() user system elapsed 30.68 2.40 33.12