CRAN Package Check Results for Package shiny.telemetry

Last updated on 2026-05-03 10:49:48 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.2 9.58 68.51 78.09 OK
r-devel-linux-x86_64-debian-gcc 0.3.2 7.80 47.57 55.37 OK
r-devel-linux-x86_64-fedora-clang 0.3.2 19.00 102.74 121.74 OK
r-devel-linux-x86_64-fedora-gcc 0.3.2 19.00 109.23 128.23 OK
r-devel-windows-x86_64 0.3.2 18.00 96.00 114.00 OK
r-patched-linux-x86_64 0.3.2 7.28 60.48 67.76 OK
r-release-linux-x86_64 0.3.2 12.39 61.73 74.12 OK
r-release-macos-arm64 0.3.2 3.00 24.00 27.00 OK
r-release-macos-x86_64 0.3.2 8.00 102.00 110.00 ERROR
r-release-windows-x86_64 0.3.2 15.00 84.00 99.00 OK
r-oldrel-macos-arm64 0.3.2 OK
r-oldrel-macos-x86_64 0.3.2 7.00 78.00 85.00 OK
r-oldrel-windows-x86_64 0.3.2 20.00 99.00 119.00 OK

Check Details

Version: 0.3.2
Check: tests
Result: 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 Flavor: r-release-macos-x86_64