- using R version 4.6.1 (2026-06-24)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-16 (Debian 16.2.0-1) 16.2.0
GNU Fortran (Debian 16.2.0-1) 16.2.0
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
* current time: 2026-09-19 18:48:50 UTC
- checking for file ‘polle/DESCRIPTION’ ... OK
- this is package ‘polle’ version ‘1.6.4’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘polle’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [2s/3s] OK
- checking whether the package can be loaded with stated dependencies ... [2s/3s] OK
- checking whether the package can be unloaded cleanly ... [2s/2s] OK
- checking whether the namespace can be loaded with stated dependencies ... [2s/2s] OK
- checking whether the namespace can be unloaded cleanly ... [2s/3s] OK
- checking loading without being on the library search path ... [2s/3s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [31s/35s] OK
- checking Rd files ... [1s/1s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [34s/45s] OK
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
policy_eval 8.493 0.074 11.686
get_policy_actions 6.921 0.056 9.071
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [318s/425s] ERROR
Running ‘test-all.R’ [318s/424s]
Running the tests in ‘tests/test-all.R’ failed.
Complete output:
> suppressPackageStartupMessages(library("testthat"))
> options(Ncpus = 2)
> data.table::setDTthreads(2)
> test_check("polle")
Loading required package: polle
Loading required package: SuperLearner
Loading required package: gam
Loading required package: splines
Loading required package: foreach
Loaded gam 1.22-7
Loading required package: nnls
Super Learner
Version: 2.0-42
Package created on 2026-09-14
Saving _problems/test-policy_learn-owl-116.R
Saving _problems/test-policy_learn-owl-117.R
[ FAIL 2 | WARN 15 | SKIP 0 | PASS 939 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-policy_learn-owl.R:116:3'): the implementation of owl agrees with direct application of DTRlearn2::owl in the two stage case. ──
Expected `owl1_d1` to equal `owl3_d1`.
Differences:
80/200 mismatches
x[3]: "t2"
y[3]: "t1"
x[4]: "t2"
y[4]: "t1"
x[6]: "t2"
y[6]: "t1"
x[12]: "t2"
y[12]: "t1"
x[13]: "t2"
y[13]: "t1"
── Failure ('test-policy_learn-owl.R:117:3'): the implementation of owl agrees with direct application of DTRlearn2::owl in the two stage case. ──
Expected `owl1_d2` to equal `owl3_d2`.
Differences:
188/200 mismatches
x[1]: "t3"
y[1]: "t4"
x[2]: "t4"
y[2]: "t3"
x[3]: "t4"
y[3]: "t3"
x[4]: "t3"
y[4]: "t4"
x[5]: "t3"
y[5]: "t4"
[ FAIL 2 | WARN 15 | SKIP 0 | PASS 939 ]
Error:
! Test failures.
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [96s/120s] OK
- checking PDF version of manual ... [9s/15s] OK
- checking HTML version of manual ... [6s/8s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR