R Under development (unstable) (2023-11-05 r85474 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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 16 | PASS 64 ] ══ Skipped tests (16) ══════════════════════════════════════════════════════════ • On CRAN (16): 'test-badge.R:2:3', 'test-deprecate.R:10:3', 'test-deprecate.R:28:3', 'test-deprecate.R:54:3', 'test-deprecate.R:128:3', 'test-deprecate.R:139:3', 'test-deprecate.R:151:3', 'test-deprecate.R:160:3', 'test-deprecate.R:180:3', 'test-deprecate.R:194:3', 'test-deprecate.R:210:3', 'test-signal.R:15:3', 'test-signal.R:22:3', 'test-spec.R:35:3', 'test-spec.R:56:3', 'test-warning.R:2:3' [ FAIL 0 | WARN 0 | SKIP 16 | PASS 64 ] > > proc.time() user system elapsed 3.62 0.26 3.87