Last updated on 2020-08-07 01:49:58 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.1.5 | 10.00 | 109.06 | 119.06 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.1.5 | 9.06 | 82.44 | 91.50 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.1.5 | 148.44 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.1.5 | 131.15 | OK | |||
r-devel-windows-ix86+x86_64 | 2.1.5 | 26.00 | 166.00 | 192.00 | OK | |
r-patched-linux-x86_64 | 2.1.5 | 10.11 | 106.69 | 116.80 | OK | |
r-patched-solaris-x86 | 2.1.5 | 198.30 | OK | |||
r-release-linux-x86_64 | 2.1.5 | 10.41 | 105.56 | 115.97 | OK | |
r-release-macos-x86_64 | 2.1.5 | OK | ||||
r-release-windows-ix86+x86_64 | 2.1.5 | 31.00 | 128.00 | 159.00 | OK | |
r-oldrel-macos-x86_64 | 2.1.5 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 2.1.5 | 15.00 | 100.00 | 115.00 | ERROR |
Version: 2.1.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/7s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
>
> test_check("RfEmpImp")
── 1. Failure: conv.factor works (@test-UtilFuncs-ConvFactor.R#31) ────────────
all(factorLoc2 == c(TRUE, FALSE, FALSE)) isn't true.
── 2. Failure: conv.factor works (@test-UtilFuncs-ConvFactor.R#35) ────────────
all(factorLoc3 == c(TRUE, FALSE, TRUE)) isn't true.
══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 640 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 2 ]
1. Failure: conv.factor works (@test-UtilFuncs-ConvFactor.R#31)
2. Failure: conv.factor works (@test-UtilFuncs-ConvFactor.R#35)
Error: testthat unit tests failed
Execution halted
Flavor: r-oldrel-macos-x86_64
Version: 2.1.5
Check: tests
Result: ERROR
Running 'testthat.R' [9s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(RfEmpImp)
Loading required package: mice
Attaching package: 'mice'
The following objects are masked from 'package:base':
cbind, rbind
Loading required package: ranger
>
> test_check("RfEmpImp")
-- 1. Failure: conv.factor works (@test-UtilFuncs-ConvFactor.R#31) ------------
all(factorLoc2 == c(TRUE, FALSE, FALSE)) isn't true.
-- 2. Failure: conv.factor works (@test-UtilFuncs-ConvFactor.R#35) ------------
all(factorLoc3 == c(TRUE, FALSE, TRUE)) isn't true.
== testthat results ===========================================================
[ OK: 640 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 2 ]
1. Failure: conv.factor works (@test-UtilFuncs-ConvFactor.R#31)
2. Failure: conv.factor works (@test-UtilFuncs-ConvFactor.R#35)
Error: testthat unit tests failed
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64