Last updated on 2025-12-07 07:50:46 CET.
| Package | ERROR | WARN | NOTE | OK |
|---|---|---|---|---|
| civ | 1 | 1 | 11 | |
| ddml | 5 | 8 | ||
| kcmeans | 1 | 1 | 11 |
Current CRAN status: WARN: 1, NOTE: 1, OK: 11
Version: 0.1.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Thomas Wiemann <wiemann@uchicago.edu>’
The Description field contains
proposed by Wiemann (2023) <arXiv:2311.17021>. CIV allows for optimal
Please refer to arXiv e-prints via their arXiv DOI <doi:10.48550/arXiv.YYMM.NNNNN>.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.0
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'covr', 'knitr', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.0
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc
Current CRAN status: ERROR: 5, OK: 8
Version: 0.3.0
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'covr', 'knitr', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [25s/26s]
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-gcc
Version: 0.3.0
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [70s/196s]
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-fedora-clang
Version: 0.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [76s/262s]
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-fedora-gcc
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
Version: 0.3.0
Check: tests
Result: ERROR
Running 'testthat.R' [48s]
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-oldrel-windows-x86_64
Current CRAN status: WARN: 1, NOTE: 1, OK: 11
Version: 0.1.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Thomas Wiemann <wiemann@uchicago.edu>’
The Description field contains
(2023) <arXiv:2311.17021> for expectation function estimation
Please refer to arXiv e-prints via their arXiv DOI <doi:10.48550/arXiv.YYMM.NNNNN>.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.0
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'covr', 'knitr', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.0
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc