• using R version 4.6.0 (2026-04-24)
  • using platform: x86_64-apple-darwin20
  • R was compiled by     Apple clang version 14.0.0 (clang-1400.0.29.202)     GNU Fortran (GCC) 14.2.0
  • running under: macOS Ventura 13.3.1
  • using session charset: UTF-8 * current time: 2026-04-30 03:28:23 UTC
  • checking for file ‘shiny.telemetry/DESCRIPTION’ ... OK
  • checking extension type ... Package
  • this is package ‘shiny.telemetry’ version ‘0.3.2’
  • package encoding: UTF-8
  • checking package namespace information ... OK
  • checking package dependencies ... OK
  • checking if this is a source package ... OK
  • checking if there is a namespace ... OK
  • checking for executable files ... OK
  • checking for hidden files and directories ... OK
  • checking for portable file names ... OK
  • checking for sufficient/correct file permissions ... OK
  • checking whether package ‘shiny.telemetry’ can be installed ... [8s/13s] OK See the install log for details.
  • checking installed package size ... OK
  • checking package directory ... OK
  • checking ‘build’ directory ... OK
  • checking DESCRIPTION meta-information ... OK
  • checking top-level files ... OK
  • checking for left-over files ... OK
  • checking index information ... OK
  • checking package subdirectories ... OK
  • checking code files for non-ASCII characters ... OK
  • checking R files for syntax errors ... OK
  • checking whether the package can be loaded ... [1s/1s] OK
  • checking whether the package can be loaded with stated dependencies ... [1s/1s] OK
  • checking whether the package can be unloaded cleanly ... [1s/1s] OK
  • checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK
  • checking whether the namespace can be unloaded cleanly ... [1s/1s] OK
  • checking loading without being on the library search path ... [1s/1s] OK
  • checking dependencies in R code ... OK
  • checking S3 generic/method consistency ... OK
  • checking replacement functions ... OK
  • checking foreign function calls ... OK
  • checking R code for possible problems ... [3s/5s] OK
  • checking Rd files ... [0s/1s] OK
  • checking Rd metadata ... OK
  • checking Rd cross-references ... OK
  • checking for missing documentation entries ... OK
  • checking for code/documentation mismatches ... OK
  • checking Rd \usage sections ... OK
  • checking Rd contents ... OK
  • checking for unstated dependencies in examples ... OK
  • checking installed files from ‘inst/doc’ ... OK
  • checking files in ‘vignettes’ ... OK
  • checking examples ... [3s/5s] OK
  • checking for unstated dependencies in ‘tests’ ... OK
  • checking tests ... [7s/11s] ERROR   Running ‘testthat.R’ [6s/11s] Running the tests in ‘tests/testthat.R’ failed. Complete output:   > # 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(shiny.telemetry)   >   > test_check("shiny.telemetry")   Saving _problems/test-data_storage-logfile-3.R   Saving _problems/test-data_storage-sqlite-3.R   Ran 2/2 deferred expressions   [ FAIL 2 | WARN 0 | SKIP 34 | PASS 106 ]      ══ Skipped tests (34) ══════════════════════════════════════════════════════════   • On CRAN (34): 'test-data-storage-mariadb.R:3:1',     'test-data-storage-mariadb.R:3:1', 'test-data-storage-mariadb.R:3:1',     'test-data-storage-mariadb.R:3:1', 'test-data-storage-mariadb.R:3:1',     'test-data-storage-mariadb.R:3:1', 'test-data-storage-mongodb.R:3:1',     'test-data-storage-mongodb.R:3:1', 'test-data-storage-mongodb.R:3:1',     'test-data-storage-mongodb.R:3:1', 'test-data-storage-mongodb.R:3:1',     'test-data-storage-mongodb.R:3:1', 'test-data-storage-mssqlserver.R:3:1',     'test-data-storage-mssqlserver.R:3:1', 'test-data-storage-mssqlserver.R:3:1',     'test-data-storage-mssqlserver.R:3:1', 'test-data-storage-mssqlserver.R:3:1',     'test-data-storage-mssqlserver.R:3:1', 'test-data-storage-postgresql.R:3:1',     'test-data-storage-postgresql.R:3:1', 'test-data-storage-postgresql.R:3:1',     'test-data-storage-postgresql.R:3:1', 'test-data-storage-postgresql.R:3:1',     'test-data-storage-postgresql.R:3:1', 'test-data-storage-postgresql.R:8:1',     'test-data-storage-postgresql.R:8:1', 'test-data-storage-postgresql.R:8:1',     'test-data-storage-postgresql.R:8:1', 'test-data-storage-postgresql.R:8:1',     'test-data-storage-postgresql.R:8:1', 'test-data_storage-plumber.R:17:3',     'test-data_storage-plumber.R:83:3', 'test-data_storage-plumber.R:145:3',     'test-telemetry-integration-plumber.R:4:3'      ══ Failed tests ════════════════════════════════════════════════════════════════   ── Failure ('test-data_storage-logfile.R:3:1'): LogFile Can write to database via DataStorage ──   Expected `.` to equal 2.   Differences:     `actual`: 6.0   `expected`: 2.0      Backtrace:       ▆    1. ├─shiny.telemetry:::test_common_data_storage(data_storage, dashboard_name) at ./helper-data_storage.R:18:7    2. │ └─... %>% expect_equal(2) at ./helper-data_storage.R:182:3    3. └─testthat::expect_equal(., 2)   ── Failure ('test-data_storage-sqlite.R:3:1'): SQLite Can write to database via DataStorage ──   Expected `.` to equal 2.   Differences:     `actual`: 6.0   `expected`: 2.0      Backtrace:       ▆    1. ├─shiny.telemetry:::test_common_data_storage(data_storage, dashboard_name) at ./helper-data_storage.R:18:7    2. │ └─... %>% expect_equal(2) at ./helper-data_storage.R:182:3    3. └─testthat::expect_equal(., 2)      [ FAIL 2 | WARN 0 | SKIP 34 | PASS 106 ]   Error:   ! Test failures.   Warning message:   call dbDisconnect() when finished working with a connection   Execution halted
  • checking for unstated dependencies in vignettes ... OK
  • checking package vignettes ... OK
  • checking re-building of vignette outputs ... [15s/27s] OK
  • checking PDF version of manual ... [7s/10s] OK
  • DONE Status: 1 ERROR
  • using check arguments '--no-clean-on-error '