R Under development (unstable) (2025-02-12 r87715 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 429 ] ══ Skipped tests (42) ══════════════════════════════════════════════════════════ • On CRAN (42): 'test-aaa_ranges.R:31:3', 'test-aaa_unknown.R:39:3', 'test-aaa_values.R:3:3', 'test-aaa_values.R:27:3', 'test-aaa_values.R:247:3', 'test-aaa_values.R:268:3', 'test-aaa_values.R:275:3', 'test-constructors.R:3:3', 'test-constructors.R:15:3', 'test-constructors.R:66:3', 'test-constructors.R:99:3', 'test-constructors.R:119:3', 'test-constructors.R:160:3', 'test-constructors.R:183:3', 'test-constructors.R:221:3', 'test-constructors.R:246:3', 'test-encode_unit.R:10:3', 'test-encode_unit.R:37:3', 'test-encode_unit.R:63:3', 'test-extract.R:18:3', 'test-finalize.R:3:3', 'test-finalize.R:19:3', 'test-finalize.R:64:3', 'test-finalize.R:124:3', 'test-grids.R:3:3', 'test-grids.R:75:3', 'test-grids.R:109:3', 'test-misc.R:38:3', 'test-misc.R:44:3', 'test-misc.R:51:3', 'test-misc.R:60:3', 'test-parameters.R:2:3', 'test-parameters.R:54:3', 'test-parameters.R:69:3', 'test-parameters.R:78:3', 'test-parameters.R:101:3', 'test-space_filling.R:3:3', 'test-space_filling.R:43:3', 'test-space_filling.R:63:3', 'test-space_filling.R:108:3', 'test-space_filling.R:316:3', 'test-validation.R:2:3' [ FAIL 0 | WARN 0 | SKIP 42 | PASS 429 ] > > proc.time() user system elapsed 10.17 0.67 10.84