R Under development (unstable) (2026-01-16 r89305 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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(fect) > > test_check("fect") F-test Failed. The estimated covariance matrix is singular. Dropped 0 always-treated units. F-test Failed. The estimated covariance matrix is singular. Number of Always Treated Observations Removed:0. Parametric Bootstrap Simulating errors ... Can't calculate the F statistic because of insufficient treated units. Uncertainty estimates not available. Uncertainty estimates not available. [ FAIL 0 | WARN 1 | SKIP 1 | PASS 32 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • {HonestDiDFEct} is not installed (1): 'test-fect-sens.R:2:3' [ FAIL 0 | WARN 1 | SKIP 1 | PASS 32 ] > > proc.time() user system elapsed 13.67 0.70 14.35