Last updated on 2025-03-15 03:49:50 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.4-2 | 31.53 | 144.02 | 175.55 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.0.4-2 | 17.88 | 93.07 | 110.95 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.0.4-2 | 310.25 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.4-2 | 300.02 | ERROR | |||
r-devel-macos-arm64 | 0.0.4-2 | 217.00 | OK | |||
r-devel-macos-x86_64 | 0.0.4-2 | 580.00 | OK | |||
r-devel-windows-x86_64 | 0.0.4-2 | 28.00 | 468.00 | 496.00 | OK | |
r-patched-linux-x86_64 | 0.0.4-2 | OK | ||||
r-release-linux-x86_64 | 0.0.4-2 | 26.76 | 143.85 | 170.61 | OK | |
r-release-macos-arm64 | 0.0.4-2 | 257.00 | OK | |||
r-release-macos-x86_64 | 0.0.4-2 | 562.00 | OK | |||
r-release-windows-x86_64 | 0.0.4-2 | 27.00 | 428.00 | 455.00 | ERROR | |
r-oldrel-macos-arm64 | 0.0.4-2 | OK | ||||
r-oldrel-macos-x86_64 | 0.0.4-2 | 481.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0.4-2 | 36.00 | 650.00 | 686.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
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-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-windows-x86_64, r-oldrel-windows-x86_64