Last updated on 2025-10-31 00:51:10 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.0 | 5.38 | 109.24 | 114.62 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.4.0 | 3.68 | 72.70 | 76.38 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.4.0 | 34.00 | 157.89 | 191.89 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.4.0 | 34.00 | 170.45 | 204.45 | OK | |
| r-devel-windows-x86_64 | 0.4.0 | 8.00 | 99.00 | 107.00 | ERROR | |
| r-patched-linux-x86_64 | 0.4.0 | 5.13 | 102.72 | 107.85 | OK | |
| r-release-linux-x86_64 | 0.4.0 | 4.83 | 103.23 | 108.06 | OK | |
| r-release-macos-arm64 | 0.4.0 | 3.00 | 39.00 | 42.00 | OK | |
| r-release-macos-x86_64 | 0.4.0 | 5.00 | 80.00 | 85.00 | OK | |
| r-release-windows-x86_64 | 0.4.0 | 8.00 | 102.00 | 110.00 | OK | |
| r-oldrel-macos-arm64 | 0.4.0 | 2.00 | 47.00 | 49.00 | OK | |
| r-oldrel-macos-x86_64 | 0.4.0 | 5.00 | 96.00 | 101.00 | OK | |
| r-oldrel-windows-x86_64 | 0.4.0 | 11.00 | 131.00 | 142.00 | OK | 
Version: 0.4.0
Check: tests
Result: ERROR
    Running 'testthat.R' [17s]
  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/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
    [ FAIL 1 | WARN 0 | SKIP 6 | PASS 68 ]
    
    ══ Skipped tests (6) ═══════════════════════════════════════════════════════════
    • On CRAN (5): 'test-packagesSupported.R:2:3', 'test-appStatic.R:33:3',
      'test-appStatic.R:45:3', 'test-appStatic.R:64:3', 'test-appStatic.R:71:3'
    • manual test (1): 'test-functions.R:3:3'
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Failure ('test-appStatic.R:5:3'): logo ──────────────────────────────────────
    Expected `exportStaticApp(...)` to run without any errors.
    i Actually got a <purrr_error_indexed> with text:
      i In index: 1.
    
    [ FAIL 1 | WARN 0 | SKIP 6 | PASS 68 ]
    Error: Test failures
    Execution halted
Flavor: r-devel-windows-x86_64