R Under development (unstable) (2026-02-14 r89420 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(lobstr) > > test_check("lobstr") [ FAIL 0 | WARN 0 | SKIP 50 | PASS 190 ] ══ Skipped tests (50) ══════════════════════════════════════════════════════════ • On CRAN (35): 'test-ast.R:14:1', 'test-ast.R:24:1', 'test-size.R:19:1', 'test-src.R:8:1', 'test-src.R:15:1', 'test-src.R:24:1', 'test-src.R:31:1', 'test-src.R:38:1', 'test-src.R:45:1', 'test-src.R:75:1', 'test-src.R:82:1', 'test-src.R:89:1', 'test-src.R:96:1', 'test-src.R:105:1', 'test-src.R:114:1', 'test-src.R:124:1', 'test-src.R:134:1', 'test-src.R:141:1', 'test-src.R:148:1', 'test-src.R:181:1', 'test-src.R:190:1', 'test-src.R:201:1', 'test-src.R:208:1', 'test-src.R:215:1', 'test-src.R:224:1', 'test-src.R:233:1', 'test-src.R:243:1', 'test-sxp.R:44:1', 'test-sxp.R:69:1', 'test-sxp.R:81:1', 'test-sxp.R:89:1', 'test-sxp.R:102:1', 'test-sxp.R:112:1', 'test-sxp.R:122:1', 'test-tree.R:61:1' • On Windows (15): 'test-ast.R:6:3', 'test-ref.R:2:3', 'test-ref.R:20:3', 'test-ref.R:32:3', 'test-ref.R:43:3', 'test-tree.R:2:3', 'test-tree.R:13:3', 'test-tree.R:38:3', 'test-tree.R:95:3', 'test-tree.R:108:3', 'test-tree.R:116:3', 'test-tree.R:152:3', 'test-tree.R:192:3', 'test-tree.R:206:3', 'test-tree.R:220:3' [ FAIL 0 | WARN 0 | SKIP 50 | PASS 190 ] > > proc.time() user system elapsed 3.78 0.53 4.29