* using log directory 'd:/Rcompile/CRANpkg/local/4.4/miesmuschel.Rcheck' * using R version 4.4.3 (2025-02-28 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 13.3.0 GNU Fortran (GCC) 13.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'miesmuschel/DESCRIPTION' ... OK * this is package 'miesmuschel' version '0.0.4-2' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'miesmuschel' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [1s] OK * checking whether the package can be loaded with stated dependencies ... [1s] OK * checking whether the package can be unloaded cleanly ... [1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s] OK * checking whether the namespace can be unloaded cleanly ... [1s] OK * checking loading without being on the library search path ... [1s] OK * checking whether startup messages can be suppressed ... [1s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [37s] OK * checking Rd files ... [5s] OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking examples ... [2s] ERROR Running examples in 'miesmuschel-Ex.R' failed The error most likely occurred in: > ### Name: dict_filtors_maybe > ### Title: Filtor-Combination that Filters According to Two Filtors > ### Aliases: dict_filtors_maybe FiltorMaybe > > ### ** Examples > > library("mlr3") > library("mlr3learners") > > fm = ftr("maybe", ftr("surprog", lrn("regr.lm"), filter.pool_factor = 2), p = 0.5) > p = ps(x = p_dbl(-5, 5)) > known_data = data.frame(x = 1:5) > fitnesses = 1:5 > new_data = data.frame(x = c(0.5, 1.5, 2.5, 3.5, 4.5)) > > fm$prime(p) > > fm$needed_input(2) [1] 3 > > fm$operate(new_data, known_data, fitnesses, 2) Error: Incompatible types during auto-converting column 'x': failed to convert from class 'numeric' to class 'integer' Execution halted * checking for unstated dependencies in 'tests' ... OK * checking tests ... [287s] OK Running 'tinytest.R' [287s] * checking PDF version of manual ... [33s] OK * checking HTML version of manual ... [27s] OK * DONE Status: 1 ERROR