Last updated on 2019-12-21 10:47:48 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 5.63 | 87.09 | 92.72 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 4.78 | 66.12 | 70.90 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 110.22 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 110.10 | OK | |||
r-devel-windows-ix86+x86_64 | 1.0.0 | 21.00 | 95.00 | 116.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 1.0.0 | 18.00 | 142.00 | 160.00 | OK | |
r-patched-linux-x86_64 | 1.0.0 | OK | ||||
r-patched-solaris-x86 | 1.0.0 | 132.90 | OK | |||
r-release-linux-x86_64 | 1.0.0 | 5.08 | 77.82 | 82.90 | OK | |
r-release-windows-ix86+x86_64 | 1.0.0 | 9.00 | 126.00 | 135.00 | OK | |
r-release-osx-x86_64 | 1.0.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.0 | 7.00 | 122.00 | 129.00 | OK | |
r-oldrel-osx-x86_64 | 1.0.0 | OK |
Version: 1.0.0
Check: tests
Result: ERROR
Running 'testthat.R' [12s/14s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(dplyr)
Attaching package: 'dplyr'
The following object is masked from 'package:testthat':
matches
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
> library(ipfr)
>
> test_check("ipfr")
-- 1. Failure: ipu_matrix works (@test-basics.R#11) ---------------------------
class(result) not equal to "matrix".
Lengths differ: 2 is not 1
Finished iteration 2 . %RMSE = 13.38195
Finished iteration 3 . %RMSE = 8.62674
Finished iteration 4 . %RMSE = 5.980982
Finished iteration 5 . %RMSE = 4.158977
Finished iteration 6 . %RMSE = 2.932172
Finished iteration 7 . %RMSE = 2.194717
Finished iteration 8 . %RMSE = 1.793693
Finished iteration 9 . %RMSE = 1.57127
Finished iteration 10 . %RMSE = 1.423943== testthat results ===========================================================
[ OK: 16 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 1 ]
1. Failure: ipu_matrix works (@test-basics.R#11)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [9s/14s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(dplyr)
Attaching package: 'dplyr'
The following object is masked from 'package:testthat':
matches
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
> library(ipfr)
>
> test_check("ipfr")
── 1. Failure: ipu_matrix works (@test-basics.R#11) ───────────────────────────
class(result) not equal to "matrix".
Lengths differ: 2 is not 1
Finished iteration 2 . %RMSE = 13.38195
Finished iteration 3 . %RMSE = 8.62674
Finished iteration 4 . %RMSE = 5.980982
Finished iteration 5 . %RMSE = 4.158977
Finished iteration 6 . %RMSE = 2.932172
Finished iteration 7 . %RMSE = 2.194717
Finished iteration 8 . %RMSE = 1.793693
Finished iteration 9 . %RMSE = 1.57127
Finished iteration 10 . %RMSE = 1.423943══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 16 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 1 ]
1. Failure: ipu_matrix works (@test-basics.R#11)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc