Last updated on 2025-03-20 16:51:15 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.4-2 | 28.71 | 141.34 | 170.05 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.0.4-2 | 15.07 | 90.09 | 105.16 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.0.4-3 | 161.56 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.4-3 | 286.51 | OK | |||
r-devel-macos-arm64 | 0.0.4-3 | 192.00 | OK | |||
r-devel-macos-x86_64 | 0.0.4-3 | 386.00 | OK | |||
r-devel-windows-x86_64 | 0.0.4-2 | 28.00 | 441.00 | 469.00 | ERROR | |
r-patched-linux-x86_64 | 0.0.4-2 | 31.45 | 136.29 | 167.74 | ERROR | |
r-release-linux-x86_64 | 0.0.4-2 | 27.23 | 130.86 | 158.09 | ERROR | |
r-release-macos-arm64 | 0.0.4-3 | 206.00 | OK | |||
r-release-macos-x86_64 | 0.0.4-3 | 438.00 | OK | |||
r-release-windows-x86_64 | 0.0.4-2 | 27.00 | 446.00 | 473.00 | ERROR | |
r-oldrel-macos-arm64 | 0.0.4-3 | 193.00 | OK | |||
r-oldrel-macos-x86_64 | 0.0.4-3 | 414.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0.4-2 | 36.00 | 641.00 | 677.00 | ERROR |
Version: 0.0.4-2
Check: examples
Result: 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
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.0.4-2
Check: examples
Result: 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
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.