R Under development (unstable) (2024-10-10 r87224 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > > test_check("dsTidyverseClient") Loading required package: dsTidyverseClient Loading required package: DSLite Loading required package: DSI Loading required package: progress Loading required package: R6 Loading required package: rly Loading required package: dplyr Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Loading required package: dsTidyverse Loading required package: dsBaseClient Logging into the collaborating servers Loading required package: dsBaseClient Logging into the collaborating servers Loading required package: dsBaseClient Logging into the collaborating servers Loading required package: dsBaseClient Logging into the collaborating servers Loading required package: dsBaseClient Logging into the collaborating servers Loading required package: dsBaseClient Logging into the collaborating servers Loading required package: dsBaseClient Logging into the collaborating servers Loading required package: dsBaseClient Logging into the collaborating servers Logging into the collaborating servers Loading required package: dsBaseClient Logging into the collaborating servers Loading required package: dsBaseClient Logging into the collaborating servers Loading required package: dsBaseClient Logging into the collaborating servers Loading required package: dsBaseClient Logging into the collaborating servers Loading required package: dsBaseClient Logging into the collaborating servers Loading required package: dsBaseClient Logging into the collaborating servers Loading required package: dsBaseClient Logging into the collaborating servers [ FAIL 0 | WARN 15 | SKIP 57 | PASS 26 ] ══ Skipped tests (57) ══════════════════════════════════════════════════════════ • dsBaseClient cannot be loaded (57): 'test-arrange.R:12:3', 'test-arrange.R:27:3', 'test-arrange.R:43:3', 'test-arrange.R:55:3', 'test-as_tibble.R:27:3', 'test-as_tibble.R:51:3', 'test-as_tibble.R:115:3', 'test-as_tibble.R:164:3', 'test-bind-cols.R:12:3', 'test-bind-cols.R:40:3', 'test-bind-rows.R:12:3', 'test-bind-rows.R:37:3', 'test-case-when.R:13:3', 'test-case-when.R:44:3', 'test-case-when.R:76:3', 'test-case-when.R:108:3', 'test-distinct.R:12:3', 'test-distinct.R:32:3', 'test-distinct.R:51:3', 'test-distinct.R:90:3', 'test-filter.R:12:3', 'test-filter.R:38:3', 'test-filter.R:60:3', 'test-group-by.R:24:3', 'test-group-by.R:47:3', 'test-group-keys.R:24:3', 'test-group-keys.R:34:3', 'test-if-else.R:13:3', 'test-if-else.R:42:3', 'test-if-else.R:71:3', 'test-mutate.R:13:3', 'test-mutate.R:35:3', 'test-mutate.R:57:3', 'test-mutate.R:75:3', 'test-mutate.R:93:3', 'test-rename.R:13:3', 'test-rename.R:25:3', 'test-rename.R:40:3', 'test-select.R:13:3', 'test-select.R:25:3', 'test-select.R:40:3', 'test-select.R:55:3', 'test-select.R:70:3', 'test-select.R:85:3', 'test-select.R:100:3', 'test-select.R:115:3', 'test-select.R:130:3', 'test-select.R:145:3', 'test-select.R:160:3', 'test-select.R:175:3', 'test-select.R:190:3', 'test-select.R:205:3', 'test-select.R:220:3', 'test-select.R:235:3', 'test-slice.R:18:3', 'test-slice.R:38:3', 'test-slice.R:55:3' [ FAIL 0 | WARN 15 | SKIP 57 | PASS 26 ] > > proc.time() user system elapsed 6.56 2.81 9.39