CRAN Package Check Results for Maintainer ‘André Veríssimo <opensource+andre at appsilon.com>’

Last updated on 2024-06-13 05:59:48 CEST.

Package ERROR OK
shiny.telemetry 2 11

Package shiny.telemetry

Current CRAN status: ERROR: 2, OK: 11

Version: 0.2.0
Check: package dependencies
Result: ERROR Packages required but not available: 'dplyr', 'httr2', 'lubridate', 'odbc', 'purrr', 'RSQLite', 'tidyr' Packages suggested but not available for checking: 'plotly', 'RMariaDB', 'semantic.dashboard', 'shiny.semantic', 'testthat' See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/5s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: 3. └─testthat::expect_equal(., 2) ── Failure ('test-data_storage-sqlite.R:3:1'): SQLite Can write to database via DataStorage ── `.` (`actual`) not equal to 2 (`expected`). `actual`: 6 `expected`: 2 Backtrace: ▆ 1. ├─shiny.telemetry:::test_common_data_storage(data_storage, dashboard_name) at tests/testthat/helper-data_storage.R:18:7 2. │ └─... %>% expect_equal(2) at tests/testthat/helper-data_storage.R:154:3 3. └─testthat::expect_equal(., 2) [ FAIL 2 | WARN 0 | SKIP 16 | PASS 85 ] Error: Test failures Execution halted Flavor: r-release-macos-x86_64