Last updated on 2021-12-15 07:48:46 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.1 | 6.41 | 75.25 | 81.66 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.0.1 | 4.96 | 61.58 | 66.54 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.0.1 | 98.56 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.1 | 85.19 | OK | |||
r-devel-windows-x86_64-new-UL | 0.0.1 | 15.00 | 124.00 | 139.00 | ERROR | |
r-devel-windows-x86_64-new-TK | 0.0.1 | OK | ||||
r-patched-linux-x86_64 | 0.0.1 | 13.04 | 68.36 | 81.40 | ERROR | |
r-release-linux-x86_64 | 0.0.1 | 5.42 | 69.37 | 74.79 | ERROR | |
r-release-macos-arm64 | 0.0.1 | OK | ||||
r-release-macos-x86_64 | 0.0.1 | OK | ||||
r-release-windows-ix86+x86_64 | 0.0.1 | 16.00 | 92.00 | 108.00 | ERROR | |
r-oldrel-macos-x86_64 | 0.0.1 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.0.1 | 15.00 | 94.00 | 109.00 | ERROR |
Version: 0.0.1
Check: tests
Result: ERROR
Running 'testthat.R' [3s/4s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(mipred)
>
> test_check("mipred")
NULL
NULL
== Skipped tests ===============================================================
* association tests mipred (1)
* association tests mipred.cv (1)
* seeduse tests mipred (1)
* seeduse tests mipred.cv (1)
== Failed tests ================================================================
-- Error (test-inputchecking-mipred.R:63:3): argument m in mice.options is ignored --
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'nnet'
Backtrace:
x
1. +-testthat::expect_warning(...) test-inputchecking-mipred.R:63:2
2. | \-testthat:::quasi_capture(enquo(object), label, capture_warnings)
3. | +-testthat:::.capture(...)
4. | | \-base::withCallingHandlers(...)
5. | \-rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. +-mipred::mipred(...)
7. | \-mipred:::.glm.mipred.cmb1(...)
8. | \-mipred:::.impute(...)
9. | \-mice::mice(...)
10. | \-mice:::sampler(...)
11. | \-mice:::sampler.univ(...)
12. | +-base::do.call(f, args = args)
13. | \-mice::mice.impute.polyreg(...)
14. \-base::loadNamespace(x)
15. \-base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
16. \-base:::withOneRestart(expr, restarts[[1L]])
17. \-base:::doWithOneRestart(return(expr), restart)
-- Error (test-inputchecking-mipred.cv.R:58:3): argument m in mice.options is ignored --
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'nnet'
Backtrace:
x
1. +-testthat::expect_warning(...) test-inputchecking-mipred.cv.R:58:2
2. | \-testthat:::quasi_capture(enquo(object), label, capture_warnings)
3. | +-testthat:::.capture(...)
4. | | \-base::withCallingHandlers(...)
5. | \-rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. +-mipred::mipred.cv(...)
7. | \-mipred:::.glm.mipred.cmb1.cv(...)
8. | \-mipred:::.impute(...)
9. | \-mice::mice(...)
10. | \-mice:::sampler(...)
11. | \-mice:::sampler.univ(...)
12. | +-base::do.call(f, args = args)
13. | \-mice::mice.impute.polyreg(...)
14. \-base::loadNamespace(x)
15. \-base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
16. \-base:::withOneRestart(expr, restarts[[1L]])
17. \-base:::doWithOneRestart(return(expr), restart)
[ FAIL 2 | WARN 0 | SKIP 4 | PASS 49 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/5s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(mipred)
>
> test_check("mipred")
NULL
NULL
══ Skipped tests ═══════════════════════════════════════════════════════════════
• association tests mipred (1)
• association tests mipred.cv (1)
• seeduse tests mipred (1)
• seeduse tests mipred.cv (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-inputchecking-mipred.R:63:3): argument m in mice.options is ignored ──
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'nnet'
Backtrace:
█
1. ├─testthat::expect_warning(...) test-inputchecking-mipred.R:63:2
2. │ └─testthat:::quasi_capture(enquo(object), label, capture_warnings)
3. │ ├─testthat:::.capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. ├─mipred::mipred(...)
7. │ └─mipred:::.glm.mipred.cmb1(...)
8. │ └─mipred:::.impute(...)
9. │ └─mice::mice(...)
10. │ └─mice:::sampler(...)
11. │ └─mice:::sampler.univ(...)
12. │ ├─base::do.call(f, args = args)
13. │ └─mice::mice.impute.polyreg(...)
14. └─base::loadNamespace(x)
15. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
16. └─base:::withOneRestart(expr, restarts[[1L]])
17. └─base:::doWithOneRestart(return(expr), restart)
── Error (test-inputchecking-mipred.cv.R:58:3): argument m in mice.options is ignored ──
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'nnet'
Backtrace:
█
1. ├─testthat::expect_warning(...) test-inputchecking-mipred.cv.R:58:2
2. │ └─testthat:::quasi_capture(enquo(object), label, capture_warnings)
3. │ ├─testthat:::.capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. ├─mipred::mipred.cv(...)
7. │ └─mipred:::.glm.mipred.cmb1.cv(...)
8. │ └─mipred:::.impute(...)
9. │ └─mice::mice(...)
10. │ └─mice:::sampler(...)
11. │ └─mice:::sampler.univ(...)
12. │ ├─base::do.call(f, args = args)
13. │ └─mice::mice.impute.polyreg(...)
14. └─base::loadNamespace(x)
15. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
16. └─base:::withOneRestart(expr, restarts[[1L]])
17. └─base:::doWithOneRestart(return(expr), restart)
[ FAIL 2 | WARN 0 | SKIP 4 | PASS 49 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(mipred)
>
> test_check("mipred")
NULL
NULL
══ Skipped tests ═══════════════════════════════════════════════════════════════
• association tests mipred (1)
• association tests mipred.cv (1)
• seeduse tests mipred (1)
• seeduse tests mipred.cv (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-inputchecking-mipred.R:63:3): argument m in mice.options is ignored ──
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'nnet'
Backtrace:
█
1. ├─testthat::expect_warning(...) test-inputchecking-mipred.R:63:2
2. │ └─testthat:::quasi_capture(enquo(object), label, capture_warnings)
3. │ ├─testthat:::.capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. ├─mipred::mipred(...)
7. │ └─mipred:::.glm.mipred.cmb1(...)
8. │ └─mipred:::.impute(...)
9. │ └─mice::mice(...)
10. │ └─mice:::sampler(...)
11. │ └─mice:::sampler.univ(...)
12. │ ├─base::do.call(f, args = args)
13. │ └─mice::mice.impute.polyreg(...)
14. └─base::loadNamespace(x)
15. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
16. └─base:::withOneRestart(expr, restarts[[1L]])
17. └─base:::doWithOneRestart(return(expr), restart)
── Error (test-inputchecking-mipred.cv.R:58:3): argument m in mice.options is ignored ──
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'nnet'
Backtrace:
█
1. ├─testthat::expect_warning(...) test-inputchecking-mipred.cv.R:58:2
2. │ └─testthat:::quasi_capture(enquo(object), label, capture_warnings)
3. │ ├─testthat:::.capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. ├─mipred::mipred.cv(...)
7. │ └─mipred:::.glm.mipred.cmb1.cv(...)
8. │ └─mipred:::.impute(...)
9. │ └─mice::mice(...)
10. │ └─mice:::sampler(...)
11. │ └─mice:::sampler.univ(...)
12. │ ├─base::do.call(f, args = args)
13. │ └─mice::mice.impute.polyreg(...)
14. └─base::loadNamespace(x)
15. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
16. └─base:::withOneRestart(expr, restarts[[1L]])
17. └─base:::doWithOneRestart(return(expr), restart)
[ FAIL 2 | WARN 0 | SKIP 4 | PASS 49 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.0.1
Check: tests
Result: ERROR
Running 'testthat.R' [4s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(mipred)
>
> test_check("mipred")
NULL
NULL
══ Skipped tests ═══════════════════════════════════════════════════════════════
• association tests mipred (1)
• association tests mipred.cv (1)
• seeduse tests mipred (1)
• seeduse tests mipred.cv (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-inputchecking-mipred.R:63:3): argument m in mice.options is ignored ──
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'nnet'
Backtrace:
█
1. ├─testthat::expect_warning(...) test-inputchecking-mipred.R:63:2
2. │ └─testthat:::quasi_capture(enquo(object), label, capture_warnings)
3. │ ├─testthat:::.capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. ├─mipred::mipred(...)
7. │ └─mipred:::.glm.mipred.cmb1(...)
8. │ └─mipred:::.impute(...)
9. │ └─mice::mice(...)
10. │ └─mice:::sampler(...)
11. │ └─mice:::sampler.univ(...)
12. │ ├─base::do.call(f, args = args)
13. │ └─mice::mice.impute.polyreg(...)
14. └─base::loadNamespace(x)
15. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
16. └─base:::withOneRestart(expr, restarts[[1L]])
17. └─base:::doWithOneRestart(return(expr), restart)
── Error (test-inputchecking-mipred.cv.R:58:3): argument m in mice.options is ignored ──
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'nnet'
Backtrace:
█
1. ├─testthat::expect_warning(...) test-inputchecking-mipred.cv.R:58:2
2. │ └─testthat:::quasi_capture(enquo(object), label, capture_warnings)
3. │ ├─testthat:::.capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. ├─mipred::mipred.cv(...)
7. │ └─mipred:::.glm.mipred.cmb1.cv(...)
8. │ └─mipred:::.impute(...)
9. │ └─mice::mice(...)
10. │ └─mice:::sampler(...)
11. │ └─mice:::sampler.univ(...)
12. │ ├─base::do.call(f, args = args)
13. │ └─mice::mice.impute.polyreg(...)
14. └─base::loadNamespace(x)
15. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
16. └─base:::withOneRestart(expr, restarts[[1L]])
17. └─base:::doWithOneRestart(return(expr), restart)
[ FAIL 2 | WARN 0 | SKIP 4 | PASS 49 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64-new-UL
Version: 0.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/4s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(mipred)
>
> test_check("mipred")
NULL
NULL
══ Skipped tests ═══════════════════════════════════════════════════════════════
• association tests mipred (1)
• association tests mipred.cv (1)
• seeduse tests mipred (1)
• seeduse tests mipred.cv (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-inputchecking-mipred.R:63:3): argument m in mice.options is ignored ──
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'nnet'
Backtrace:
█
1. ├─testthat::expect_warning(...) test-inputchecking-mipred.R:63:2
2. │ └─testthat:::quasi_capture(enquo(object), label, capture_warnings)
3. │ ├─testthat:::.capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. ├─mipred::mipred(...)
7. │ └─mipred:::.glm.mipred.cmb1(...)
8. │ └─mipred:::.impute(...)
9. │ └─mice::mice(...)
10. │ └─mice:::sampler(...)
11. │ └─mice:::sampler.univ(...)
12. │ ├─base::do.call(f, args = args)
13. │ └─mice::mice.impute.polyreg(...)
14. └─base::loadNamespace(x)
15. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
16. └─base:::withOneRestart(expr, restarts[[1L]])
17. └─base:::doWithOneRestart(return(expr), restart)
── Error (test-inputchecking-mipred.cv.R:58:3): argument m in mice.options is ignored ──
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'nnet'
Backtrace:
█
1. ├─testthat::expect_warning(...) test-inputchecking-mipred.cv.R:58:2
2. │ └─testthat:::quasi_capture(enquo(object), label, capture_warnings)
3. │ ├─testthat:::.capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. ├─mipred::mipred.cv(...)
7. │ └─mipred:::.glm.mipred.cmb1.cv(...)
8. │ └─mipred:::.impute(...)
9. │ └─mice::mice(...)
10. │ └─mice:::sampler(...)
11. │ └─mice:::sampler.univ(...)
12. │ ├─base::do.call(f, args = args)
13. │ └─mice::mice.impute.polyreg(...)
14. └─base::loadNamespace(x)
15. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
16. └─base:::withOneRestart(expr, restarts[[1L]])
17. └─base:::doWithOneRestart(return(expr), restart)
[ FAIL 2 | WARN 0 | SKIP 4 | PASS 49 ]
Error: Test failures
Execution halted
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.0.1
Check: tests
Result: ERROR
Running 'testthat.R' [4s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(mipred)
>
> test_check("mipred")
NULL
NULL
== Skipped tests ===============================================================
* association tests mipred (1)
* association tests mipred.cv (1)
* seeduse tests mipred (1)
* seeduse tests mipred.cv (1)
== Failed tests ================================================================
-- Error (test-inputchecking-mipred.R:63:3): argument m in mice.options is ignored --
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'nnet'
Backtrace:
x
1. +-testthat::expect_warning(...) test-inputchecking-mipred.R:63:2
2. | \-testthat:::quasi_capture(enquo(object), label, capture_warnings)
3. | +-testthat:::.capture(...)
4. | | \-base::withCallingHandlers(...)
5. | \-rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. +-mipred::mipred(...)
7. | \-mipred:::.glm.mipred.cmb1(...)
8. | \-mipred:::.impute(...)
9. | \-mice::mice(...)
10. | \-mice:::sampler(...)
11. | \-mice:::sampler.univ(...)
12. | +-base::do.call(f, args = args)
13. | \-mice::mice.impute.polyreg(...)
14. \-base::loadNamespace(x)
15. \-base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
16. \-base:::withOneRestart(expr, restarts[[1L]])
17. \-base:::doWithOneRestart(return(expr), restart)
-- Error (test-inputchecking-mipred.cv.R:58:3): argument m in mice.options is ignored --
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'nnet'
Backtrace:
x
1. +-testthat::expect_warning(...) test-inputchecking-mipred.cv.R:58:2
2. | \-testthat:::quasi_capture(enquo(object), label, capture_warnings)
3. | +-testthat:::.capture(...)
4. | | \-base::withCallingHandlers(...)
5. | \-rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. +-mipred::mipred.cv(...)
7. | \-mipred:::.glm.mipred.cmb1.cv(...)
8. | \-mipred:::.impute(...)
9. | \-mice::mice(...)
10. | \-mice:::sampler(...)
11. | \-mice:::sampler.univ(...)
12. | +-base::do.call(f, args = args)
13. | \-mice::mice.impute.polyreg(...)
14. \-base::loadNamespace(x)
15. \-base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
16. \-base:::withOneRestart(expr, restarts[[1L]])
17. \-base:::doWithOneRestart(return(expr), restart)
[ FAIL 2 | WARN 0 | SKIP 4 | PASS 49 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-ix86+x86_64
Version: 0.0.1
Check: tests
Result: ERROR
Running 'testthat.R' [4s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(mipred)
>
> test_check("mipred")
NULL
NULL
== Skipped tests ===============================================================
* association tests mipred (1)
* association tests mipred.cv (1)
* seeduse tests mipred (1)
* seeduse tests mipred.cv (1)
== Failed tests ================================================================
-- Error (test-inputchecking-mipred.R:63:3): argument m in mice.options is ignored --
<packageNotFoundError/error/condition>
Error in `loadNamespace(name)`: there is no package called 'nnet'
Backtrace:
x
1. +-testthat::expect_warning(...) test-inputchecking-mipred.R:63:2
2. | \-testthat:::quasi_capture(enquo(object), label, capture_warnings)
3. | +-testthat:::.capture(...)
4. | | \-base::withCallingHandlers(...)
5. | \-rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. \-mipred::mipred(...)
7. \-mipred:::.glm.mipred.cmb1(...)
8. \-mipred:::.impute(...)
9. \-mice::mice(...)
10. \-mice:::sampler(...)
11. \-mice:::sampler.univ(...)
12. +-base::do.call(f, args = args)
13. \-mice::mice.impute.polyreg(...)
14. \-nnet::multinom
15. \-base::getExportedValue(pkg, name)
16. \-base::asNamespace(ns)
17. \-base::getNamespace(ns)
18. \-base::loadNamespace(name)
19. \-base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
20. \-base:::withOneRestart(expr, restarts[[1L]])
21. \-base:::doWithOneRestart(return(expr), restart)
-- Error (test-inputchecking-mipred.cv.R:58:3): argument m in mice.options is ignored --
<packageNotFoundError/error/condition>
Error in `loadNamespace(name)`: there is no package called 'nnet'
Backtrace:
x
1. +-testthat::expect_warning(...) test-inputchecking-mipred.cv.R:58:2
2. | \-testthat:::quasi_capture(enquo(object), label, capture_warnings)
3. | +-testthat:::.capture(...)
4. | | \-base::withCallingHandlers(...)
5. | \-rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. \-mipred::mipred.cv(...)
7. \-mipred:::.glm.mipred.cmb1.cv(...)
8. \-mipred:::.impute(...)
9. \-mice::mice(...)
10. \-mice:::sampler(...)
11. \-mice:::sampler.univ(...)
12. +-base::do.call(f, args = args)
13. \-mice::mice.impute.polyreg(...)
14. \-nnet::multinom
15. \-base::getExportedValue(pkg, name)
16. \-base::asNamespace(ns)
17. \-base::getNamespace(ns)
18. \-base::loadNamespace(name)
19. \-base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
20. \-base:::withOneRestart(expr, restarts[[1L]])
21. \-base:::doWithOneRestart(return(expr), restart)
[ FAIL 2 | WARN 0 | SKIP 4 | PASS 49 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64