R Under development (unstable) (2024-05-27 r86634 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(fwildclusterboot) > > test_check("fwildclusterboot") Loading required namespace: data.table Loading required namespace: lfe Loading required namespace: fixest To guarantee reproducibility, don't forget to set a global random seed **both** via `set.seed()` and `dqrng::dqset.seed()`. This message is displayed once every 8 hours. To guarantee reproducibility, don't forget to set a global random seed **both** via `set.seed()` and `dqrng::dqset.seed()`. This message is displayed once every 8 hours. To guarantee reproducibility, don't forget to set a global random seed via `set.seed()`. This message is displayed once every 8 hours. * Confidence Intervals are currently only supported for the R engine with 'bootstrap_type = 'fnw11'. This message is displayed once every 8 hours. The variable 'X2' has been removed because of collinearity (see $collin.var). [ FAIL 0 | WARN 1 | SKIP 19 | PASS 181 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (19): 'test-convergence.R:3:3', 'test-error_warning.R:3:3', 'test-error_warning.R:1392:3', 'test-full-enumeration.R:213:3', 'test-global_vars.R:3:3', 'test-method_equivalence.R:4:3', 'test-new-bootstrap-variants.R:3:7', 'test-new-bootstrap-variants.R:160:3', 'test-new-bootstrap-variants.R:274:3', 'test-new-bootstrap-variants.R:392:3', 'test-r-vs-julia.R:4:3', 'test-seed.R:3:3', 'test-tstat_equivalence.R:335:3', 'test-tstat_equivalence.R:561:3', 'test-tstat_equivalence.R:840:3', 'test-uncategorized.R:3:3', 'test_sunab.R:3:3', 'test_tidy.R:3:3', 'test_tidy.R:64:3' [ FAIL 0 | WARN 1 | SKIP 19 | PASS 181 ] > > proc.time() user system elapsed 48.76 1.78 50.53