R Under development (unstable) (2025-06-19 r88329 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(paddleR) > > test_check("paddleR") [ FAIL 0 | WARN 0 | SKIP 52 | PASS 0 ] ══ Skipped tests (52) ══════════════════════════════════════════════════════════ • On CRAN (52): 'test-customers.R:4:3', 'test-customers.R:15:3', 'test-customers.R:25:3', 'test-customers.R:35:3', 'test-customers.R:48:3', 'test-customers.R:61:3', 'test-customers.R:67:3', 'test-customers.R:74:3', 'test-customers.R:80:3', 'test-customers.R:86:3', 'test-customers.R:99:3', 'test-customers.R:119:3', 'test-customers.R:141:3', 'test-customers.R:167:3', 'test-customers.R:186:3', 'test-customers.R:213:3', 'test-discounts.R:2:3', 'test-discounts.R:22:3', 'test-discounts.R:43:3', 'test-events.R:2:3', 'test-events.R:11:3', 'test-prices.R:2:3', 'test-prices.R:19:3', 'test-prices.R:40:3', 'test-prices.R:73:3', 'test-prices.R:84:3', 'test-prices.R:94:3', 'test-prices.R:103:3', 'test-products.R:4:3', 'test-products.R:20:3', 'test-products.R:35:3', 'test-products.R:44:3', 'test-products.R:53:3', 'test-products.R:60:3', 'test-products.R:73:3', 'test-products.R:79:3', 'test-subscriptions.R:2:3', 'test-subscriptions.R:12:3', 'test-subscriptions.R:24:3', 'test-subscriptions.R:50:3', 'test-subscriptions.R:66:3', 'test-subscriptions.R:92:3', 'test-subscriptions.R:107:3', 'test-subscriptions.R:118:3', 'test-subscriptions.R:166:3', 'test-subscriptions.R:175:3', 'test-subscriptions.R:187:3', 'test-subscriptions.R:201:3', 'test-transactions.R:2:3', 'test-transactions.R:21:3', 'test-transactions.R:69:3', 'test-transactions.R:103:3' [ FAIL 0 | WARN 0 | SKIP 52 | PASS 0 ] > > proc.time() user system elapsed 1.34 0.15 1.48