R Under development (unstable) (2025-12-08 r89124 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > > if (requireNamespace("tinytest", quietly = TRUE)) { + options(Ncpus = 1) + data.table::setDTthreads(1) + tinytest::test_package("targeted") + } test_cate.R................... 0 tests test_cate.R................... 0 tests test_cate.R................... 0 tests test_cate.R................... 0 tests test_cate.R................... 0 tests test_cate.R................... 0 tests test_cate.R................... 0 tests test_cate.R................... 0 tests test_cate.R................... 0 tests test_cate.R................... 1 tests OK test_cate.R................... 2 tests OK test_cate.R................... 2 tests OK test_cate.R................... 11 tests OK test_cate.R................... 11 tests OK test_cate.R................... 23 tests OK test_cate.R................... 23 tests OK test_cate.R................... 27 tests OK test_cate.R................... 27 tests OK test_cate.R................... 27 tests OK test_cate.R................... 31 tests OK test_cate.R................... 31 tests OK test_cate.R................... 31 tests OK test_cate.R................... 31 tests OK test_cate.R................... 31 tests OK test_cate.R................... 31 tests OK test_cate.R................... 31 tests OK test_cate.R................... 31 tests OK test_cate.R................... 31 tests OK test_cate.R................... 35 tests OK test_cate.R................... 35 tests OK test_cate.R................... 36 tests OK 3.7s test_cumhaz.R................. 0 tests Attaching package: 'data.table' The following object is masked from 'package:base': %notin% test_cumhaz.R................. 0 tests test_cumhaz.R................. 0 tests test_cumhaz.R................. 0 tests test_cumhaz.R................. 0 tests test_cumhaz.R................. 0 tests test_cumhaz.R................. 0 tests test_cumhaz.R................. 0 tests test_cumhaz.R................. 0 tests test_cumhaz.R................. 0 tests test_cumhaz.R................. 0 tests test_cumhaz.R................. 0 tests test_cumhaz.R................. 0 tests Failed with error: 'unused argument (quiet = TRUE)' Error in cumhaz(object, times = test_times, newdata = test_data[idx_add, : data.table required Calls: ... FUN -> eval -> eval -> test_cumhaz_function -> cumhaz Execution halted