R version 4.5.0 alpha (2025-03-19 r88007 ucrt) 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(cucumber) > > test_check("cucumber") [ FAIL 0 | WARN 0 | SKIP 21 | PASS 127 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • On CRAN (20): 'test-examples.R:27:5', 'test-examples.R:31:5', 'test-examples.R:35:5', 'test-examples.R:45:5', 'test-examples.R:49:5', 'test-examples.R:53:5', 'test-examples.R:57:5', 'test-examples.R:61:5', 'test-examples.R:66:5', 'test-examples.R:72:5', 'test-examples.R:76:5', 'test-examples.R:80:5', 'test-examples.R:89:9', 'test-examples.R:103:5', 'test-examples.R:107:5', 'test-examples.R:111:5', 'test-examples.R:120:5', 'test-examples.R:124:5', 'test-validate.R:3:5', 'test-validate.R:32:7' • testthat::is_checking() is TRUE (1): 'test-examples.R:115:5' [ FAIL 0 | WARN 0 | SKIP 21 | PASS 127 ] > > proc.time() user system elapsed 5.53 0.84 8.37