Package check result: NOTE Check: tests, Result: NOTE Running ‘tinytest.R’ [54s/16s] Running R code in ‘tinytest.R’ had CPU time 3.5 times elapsed time Changes to worse in reverse depends: Package: polle Check: tests New result: ERROR Running ‘test-all.R’ [86s/74s] Running the tests in ‘tests/test-all.R’ failed. Complete output: > suppressPackageStartupMessages(library("testthat")) > test_check("polle") Loading required package: polle Loading required package: SuperLearner Loading required package: nnls Loading required package: gam Loading required package: splines Loading required package: foreach Loaded gam 1.22-5 Super Learner Version: 2.0-29 Package created on 2024-02-06 [ FAIL 3 | WARN 24 | SKIP 0 | PASS 572 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-policy_eval.R:448:3'): policy_eval with target = 'value' agrees with targeted::lava ── unname(vcov(ca_dml2$estimate)["(Intercept)", "(Intercept)"]) not equal to unname(vcov(estimate(pe_dml2))[1, 1]). 1/1 mismatches [1] 0.364 - 0.363 == 0.00125 ── Error ('test-policy_eval.R:812:3'): conditional.policy_eval agrees with targeted::CATE ── Error in `cate(treatment = A ~ factor(B) - 1, response = U ~ A * Z, propensity_model = A ~ 1, data = d, nfolds = 1, type = "dml2")`: argument 2 matches multiple formal arguments ── Error ('test-policy_eval_subgroup.R:77:5'): policy_eval with target 'subgroup' agrees with targeted::cate. ── Error in `cate(treatment = A ~ factor(d) - 1, response = U ~ A * Z, propensity_model = A ~ 1, data = d, nfolds = 1, type = "dml2")`: argument 2 matches multiple formal arguments [ FAIL 3 | WARN 24 | SKIP 0 | PASS 572 ] Error: Test failures Execution halted