R Under development (unstable) (2024-03-24 r86185 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(plumber) > > test_check("plumber") [ FAIL 0 | WARN 1 | SKIP 16 | PASS 1959 ] ══ Skipped tests (16) ══════════════════════════════════════════════════════════ • On CRAN (14): 'test-cookies.R:47:3', 'test-deprecated.R:60:3', 'test-find-port.R:25:3', 'test-find-port.R:41:3', 'test-options.R:22:3', 'test-plumber-print.R:2:3', 'test-plumber-print.R:60:3', 'test-plumber.R:67:3', 'test-serializer-device.R:26:1', 'test-serializer-htmlwidgets.R:18:3', 'test-static.R:23:3', 'test-zzz-openapi.R:254:3', 'test-zzz-plumb_api.R:10:3', 'test-zzz-plumb_api.R:65:3' • On Windows (2): 'test-endpoint-aroundexec.R:131:3', 'test-legacy.R:19:3' [ FAIL 0 | WARN 1 | SKIP 16 | PASS 1959 ] > > proc.time() user system elapsed 17.35 1.25 19.50