Last updated on 2025-12-12 20:50:36 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.0 | 3.79 | 100.14 | 103.93 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.3.1 | 2.82 | 77.96 | 80.78 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.3.1 | 110.63 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 113.82 | OK | |||
| r-devel-windows-x86_64 | 0.3.1 | 9.00 | 133.00 | 142.00 | OK | |
| r-patched-linux-x86_64 | 0.3.0 | 4.51 | 94.57 | 99.08 | ERROR | |
| r-release-linux-x86_64 | 0.3.0 | 3.83 | 96.88 | 100.71 | ERROR | |
| r-release-macos-arm64 | 0.3.1 | 1.00 | 28.00 | 29.00 | OK | |
| r-release-macos-x86_64 | 0.3.1 | 3.00 | 127.00 | 130.00 | OK | |
| r-release-windows-x86_64 | 0.3.0 | 7.00 | 110.00 | 117.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.1 | 1.00 | 35.00 | 36.00 | OK | |
| r-oldrel-macos-x86_64 | 0.3.1 | 3.00 | 129.00 | 132.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.1 | 9.00 | 150.00 | 159.00 | OK |
Version: 0.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [42s/62s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(ddml)
>
> test_check("ddml")
Saving _problems/test-ml_wrappers-35.R
sample fold 1/3
sample fold 2/3
sample fold 3/3[ FAIL 1 | WARN 6 | SKIP 0 | PASS 134 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-ml_wrappers.R:35:3'): mdl_xgboost is working ───────────────────
Error in `process.y.margin.and.objective(as.vector(y), base_margin, objective, params)`: Got numeric 'y' - supported objectives for this data are: reg:squarederror, reg:squaredlogerror, reg:logistic, reg:pseudohubererror, reg:absoluteerror, reg:quantileerror, count:poisson, reg:gamma, reg:tweedie. Was passed: binary:logistic
Backtrace:
▆
1. └─ddml::mdl_xgboost(y, X, objective = "binary:logistic") at test-ml_wrappers.R:35:3
2. └─xgboost::xgboost(...)
3. └─xgboost:::process.y.margin.and.objective(...)
4. └─xgboost:::process.y.margin.and.objective(...)
[ FAIL 1 | WARN 6 | SKIP 0 | PASS 134 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [42s/69s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(ddml)
>
> test_check("ddml")
Saving _problems/test-ml_wrappers-35.R
sample fold 1/3
sample fold 2/3
sample fold 3/3[ FAIL 1 | WARN 6 | SKIP 0 | PASS 134 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-ml_wrappers.R:35:3'): mdl_xgboost is working ───────────────────
Error in `process.y.margin.and.objective(as.vector(y), base_margin, objective, params)`: Got numeric 'y' - supported objectives for this data are: reg:squarederror, reg:squaredlogerror, reg:logistic, reg:pseudohubererror, reg:absoluteerror, reg:quantileerror, count:poisson, reg:gamma, reg:tweedie. Was passed: binary:logistic
Backtrace:
▆
1. └─ddml::mdl_xgboost(y, X, objective = "binary:logistic") at test-ml_wrappers.R:35:3
2. └─xgboost::xgboost(...)
3. └─xgboost:::process.y.margin.and.objective(...)
4. └─xgboost:::process.y.margin.and.objective(...)
[ FAIL 1 | WARN 6 | SKIP 0 | PASS 134 ]
Error:
! Test failures.
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [43s/51s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(ddml)
>
> test_check("ddml")
Saving _problems/test-ml_wrappers-35.R
sample fold 1/3
sample fold 2/3
sample fold 3/3[ FAIL 1 | WARN 6 | SKIP 0 | PASS 134 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-ml_wrappers.R:35:3'): mdl_xgboost is working ───────────────────
Error in `process.y.margin.and.objective(as.vector(y), base_margin, objective, params)`: Got numeric 'y' - supported objectives for this data are: reg:squarederror, reg:squaredlogerror, reg:logistic, reg:pseudohubererror, reg:absoluteerror, reg:quantileerror, count:poisson, reg:gamma, reg:tweedie. Was passed: binary:logistic
Backtrace:
▆
1. └─ddml::mdl_xgboost(y, X, objective = "binary:logistic") at test-ml_wrappers.R:35:3
2. └─xgboost::xgboost(...)
3. └─xgboost:::process.y.margin.and.objective(...)
4. └─xgboost:::process.y.margin.and.objective(...)
[ FAIL 1 | WARN 6 | SKIP 0 | PASS 134 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-linux-x86_64