Last updated on 2021-01-24 10:48:50 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6.0 | 8.82 | 87.39 | 96.21 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.6.0 | 9.35 | 64.91 | 74.26 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.6.0 | 123.83 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.7.0 | 120.69 | OK | |||
r-devel-windows-ix86+x86_64 | 0.6.0 | 18.00 | 77.00 | 95.00 | ERROR | |
r-patched-linux-x86_64 | 0.6.0 | 11.10 | 79.25 | 90.35 | OK | |
r-patched-solaris-x86 | 0.7.0 | 142.70 | OK | |||
r-release-linux-x86_64 | 0.6.0 | 10.83 | 81.00 | 91.83 | OK | |
r-release-macos-x86_64 | 0.6.0 | OK | ||||
r-release-windows-ix86+x86_64 | 0.7.0 | 17.00 | 102.00 | 119.00 | OK | |
r-oldrel-macos-x86_64 | 0.6.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.6.0 | 13.00 | 83.00 | 96.00 | OK |
Version: 0.6.0
Check: tests
Result: ERROR
Running 'testthat.R' [21s/23s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library(testthat)
+ library(paradox)
+ test_check("paradox")
+ }
== Failed tests ================================================================
-- Failure (test_domain.R:28:3): ps(p_xxx(...)) creates ParamSets --------------
ps(x = p_uty()) not equal to ParamSet$new(list(ParamUty$new("x"))).
Component ".__enclos_env__": Component "private": Component ".params": Component "x": Component "custom_check": Component "id": 1 string mismatch
Component ".__enclos_env__": Component "private": Component ".params": Component "x": Component "custom_check": Component "private": Component ".check": Component ".__active__": Component "class": Component "self": Component "id": 1 string mismatch
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 888 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.6.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [16s/22s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library(testthat)
+ library(paradox)
+ test_check("paradox")
+ }
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test_domain.R:28:3): ps(p_xxx(...)) creates ParamSets ──────────────
ps(x = p_uty()) not equal to ParamSet$new(list(ParamUty$new("x"))).
Component ".__enclos_env__": Component "private": Component ".params": Component "x": Component "custom_check": Component "id": 1 string mismatch
Component ".__enclos_env__": Component "private": Component ".params": Component "x": Component "custom_check": Component "private": Component ".check": Component ".__active__": Component "class": Component "self": Component "id": 1 string mismatch
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 888 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.6.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [25s/29s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library(testthat)
+ library(paradox)
+ test_check("paradox")
+ }
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test_domain.R:28:3): ps(p_xxx(...)) creates ParamSets ──────────────
ps(x = p_uty()) not equal to ParamSet$new(list(ParamUty$new("x"))).
Component ".__enclos_env__": Component "private": Component ".params": Component "x": Component "custom_check": Component "id": 1 string mismatch
Component ".__enclos_env__": Component "private": Component ".params": Component "x": Component "custom_check": Component "private": Component ".check": Component ".__active__": Component "class": Component "self": Component "id": 1 string mismatch
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 888 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.6.0
Check: tests
Result: ERROR
Running 'testthat.R' [19s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library(testthat)
+ library(paradox)
+ test_check("paradox")
+ }
== Failed tests ================================================================
-- Failure (test_domain.R:28:3): ps(p_xxx(...)) creates ParamSets --------------
ps(x = p_uty()) not equal to ParamSet$new(list(ParamUty$new("x"))).
Component ".__enclos_env__": Component "private": Component ".params": Component "x": Component "custom_check": Component "id": 1 string mismatch
Component ".__enclos_env__": Component "private": Component ".params": Component "x": Component "custom_check": Component "private": Component ".check": Component ".__active__": Component "class": Component "self": Component "id": 1 string mismatch
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 888 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-ix86+x86_64