R Under development (unstable) (2025-08-18 r88641 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(llama) Loading required package: mlr Loading required package: ParamHelpers > test_check("aslib") Loading required package: aslib WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by weka.core.WekaPackageClassLoaderManager (file:/D:/temp/2025_08_19_19_20_17_7305/RtmpId27Ve/RLIBS_2018c2827dc9/RWekajars/java/weka.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of weka.core.WekaPackageClassLoaderManager WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [ FAIL 0 | WARN 5 | SKIP 21 | PASS 181 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • On CRAN (4): 'test_convertToLlama.R:4:3', 'test_convertToLlamaCVFolds.R:4:3', 'test_runLlamaModels.R:7:3', 'test_runLlamaModels.R:31:3' • empty test (17): 'test_checkDuplicatedInstances.R:3:1', 'test_convertToLlama.R:92:1', 'test_findDominatedAlgos.R:3:1', 'test_getAlgorithmNames.R:3:1', 'test_getFeatureNames.R:3:1', 'test_getInstanceNames.R:3:1', 'test_getSummedFeatureCosts.R:3:1', 'test_imputeAlgoPerf.R:3:1', 'test_plotAlgoCorMatrix.R:3:1', 'test_plotAlgoPerfBoxplots.R:3:1', 'test_plotAlgoPerfCDFs.R:3:1', 'test_plotAlgoPerfDensities.R:3:1', 'test_plotAlgoScattermatrix.R:3:1', 'test_summarizeAlgoPerf.R:3:1', 'test_summarizeAlgoRunstatus.R:3:1', 'test_summarizeFeatureSteps.R:3:1', 'test_summarizeFeatureValues.R:3:1' [ FAIL 0 | WARN 5 | SKIP 21 | PASS 181 ] > > proc.time() user system elapsed 14.26 2.10 14.39