R Under development (unstable) (2024-10-04 r87208 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. > # 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(pool) > > test_check("pool") You still have checked out objects. Use `poolReturn()` them to the pool so they can be destroyed. You still have checked out objects. Use `poolReturn()` them to the pool so they can be destroyed. Checked-out object deleted before being returned. Make sure to `poolReturn()` all objects retrieved with `poolCheckout().` [ FAIL 0 | WARN 0 | SKIP 20 | PASS 48 ] ══ Skipped tests (20) ══════════════════════════════════════════════════════════ • On CRAN (20): 'test-DBI-custom.R:4:3', 'test-DBI-wrap.R:6:3', 'test-dbplyr.R:15:3', 'test-dbplyr.R:44:3', 'test-dbplyr.R:88:4', 'test-dbplyr.R:97:3', 'test-pool.R:12:3', 'test-pool.R:22:3', 'test-pool.R:47:3', 'test-pool.R:105:3', 'test-pool.R:130:3', 'test-pool.R:137:3', 'test-pool.R:143:3', 'test-pool.R:153:3', 'test-pool.R:160:3', 'test-pool.R:178:3', 'test-pool.R:197:3', 'test-pool.R:214:3', 'test-pool.R:224:3', 'test-pool.R:234:3' [ FAIL 0 | WARN 0 | SKIP 20 | PASS 48 ] > > proc.time() user system elapsed 5.01 0.57 6.06