- using R Under development (unstable) (2025-03-10 r87922)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-14 (Debian 14.2.0-17) 14.2.0
GNU Fortran (Debian 14.2.0-17) 14.2.0
- running under: Debian GNU/Linux trixie/sid
- 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 executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking serialization versions ... OK
- checking whether package ‘miesmuschel’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... 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/1s] OK
- checking whether the package can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the package can be unloaded cleanly ... [1s/1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the namespace can be unloaded cleanly ... [1s/1s] OK
- checking loading without being on the library search path ... [1s/1s] OK
- checking whether startup messages can be suppressed ... [1s/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 ... [42s/51s] OK
- checking Rd files ... [2s/2s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... 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/2s] ERROR
Running examples in ‘miesmuschel-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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 ... [3s/396s] OK
Running ‘tinytest.R’ [3s/396s]
- checking PDF version of manual ... [11s/16s] OK
- checking HTML version of manual ... [7s/11s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR