R Under development (unstable) (2024-07-10 r86888 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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. > library(testthat) > library(adestr) Loading required package: adoptr Attaching package: 'adoptr' The following object is masked from 'package:testthat': expectation > test_check("adestr") [ FAIL 0 | WARN 0 | SKIP 12 | PASS 94 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test_densities.R:215:13', 'test_dsmean.R:36:13', 'test_dsmean.R:54:13', 'test_dsmean.R:73:13', 'test_dsmean.R:86:13', 'test_dsmean.R:99:13', 'test_dsmean.R:112:13', 'test_evaluate_estimator.R:106:13', 'test_integrals.R:42:13', 'test_integrals.R:93:13', 'test_integrals.R:141:13', 'test_pseudo_rao_blackwell.R:3:13' [ FAIL 0 | WARN 0 | SKIP 12 | PASS 94 ] > > proc.time() user system elapsed 14.56 3.96 18.54