R version 4.4.0 alpha (2024-04-05 r86350 ucrt) 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(neonstore) > > > test_check("neonstore") [ FAIL 0 | WARN 0 | SKIP 21 | PASS 28 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • On CRAN (21): 'test-additional.R:10:3', 'test-additional.R:43:3', 'test-additional.R:62:3', 'test-additional.R:80:3', 'test-additional.R:124:3', 'test-api.R:15:3', 'test-api.R:28:3', 'test-api.R:44:3', 'test-api.R:75:3', 'test-cloud.R:6:3', 'test-cloud.R:30:3', 'test-cloud.R:75:5', 'test-cloud.R:97:3', 'test-db.R:41:3', 'test-db.R:74:3', 'test-eddy.R:5:3', 'test-index.R:6:3', 'test-index.R:22:3', 'test-read.R:36:3', 'test-read.R:52:3', 'test-utils.R:6:3' [ FAIL 0 | WARN 0 | SKIP 21 | PASS 28 ] > > proc.time() user system elapsed 1.78 0.43 2.11 Warning message: Connection is garbage-collected, use dbDisconnect() to avoid this.