Last updated on 2024-11-04 04:49:44 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 4.86 | 393.08 | 397.94 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 3.78 | 232.42 | 236.20 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 698.00 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 648.95 | OK | |||
r-devel-windows-x86_64 | 0.1.0 | 7.00 | 248.00 | 255.00 | ERROR | |
r-patched-linux-x86_64 | 0.1.0 | 5.40 | 381.33 | 386.73 | OK | |
r-release-linux-x86_64 | 0.1.0 | 4.46 | 387.57 | 392.03 | OK | |
r-release-macos-arm64 | 0.1.0 | 150.00 | OK | |||
r-release-macos-x86_64 | 0.1.0 | 320.00 | OK | |||
r-release-windows-x86_64 | 0.1.0 | 7.00 | 319.00 | 326.00 | OK | |
r-oldrel-macos-arm64 | 0.1.0 | 149.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.0 | 301.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.0 | 9.00 | 428.00 | 437.00 | OK |
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [192s/220s]
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 11 | PASS 89 ]
══ Skipped tests (11) ══════════════════════════════════════════════════════════
• On CRAN (9): 'test-background.R:18:3', 'test-background.R:31:3',
'test-appStatic.R:29:3', 'test-appStatic.R:36:3', 'test-appStatic.R:52:3',
'test-appStatic.R:97:3', 'test-summary.R:9:3',
'test-packagesSupported.R:214:3', 'test-packagesSupported.R:257:3'
• Sys.getenv("CDM5_POSTGRESQL_DBNAME") == "" is TRUE (1):
'test-packagesSupported.R:274:3'
• Sys.getenv("EUNOMIA_DATA_FOLDER") == "" is TRUE (1):
'test-packagesSupported.R:65:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-packagesSupported.R:17:3'): IncidencePrevalence shiny ──────────
<dplyr:::mutate_error/rlang_error/error/condition>
Error in `dplyr::mutate(., person_years = round(.data$person_days/365.25,
3))`: i In argument: `person_years = round(.data$person_days/365.25, 3)`.
Caused by error in `.data$person_days`:
! Column `person_days` not found in `.data`.
[ FAIL 1 | WARN 0 | SKIP 11 | PASS 89 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.0
Check: tests
Result: ERROR
Running 'testthat.R' [178s]
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 11 | PASS 89 ]
══ Skipped tests (11) ══════════════════════════════════════════════════════════
• On CRAN (9): 'test-background.R:18:3', 'test-background.R:31:3',
'test-appStatic.R:29:3', 'test-appStatic.R:36:3', 'test-appStatic.R:52:3',
'test-appStatic.R:97:3', 'test-summary.R:9:3',
'test-packagesSupported.R:214:3', 'test-packagesSupported.R:257:3'
• Sys.getenv("CDM5_POSTGRESQL_DBNAME") == "" is TRUE (1):
'test-packagesSupported.R:274:3'
• Sys.getenv("EUNOMIA_DATA_FOLDER") == "" is TRUE (1):
'test-packagesSupported.R:65:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-packagesSupported.R:17:3'): IncidencePrevalence shiny ──────────
<dplyr:::mutate_error/rlang_error/error/condition>
Error in `dplyr::mutate(., person_years = round(.data$person_days/365.25,
3))`: i In argument: `person_years = round(.data$person_days/365.25, 3)`.
Caused by error in `.data$person_days`:
! Column `person_days` not found in `.data`.
[ FAIL 1 | WARN 0 | SKIP 11 | PASS 89 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64