R Under development (unstable) (2024-07-29 r86934 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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 36 | PASS 394 ] ══ Skipped tests (36) ══════════════════════════════════════════════════════════ • On CRAN (36): 'test-aaa_unknown.R:33:3', 'test-aaa_values.R:3:3', 'test-aaa_values.R:27:3', 'test-aaa_values.R:245:3', 'test-aaa_values.R:266:3', 'test-aaa_values.R:273:3', 'test-constructors.R:3:3', 'test-constructors.R:15:3', 'test-constructors.R:64:3', 'test-constructors.R:84:3', 'test-constructors.R:111:3', 'test-constructors.R:134:3', 'test-constructors.R:172:3', 'test-constructors.R:197:3', 'test-encode_unit.R:51:3', 'test-extract.R:18:3', 'test-finalize.R:5:3', 'test-finalize.R:21:3', 'test-finalize.R:51:3', 'test-grids.R:9:3', 'test-grids.R:74:3', 'test-misc.R:38:3', 'test-misc.R:44:3', 'test-misc.R:51:3', 'test-parameters.R:2:3', 'test-parameters.R:48:3', 'test-parameters.R:62:3', 'test-parameters.R:69:3', 'test-parameters.R:92:3', 'test-space_filling.R:3:3', 'test-space_filling.R:41:3', 'test-space_filling.R:59:3', 'test-space_filling.R:102:3', 'test-space_filling.R:308:3', 'test-space_filling.R:316:3', 'test-validation.R:2:3' [ FAIL 0 | WARN 0 | SKIP 36 | PASS 394 ] > > proc.time() user system elapsed 13.12 1.06 14.23