R Under development (unstable) (2025-09-04 r88794 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(plumber2) > > test_check("plumber2") Creating default route in request router Creating custom_route route in request router Creating default route in header router Creating minimal_api route in request router Creating default route in request router Creating request_handlers route in request router Creating request_handlers route in header router Creating request_handlers route in request router Creating request_handlers route in header router Creating minimal_api route in request router Creating minimal_api route in request router Creating minimal_api route in request router Creating minimal_api route in request router Creating api_with_low_order route in request router Creating api_with_high_order route in request router Creating api_with_low_order route in request router Creating api_with_high_order route in request router Rows: 3 Columns: 2 -- Column specification -------------------------------------------------------- Delimiter: "," chr (1): b dbl (1): a i Use `spec()` to retrieve the full column specification for this data. i Specify the column types or set `show_col_types = FALSE` to quiet this message. Rows: 3 Columns: 2 -- Column specification -------------------------------------------------------- Delimiter: "\t" chr (1): b dbl (1): a i Use `spec()` to retrieve the full column specification for this data. i Specify the column types or set `show_col_types = FALSE` to quiet this message. Rows: 1 Columns: 2 -- Column specification -------------------------------------------------------- Delimiter: "," chr (1): b dbl (1): a i Use `spec()` to retrieve the full column specification for this data. i Specify the column types or set `show_col_types = FALSE` to quiet this message. [ FAIL 0 | WARN 0 | SKIP 20 | PASS 366 ] ══ Skipped tests (20) ══════════════════════════════════════════════════════════ • On CRAN (20): 'test-Plumber2.R:13:3', 'test-annotation-request.R:363:3', 'test-api.R:103:3', 'test-api.R:184:3', 'test-parsers.R:16:3', 'test-parsers.R:64:3', 'test-serializers.R:16:3', 'test-serializers.R:64:3', 'test-serializers.R:193:3', 'test-spec_constructor.R:26:3', 'test-spec_constructor.R:59:3', 'test-spec_constructor.R:99:3', 'test-spec_constructor.R:156:3', 'test-spec_constructor.R:161:3', 'test-spec_constructor.R:320:3', 'test-spec_constructor.R:348:3', 'test-spec_constructor.R:373:3', 'test-spec_constructor.R:386:3', 'test-spec_constructor.R:438:3', 'test-spec_constructor.R:449:3' [ FAIL 0 | WARN 0 | SKIP 20 | PASS 366 ] Deleting unused snapshots: • annotation-request/async_svg > > proc.time() user system elapsed 8.00 0.98 10.87