CRAN Package Check Results for Package mosmafs

Last updated on 2023-03-28 06:51:22 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.2-1 18.48 763.53 782.01 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.2-1 14.94 566.71 581.65 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.2-1 944.20 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.2-1 941.93 OK
r-patched-linux-x86_64 0.1.2-1 23.90 734.66 758.56 ERROR
r-release-linux-x86_64 0.1.2-1 14.86 717.20 732.06 ERROR
r-release-macos-arm64 0.1.2-1 209.00 OK
r-release-macos-x86_64 0.1.2-1 394.00 OK
r-release-windows-x86_64 0.1.2-1 49.00 555.00 604.00 ERROR
r-oldrel-macos-arm64 0.1.2-1 227.00 OK
r-oldrel-macos-x86_64 0.1.2-1 347.00 OK
r-oldrel-windows-ix86+x86_64 0.1.2-1 37.00 564.00 601.00 ERROR

Check Details

Version: 0.1.2-1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [95s/106s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     >
     > library("checkmate")
     > library("testthat")
     > library("ParamHelpers")
     > library("mlr")
     Warning message: 'mlr' is in 'maintenance-only' mode since July 2019.
     Future development will only happen in 'mlr3'
     (<https://mlr3.mlr-org.com>). Due to the focus on 'mlr3' there might be
     uncaught bugs meanwhile in {mlr} - please consider switching.
     > library("mlrCPO")
     >
     > test_check("mosmafs")
     Loading required package: mosmafs
     Loading required package: ecr
     Loading required package: BBmisc
    
     Attaching package: 'BBmisc'
    
     The following object is masked from 'package:base':
    
     isFALSE
    
     Loading required package: smoof
    
     Attaching package: 'ecr'
    
     The following objects are masked from 'package:BBmisc':
    
     explode, normalize
    
     The following object is masked from 'package:testthat':
    
     setup
    
     The following object is masked from 'package:utils':
    
     toLatex
    
    
     Attaching package: 'mosmafs'
    
     The following objects are masked from 'package:ecr':
    
     getPopulations, getStatistics
    
     [ FAIL 1 | WARN 1 | SKIP 0 | PASS 456 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_objective.R:172:3'): makeBaselineObjective ─────────────────────
     Error in `requirePackages(c("mco", "emoa"), why = "multi-objective optimization")`: For multi-objective optimization please install the following packages: mco
     Backtrace:
     ▆
     1. ├─... %>% setMBOControlTermination(iters = 1) at test_objective.R:172:2
     2. ├─mlrMBO::setMBOControlTermination(., iters = 1)
     3. │ └─checkmate::assertClass(control, "MBOControl")
     4. │ └─checkmate::checkClass(x, classes, ordered, null.ok)
     5. ├─mlrMBO::setMBOControlInfill(., makeMBOInfillCritDIB())
     6. │ └─checkmate::assertClass(control, "MBOControl")
     7. │ └─checkmate::checkClass(x, classes, ordered, null.ok)
     8. └─mlrMBO::makeMBOControl(n.objectives = 2)
     9. └─mlrMBO::setMBOControlMultiObj(control)
     10. └─BBmisc::requirePackages(c("mco", "emoa"), why = "multi-objective optimization")
     11. └─BBmisc::stopf(...)
    
     [ FAIL 1 | WARN 1 | SKIP 0 | PASS 456 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.1.2-1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [71s/113s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     >
     > library("checkmate")
     > library("testthat")
     > library("ParamHelpers")
     > library("mlr")
     Warning message: 'mlr' is in 'maintenance-only' mode since July 2019.
     Future development will only happen in 'mlr3'
     (<https://mlr3.mlr-org.com>). Due to the focus on 'mlr3' there might be
     uncaught bugs meanwhile in {mlr} - please consider switching.
     > library("mlrCPO")
     >
     > test_check("mosmafs")
     Loading required package: mosmafs
     Loading required package: ecr
     Loading required package: BBmisc
    
     Attaching package: 'BBmisc'
    
     The following object is masked from 'package:base':
    
     isFALSE
    
     Loading required package: smoof
    
     Attaching package: 'ecr'
    
     The following objects are masked from 'package:BBmisc':
    
     explode, normalize
    
     The following object is masked from 'package:testthat':
    
     setup
    
     The following object is masked from 'package:utils':
    
     toLatex
    
    
     Attaching package: 'mosmafs'
    
     The following objects are masked from 'package:ecr':
    
     getPopulations, getStatistics
    
     [ FAIL 1 | WARN 1 | SKIP 0 | PASS 456 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_objective.R:172:3'): makeBaselineObjective ─────────────────────
     Error in `requirePackages(c("mco", "emoa"), why = "multi-objective optimization")`: For multi-objective optimization please install the following packages: mco
     Backtrace:
     ▆
     1. ├─... %>% setMBOControlTermination(iters = 1) at test_objective.R:172:2
     2. ├─mlrMBO::setMBOControlTermination(., iters = 1)
     3. │ └─checkmate::assertClass(control, "MBOControl")
     4. │ └─checkmate::checkClass(x, classes, ordered, null.ok)
     5. ├─mlrMBO::setMBOControlInfill(., makeMBOInfillCritDIB())
     6. │ └─checkmate::assertClass(control, "MBOControl")
     7. │ └─checkmate::checkClass(x, classes, ordered, null.ok)
     8. └─mlrMBO::makeMBOControl(n.objectives = 2)
     9. └─mlrMBO::setMBOControlMultiObj(control)
     10. └─BBmisc::requirePackages(c("mco", "emoa"), why = "multi-objective optimization")
     11. └─BBmisc::stopf(...)
    
     [ FAIL 1 | WARN 1 | SKIP 0 | PASS 456 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.2-1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [116s/126s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     >
     > library("checkmate")
     > library("testthat")
     > library("ParamHelpers")
     > library("mlr")
     Warning message: 'mlr' is in 'maintenance-only' mode since July 2019.
     Future development will only happen in 'mlr3'
     (<https://mlr3.mlr-org.com>). Due to the focus on 'mlr3' there might be
     uncaught bugs meanwhile in {mlr} - please consider switching.
     > library("mlrCPO")
     >
     > test_check("mosmafs")
     Loading required package: mosmafs
     Loading required package: ecr
     Loading required package: BBmisc
    
     Attaching package: 'BBmisc'
    
     The following object is masked from 'package:base':
    
     isFALSE
    
     Loading required package: smoof
    
     Attaching package: 'ecr'
    
     The following objects are masked from 'package:BBmisc':
    
     explode, normalize
    
     The following object is masked from 'package:testthat':
    
     setup
    
     The following object is masked from 'package:utils':
    
     toLatex
    
    
     Attaching package: 'mosmafs'
    
     The following objects are masked from 'package:ecr':
    
     getPopulations, getStatistics
    
     OMP: Warning #96: Cannot form a team with 24 threads, using 2 instead.
     OMP: Hint Consider unsetting KMP_DEVICE_THREAD_LIMIT (KMP_ALL_THREADS), KMP_TEAMS_THREAD_LIMIT, and OMP_THREAD_LIMIT (if any are set).
     [ FAIL 1 | WARN 1 | SKIP 0 | PASS 456 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_objective.R:172:3'): makeBaselineObjective ─────────────────────
     Error in `requirePackages(c("mco", "emoa"), why = "multi-objective optimization")`: For multi-objective optimization please install the following packages: mco
     Backtrace:
     ▆
     1. ├─... %>% setMBOControlTermination(iters = 1) at test_objective.R:172:2
     2. ├─mlrMBO::setMBOControlTermination(., iters = 1)
     3. │ └─checkmate::assertClass(control, "MBOControl")
     4. │ └─checkmate::checkClass(x, classes, ordered, null.ok)
     5. ├─mlrMBO::setMBOControlInfill(., makeMBOInfillCritDIB())
     6. │ └─checkmate::assertClass(control, "MBOControl")
     7. │ └─checkmate::checkClass(x, classes, ordered, null.ok)
     8. └─mlrMBO::makeMBOControl(n.objectives = 2)
     9. └─mlrMBO::setMBOControlMultiObj(control)
     10. └─BBmisc::requirePackages(c("mco", "emoa"), why = "multi-objective optimization")
     11. └─BBmisc::stopf(...)
    
     [ FAIL 1 | WARN 1 | SKIP 0 | PASS 456 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.2-1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [93s/106s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     >
     > library("checkmate")
     > library("testthat")
     > library("ParamHelpers")
     > library("mlr")
     Warning message: 'mlr' is in 'maintenance-only' mode since July 2019.
     Future development will only happen in 'mlr3'
     (<https://mlr3.mlr-org.com>). Due to the focus on 'mlr3' there might be
     uncaught bugs meanwhile in {mlr} - please consider switching.
     > library("mlrCPO")
     >
     > test_check("mosmafs")
     Loading required package: mosmafs
     Loading required package: ecr
     Loading required package: BBmisc
    
     Attaching package: 'BBmisc'
    
     The following object is masked from 'package:base':
    
     isFALSE
    
     Loading required package: smoof
    
     Attaching package: 'ecr'
    
     The following objects are masked from 'package:BBmisc':
    
     explode, normalize
    
     The following object is masked from 'package:testthat':
    
     setup
    
     The following object is masked from 'package:utils':
    
     toLatex
    
    
     Attaching package: 'mosmafs'
    
     The following objects are masked from 'package:ecr':
    
     getPopulations, getStatistics
    
     [ FAIL 1 | WARN 1 | SKIP 0 | PASS 456 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_objective.R:172:3'): makeBaselineObjective ─────────────────────
     Error in `requirePackages(c("mco", "emoa"), why = "multi-objective optimization")`: For multi-objective optimization please install the following packages: mco
     Backtrace:
     ▆
     1. ├─... %>% setMBOControlTermination(iters = 1) at test_objective.R:172:2
     2. ├─mlrMBO::setMBOControlTermination(., iters = 1)
     3. │ └─checkmate::assertClass(control, "MBOControl")
     4. │ └─checkmate::checkClass(x, classes, ordered, null.ok)
     5. ├─mlrMBO::setMBOControlInfill(., makeMBOInfillCritDIB())
     6. │ └─checkmate::assertClass(control, "MBOControl")
     7. │ └─checkmate::checkClass(x, classes, ordered, null.ok)
     8. └─mlrMBO::makeMBOControl(n.objectives = 2)
     9. └─mlrMBO::setMBOControlMultiObj(control)
     10. └─BBmisc::requirePackages(c("mco", "emoa"), why = "multi-objective optimization")
     11. └─BBmisc::stopf(...)
    
     [ FAIL 1 | WARN 1 | SKIP 0 | PASS 456 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-linux-x86_64

Version: 0.1.2-1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [89s/104s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     >
     > library("checkmate")
     > library("testthat")
     > library("ParamHelpers")
     > library("mlr")
     Warning message: 'mlr' is in 'maintenance-only' mode since July 2019.
     Future development will only happen in 'mlr3'
     (<https://mlr3.mlr-org.com>). Due to the focus on 'mlr3' there might be
     uncaught bugs meanwhile in {mlr} - please consider switching.
     > library("mlrCPO")
     >
     > test_check("mosmafs")
     Loading required package: mosmafs
     Loading required package: ecr
     Loading required package: BBmisc
    
     Attaching package: 'BBmisc'
    
     The following object is masked from 'package:base':
    
     isFALSE
    
     Loading required package: smoof
    
     Attaching package: 'ecr'
    
     The following objects are masked from 'package:BBmisc':
    
     explode, normalize
    
     The following object is masked from 'package:testthat':
    
     setup
    
     The following object is masked from 'package:utils':
    
     toLatex
    
    
     Attaching package: 'mosmafs'
    
     The following objects are masked from 'package:ecr':
    
     getPopulations, getStatistics
    
     [ FAIL 1 | WARN 1 | SKIP 0 | PASS 456 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_objective.R:172:3'): makeBaselineObjective ─────────────────────
     Error in `requirePackages(c("mco", "emoa"), why = "multi-objective optimization")`: For multi-objective optimization please install the following packages: mco
     Backtrace:
     ▆
     1. ├─... %>% setMBOControlTermination(iters = 1) at test_objective.R:172:2
     2. ├─mlrMBO::setMBOControlTermination(., iters = 1)
     3. │ └─checkmate::assertClass(control, "MBOControl")
     4. │ └─checkmate::checkClass(x, classes, ordered, null.ok)
     5. ├─mlrMBO::setMBOControlInfill(., makeMBOInfillCritDIB())
     6. │ └─checkmate::assertClass(control, "MBOControl")
     7. │ └─checkmate::checkClass(x, classes, ordered, null.ok)
     8. └─mlrMBO::makeMBOControl(n.objectives = 2)
     9. └─mlrMBO::setMBOControlMultiObj(control)
     10. └─BBmisc::requirePackages(c("mco", "emoa"), why = "multi-objective optimization")
     11. └─BBmisc::stopf(...)
    
     [ FAIL 1 | WARN 1 | SKIP 0 | PASS 456 ]
     Error: Test failures
     Execution halted
Flavor: r-release-linux-x86_64

Version: 0.1.2-1
Check: tests
Result: ERROR
     Running 'testthat.R' [92s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     >
     > library("checkmate")
     > library("testthat")
     > library("ParamHelpers")
     > library("mlr")
     Warning message: 'mlr' is in 'maintenance-only' mode since July 2019.
     Future development will only happen in 'mlr3'
     (<https://mlr3.mlr-org.com>). Due to the focus on 'mlr3' there might be
     uncaught bugs meanwhile in {mlr} - please consider switching.
     > library("mlrCPO")
     >
     > test_check("mosmafs")
     Loading required package: mosmafs
     Loading required package: ecr
     Loading required package: BBmisc
    
     Attaching package: 'BBmisc'
    
     The following object is masked from 'package:base':
    
     isFALSE
    
     Loading required package: smoof
    
     Attaching package: 'ecr'
    
     The following objects are masked from 'package:BBmisc':
    
     explode, normalize
    
     The following object is masked from 'package:testthat':
    
     setup
    
     The following object is masked from 'package:utils':
    
     toLatex
    
    
     Attaching package: 'mosmafs'
    
     The following objects are masked from 'package:ecr':
    
     getPopulations, getStatistics
    
     [ FAIL 1 | WARN 1 | SKIP 0 | PASS 456 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_objective.R:172:3'): makeBaselineObjective ─────────────────────
     Error in `requirePackages(c("mco", "emoa"), why = "multi-objective optimization")`: For multi-objective optimization please install the following packages: mco
     Backtrace:
     ▆
     1. ├─... %>% setMBOControlTermination(iters = 1) at test_objective.R:172:2
     2. ├─mlrMBO::setMBOControlTermination(., iters = 1)
     3. │ └─checkmate::assertClass(control, "MBOControl")
     4. │ └─checkmate::checkClass(x, classes, ordered, null.ok)
     5. ├─mlrMBO::setMBOControlInfill(., makeMBOInfillCritDIB())
     6. │ └─checkmate::assertClass(control, "MBOControl")
     7. │ └─checkmate::checkClass(x, classes, ordered, null.ok)
     8. └─mlrMBO::makeMBOControl(n.objectives = 2)
     9. └─mlrMBO::setMBOControlMultiObj(control)
     10. └─BBmisc::requirePackages(c("mco", "emoa"), why = "multi-objective optimization")
     11. └─BBmisc::stopf(...)
    
     [ FAIL 1 | WARN 1 | SKIP 0 | PASS 456 ]
     Error: Test failures
     Execution halted
Flavor: r-release-windows-x86_64

Version: 0.1.2-1
Check: tests
Result: ERROR
     Running 'testthat.R' [104s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     >
     > library("checkmate")
     > library("testthat")
     > library("ParamHelpers")
     > library("mlr")
     Warning message: 'mlr' is in 'maintenance-only' mode since July 2019.
     Future development will only happen in 'mlr3'
     (<https://mlr3.mlr-org.com>). Due to the focus on 'mlr3' there might be
     uncaught bugs meanwhile in {mlr} - please consider switching.
     > library("mlrCPO")
     >
     > test_check("mosmafs")
     Loading required package: mosmafs
     Loading required package: ecr
     Loading required package: BBmisc
    
     Attaching package: 'BBmisc'
    
     The following object is masked from 'package:base':
    
     isFALSE
    
     Loading required package: smoof
    
     Attaching package: 'ecr'
    
     The following objects are masked from 'package:BBmisc':
    
     explode, normalize
    
     The following object is masked from 'package:testthat':
    
     setup
    
     The following object is masked from 'package:utils':
    
     toLatex
    
    
     Attaching package: 'mosmafs'
    
     The following objects are masked from 'package:ecr':
    
     getPopulations, getStatistics
    
     [ FAIL 1 | WARN 1 | SKIP 0 | PASS 456 ]
    
     == Failed tests ================================================================
     -- Error ('test_objective.R:172:3'): makeBaselineObjective ---------------------
     Error in `requirePackages(c("mco", "emoa"), why = "multi-objective optimization")`: For multi-objective optimization please install the following packages: mco
     Backtrace:
     x
     1. +-... %>% setMBOControlTermination(iters = 1) at test_objective.R:172:2
     2. +-mlrMBO::setMBOControlTermination(., iters = 1)
     3. | \-checkmate::assertClass(control, "MBOControl")
     4. | \-checkmate::checkClass(x, classes, ordered, null.ok)
     5. +-mlrMBO::setMBOControlInfill(., makeMBOInfillCritDIB())
     6. | \-checkmate::assertClass(control, "MBOControl")
     7. | \-checkmate::checkClass(x, classes, ordered, null.ok)
     8. \-mlrMBO::makeMBOControl(n.objectives = 2)
     9. \-mlrMBO::setMBOControlMultiObj(control)
     10. \-BBmisc::requirePackages(c("mco", "emoa"), why = "multi-objective optimization")
     11. \-BBmisc::stopf(...)
    
     [ FAIL 1 | WARN 1 | SKIP 0 | PASS 456 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64