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) > library(dsTidyverse) > test_check("dsTidyverse") Loading required package: DSI Loading required package: progress Loading required package: R6 Loading required package: DSLite 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: dsBase Loading required package: dsBaseClient Logging into the collaborating servers Loading required package: dsBase Loading required package: dsBaseClient Logging into the collaborating servers Loading required package: dsBase Loading required package: dsBaseClient Logging into the collaborating servers New names: * `mpg` -> `mpg...1` * `cyl` -> `cyl...2` * `disp` -> `disp...3` * `hp` -> `hp...4` * `drat` -> `drat...5` * `wt` -> `wt...6` * `qsec` -> `qsec...7` * `vs` -> `vs...8` * `am` -> `am...9` * `gear` -> `gear...10` * `carb` -> `carb...11` * `mpg` -> `mpg...12` * `cyl` -> `cyl...13` * `disp` -> `disp...14` * `hp` -> `hp...15` * `drat` -> `drat...16` * `wt` -> `wt...17` * `qsec` -> `qsec...18` * `vs` -> `vs...19` * `am` -> `am...20` * `gear` -> `gear...21` * `carb` -> `carb...22` New names: * `mpg` -> `mpg...1` * `cyl` -> `cyl...2` * `disp` -> `disp...3` * `hp` -> `hp...4` * `drat` -> `drat...5` * `wt` -> `wt...6` * `qsec` -> `qsec...7` * `vs` -> `vs...8` * `am` -> `am...9` * `gear` -> `gear...10` * `carb` -> `carb...11` * `mpg` -> `mpg...12` * `cyl` -> `cyl...13` * `disp` -> `disp...14` * `hp` -> `hp...15` * `drat` -> `drat...16` * `wt` -> `wt...17` * `qsec` -> `qsec...18` * `vs` -> `vs...19` * `am` -> `am...20` * `gear` -> `gear...21` * `carb` -> `carb...22` New names: * `mpg` -> `mpg...1` * `cyl` -> `cyl...2` * `disp` -> `disp...3` * `hp` -> `hp...4` * `drat` -> `drat...5` * `wt` -> `wt...6` * `qsec` -> `qsec...7` * `vs` -> `vs...8` * `am` -> `am...9` * `gear` -> `gear...10` * `carb` -> `carb...11` * `mpg` -> `mpg...12` * `cyl` -> `cyl...13` * `disp` -> `disp...14` * `hp` -> `hp...15` * `drat` -> `drat...16` * `wt` -> `wt...17` * `qsec` -> `qsec...18` * `vs` -> `vs...19` * `am` -> `am...20` * `gear` -> `gear...21` * `carb` -> `carb...22` Loading required package: dsBase Loading required package: dsBaseClient Loading required package: purrr Attaching package: 'purrr' The following object is masked from 'package:testthat': is_null Logging into the collaborating servers Loading required package: dsBase Loading required package: dsBaseClient Logging into the collaborating servers Loading required package: dsBase Loading required package: dsBaseClient Logging into the collaborating servers Loading required package: dsBase Loading required package: dsBaseClient Logging into the collaborating servers Loading required package: dsBase Loading required package: dsBaseClient Logging into the collaborating servers Logging into the collaborating servers Loading required package: dsBase Loading required package: dsBaseClient Logging into the collaborating servers Loading required package: dsBase Loading required package: dsBaseClient Logging into the collaborating servers Loading required package: dsBase Loading required package: dsBaseClient Logging into the collaborating servers Loading required package: dsBase Loading required package: dsBaseClient Logging into the collaborating servers Loading required package: dsBase Loading required package: dsBaseClient Logging into the collaborating servers Loading required package: dsBase Loading required package: dsBaseClient Logging into the collaborating servers Loading required package: dsBase Loading required package: dsBaseClient Logging into the collaborating servers [ FAIL 0 | WARN 30 | SKIP 23 | PASS 150 ] ══ Skipped tests (23) ══════════════════════════════════════════════════════════ • On CRAN (6): 'test-utils.R:284:3', 'test-utils.R:303:3', 'test-utils.R:316:3', 'test-utils.R:328:3', 'test-utils.R:336:3', 'test-utils.R:344:3' • dsBaseClient cannot be loaded (17): 'test-arrangeDS.R:111:3', 'test-arrangeDS.R:127:3', 'test-asTibbleDS.R:182:3', 'test-bindColsDS.R:92:3', 'test-bind_rowsDS.R:53:3', 'test-case_whenDS.R:100:3', 'test-distinctDS.R:92:3', 'test-filterDS.R:93:3', 'test-groupByDS.R:91:3', 'test-groupByDS.R:143:3', 'test-groupKeys.R:41:3', 'test-groupKeys.R:57:3', 'test-if_elseDS.R:74:3', 'test-mutateDS.R:62:3', 'test-renameDS.R:42:3', 'test-selectDS.R:44:3', 'test-sliceDS.R:73:3' [ FAIL 0 | WARN 30 | SKIP 23 | PASS 150 ] > > proc.time() user system elapsed 11.10 3.06 14.17