R Under development (unstable) (2026-01-06 r89281 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(lifecycle) > > test_check("lifecycle") [ FAIL 0 | WARN 0 | SKIP 17 | PASS 62 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test-badge.R:1:1', 'test-deprecate.R:3:1', 'test-deprecate.R:23:1', 'test-deprecate.R:47:1', 'test-deprecate.R:134:1', 'test-deprecate.R:153:1', 'test-deprecate.R:165:1', 'test-deprecate.R:173:1', 'test-deprecate.R:195:1', 'test-deprecate.R:211:1', 'test-deprecate.R:216:1', 'test-deprecate.R:260:1', 'test-lifecycle.R:59:1', 'test-signal.R:5:1', 'test-spec.R:34:1', 'test-spec.R:46:1', 'test-warning.R:2:3' [ FAIL 0 | WARN 0 | SKIP 17 | PASS 62 ] > > proc.time() user system elapsed 3.14 0.31 3.43