R Under development (unstable) (2024-05-04 r86521 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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(edibble) > > test_check("edibble") [ FAIL 0 | WARN 0 | SKIP 19 | PASS 68 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (14): 'test-design.R:7:3', 'test-edibble.R:3:3', 'test-menu.R:2:3', 'test-menu.R:10:3', 'test-menu.R:18:3', 'test-menu.R:28:3', 'test-menu.R:40:3', 'test-menu.R:52:3', 'test-menu.R:62:3', 'test-nest.R:3:3', 'test-rcrds.R:12:3', 'test-serve.R:18:3', 'test-trts.R:2:3', 'test-units.R:3:3' • empty test (3): 'test-attrs.R:60:1', 'test-nest.R:61:1', 'test-utils.R:1:1' • skip (2): 'test-rcrds.R:92:3', 'test-simulate.R:58:3' [ FAIL 0 | WARN 0 | SKIP 19 | PASS 68 ] > > proc.time() user system elapsed 7.01 0.79 7.79