R Under development (unstable) (2024-01-07 r85787 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. > library(testthat) > library(opalr) Loading required package: httr > > test_check("opalr") [ FAIL 0 | WARN 0 | SKIP 18 | PASS 22 ] ══ Skipped tests (18) ══════════════════════════════════════════════════════════ • On CRAN (18): 'test-dsprofile.R:2:3', 'test-dsprofile.R:28:3', 'test-permissions.R:2:3', 'test-permissions.R:29:3', 'test-permissions.R:55:3', 'test-project.R:2:3', 'test-project.R:32:3', 'test-sql.R:2:3', 'test-sql.R:40:3', 'test-sql.R:78:3', 'test-table.R:2:3', 'test-table.R:26:3', 'test-table.R:54:3', 'test-table.R:80:3', 'test-token.R:2:3', 'test-token.R:43:3', 'test-token.R:87:3', 'test-users.R:2:3' [ FAIL 0 | WARN 0 | SKIP 18 | PASS 22 ] > > proc.time() user system elapsed 1.50 0.25 1.75