R Under development (unstable) (2026-02-08 r89382 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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(OmopViewer) > > test_check("OmopViewer") Starting 2 test processes. > test-appStatic.R: i Processing data > test-appStatic.R: ! No panels identified, generated shiny will be empty. > test-background.R: i Processing data > test-appStatic.R: i Creating `shiny` from provided data > test-background.R: ! No panels identified, generated shiny will be empty. > test-background.R: i Creating `shiny` from provided data > test-appStatic.R: v Shiny created in: D:\temp\2026_02_09_19_20_16_26005\Rtmpm8csSw/shiny > test-background.R: v Shiny created in: D:\temp\2026_02_09_19_20_16_26005\Rtmp0gSzcw/shiny > test-appStatic.R: i Processing data > test-appStatic.R: ! No panels identified, generated shiny will be empty. > test-appStatic.R: i Creating `shiny` from provided data > test-background.R: i Processing data > test-background.R: ! No panels identified, generated shiny will be empty. > test-background.R: i Creating `shiny` from provided data > test-appStatic.R: v Shiny created in: D:\temp\2026_02_09_19_20_16_26005\Rtmpm8csSw/shiny > test-appStatic.R: i Processing data > test-appStatic.R: ! No panels identified, generated shiny will be empty. > test-appStatic.R: i Creating `shiny` from provided data > test-background.R: v Shiny created in: D:\temp\2026_02_09_19_20_16_26005\Rtmp0gSzcw/shiny > test-background.R: i Processing data > test-background.R: ! No panels identified, generated shiny will be empty. > test-background.R: i Creating `shiny` from provided data > test-appStatic.R: v Shiny created in: D:\temp\2026_02_09_19_20_16_26005\Rtmpm8csSw/shiny > test-appStatic.R: i Processing data > test-appStatic.R: ! No panels identified, generated shiny will be empty. > test-appStatic.R: i Creating `shiny` from provided data > test-background.R: v Shiny created in: D:\temp\2026_02_09_19_20_16_26005\Rtmp0gSzcw/shiny > test-appStatic.R: v Shiny created in: D:\temp\2026_02_09_19_20_16_26005\Rtmpm8csSw/shiny > test-appStatic.R: trying URL 'https://www.ema.europa.eu/sites/default/files/styles/oe_bootstrap_theme_medium_no_crop/public/2024-07/DARWINEU_logo_LARGE.png?itok=NtwlLhSX' > test-appStatic.R: Content type 'image/png' length 52382 bytes (51 KB) > test-appStatic.R: =============== > test-appStatic.R: ================ > test-appStatic.R: =================== > test-appStatic.R: downloaded 51 KB > test-appStatic.R: > test-appStatic.R: i Processing data > test-appStatic.R: ! No panels identified, generated shiny will be empty. > test-appStatic.R: i Creating `shiny` from provided data > test-appStatic.R: v Shiny created in: D:\temp\2026_02_09_19_20_16_26005\Rtmpm8csSw/shiny > test-appStatic.R: i Processing data > test-appStatic.R: ! No panels identified, generated shiny will be empty. > test-appStatic.R: i Creating `shiny` from provided data > test-summary.R: `result_type`, `package_name`, and `package_version` added to settings. > test-appStatic.R: v Shiny created in: D:\temp\2026_02_09_19_20_16_26005\Rtmpm8csSw/shiny > test-summary.R: `package_name` and `package_version` added to settings. > test-appStatic.R: `package_name` and `package_version` added to settings. > test-appStatic.R: i Processing data > test-appStatic.R: v Data processed: 1 panel idenfied: `custom_result`. > test-appStatic.R: i Creating `shiny` from provided data > test-appStatic.R: v Shiny created in: D:\temp\2026_02_09_19_20_16_26005\Rtmpm8csSw/shiny [ FAIL 0 | WARN 0 | SKIP 6 | PASS 85 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-packagesSupported.R:2:3', 'test-appStatic.R:1:1', 'test-appStatic.R:46:1', 'test-appStatic.R:60:1', 'test-appStatic.R:80:3' • manual test (1): 'test-functions.R:3:3' [ FAIL 0 | WARN 0 | SKIP 6 | PASS 85 ] > > proc.time() user system elapsed 1.07 0.15 11.70