Last updated on 2025-03-14 09:50:58 CET.
Package | ERROR | NOTE | OK |
---|---|---|---|
miesmuschel | 5 | 10 | |
mlr | 8 | 7 | |
mlr3pipelines | 15 | ||
paradox | 15 | ||
ParamHelpers | 15 |
Current CRAN status: ERROR: 5, OK: 10
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
Current CRAN status: NOTE: 8, OK: 7
Version: 2.19.2
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
TuneMultiCritControl.Rd: OptPath
batchmark.Rd: data.table
getClassWeightParam.Rd: LearnerParam
getLearnerParamSet.Rd: ParamSet
getParamSet.Rd: ParamSet
makeBaseWrapper.Rd: ParamSet
makeExtractFDAFeatMethod.Rd: ParamSet
makeModelMultiplexerParamSet.Rd: ParamSet
makeTuneControlMBO.Rd: OptPath
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64
Version: 2.19.2
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘h2o’
Flavor: r-release-linux-x86_64
Version: 2.19.2
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘Rmpi’
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 2.19.2
Check: installed package size
Result: NOTE
installed size is 5.6Mb
sub-directories of 1Mb or more:
R 2.0Mb
data 2.3Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Current CRAN status: OK: 15
Current CRAN status: OK: 15
Current CRAN status: OK: 15