R version 4.6.0 RC (2026-04-20 r89921 ucrt) -- "Because it was There" 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(weightederm) > > test_check("weightederm") compatible weightederm Python package not found — skipping all tests. [ FAIL 0 | WARN 0 | SKIP 8 | PASS 4 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • project Python virtualenv not found (1): 'test_example_availability.R:39:3' • source DESCRIPTION not available (1): 'test_cran_submission.R:3:3' • weightederm Python package not available (6): 'test_cv.R:1:1', 'test_docs_examples.R:1:1', 'test_huber.R:1:1', 'test_least_squares.R:1:1', 'test_logistic.R:1:1', 'test_readme_examples.R:1:1' [ FAIL 0 | WARN 0 | SKIP 8 | PASS 4 ] > > proc.time() user system elapsed 1.50 0.34 8.54