R Under development (unstable) (2025-11-15 r89024 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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\2025_11_16_16_20_16_27267\RtmporhEUU/shiny > test-background.R: v Shiny created in: D:\temp\2025_11_16_16_20_16_27267\Rtmp4SKeA0/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-background.R: v Shiny created in: D:\temp\2025_11_16_16_20_16_27267\Rtmp4SKeA0/shiny > test-appStatic.R: v Shiny created in: D:\temp\2025_11_16_16_20_16_27267\RtmporhEUU/shiny > test-appStatic.R: i Processing data > test-background.R: i Processing data > test-appStatic.R: ! No panels identified, generated shiny will be empty. > test-background.R: ! No panels identified, generated shiny will be empty. > test-appStatic.R: i Creating shiny from provided data > test-background.R: i Creating shiny from provided data > test-appStatic.R: v Shiny created in: D:\temp\2025_11_16_16_20_16_27267\RtmporhEUU/shiny > test-background.R: v Shiny created in: D:\temp\2025_11_16_16_20_16_27267\Rtmp4SKeA0/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-appStatic.R: v Shiny created in: D:\temp\2025_11_16_16_20_16_27267\RtmporhEUU/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\2025_11_16_16_20_16_27267\RtmporhEUU/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: `package_name` and `package_version` added to settings. > test-appStatic.R: v Shiny created in: D:\temp\2025_11_16_16_20_16_27267\RtmporhEUU/shiny > 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\2025_11_16_16_20_16_27267\RtmporhEUU/shiny [ FAIL 0 | WARN 0 | SKIP 6 | PASS 68 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-packagesSupported.R:2:3', 'test-appStatic.R:1:1', 'test-appStatic.R:37:1', 'test-appStatic.R:51:1', 'test-appStatic.R:71:3' • manual test (1): 'test-functions.R:3:3' [ FAIL 0 | WARN 0 | SKIP 6 | PASS 68 ] > > proc.time() user system elapsed 1.43 0.43 17.95