Last updated on 2026-02-11 18:50:45 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.1 | OK | ||||
| r-devel-linux-x86_64-debian-gcc | 0.4.1 | 10.51 | 166.65 | 177.16 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.4.1 | 29.00 | 410.36 | 439.36 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.4.1 | 27.00 | 539.99 | 566.99 | OK | |
| r-devel-macos-arm64 | 0.4.1 | 4.00 | 119.00 | 123.00 | ERROR | |
| r-devel-windows-x86_64 | 0.4.1 | 28.00 | 348.00 | 376.00 | OK | |
| r-patched-linux-x86_64 | 0.4.1 | 14.87 | 245.43 | 260.30 | OK | |
| r-release-linux-x86_64 | 0.4.1 | 15.95 | 251.38 | 267.33 | OK | |
| r-release-macos-arm64 | 0.4.1 | OK | ||||
| r-release-macos-x86_64 | 0.4.1 | 11.00 | 657.00 | 668.00 | OK | |
| r-release-windows-x86_64 | 0.4.1 | 34.00 | 344.00 | 378.00 | OK | |
| r-oldrel-macos-arm64 | 0.4.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.4.1 | 13.00 | 515.00 | 528.00 | OK | |
| r-oldrel-windows-x86_64 | 0.4.1 | 34.00 | 456.00 | 490.00 | OK |
Version: 0.4.1
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [57s/57s]
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/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> # nolint start
> library(testthat)
> library(epiparameter)
> # nolint end
>
> test_check("epiparameter")
Citation cannot be created as author, year, journal or title is missing
Saving _problems/test-extract_param-266.R
Returning 4 results that match the criteria (4 are parameterised).
Use subset to filter by entry variables or single_epiparameter to return a single entry.
To retrieve the citation for each use the 'get_citation' function
Returning 3 results that match the criteria (3 are parameterised).
Use subset to filter by entry variables or single_epiparameter to return a single entry.
To retrieve the citation for each use the 'get_citation' function
[ FAIL 1 | WARN 18 | SKIP 30 | PASS 523 ]
══ Skipped tests (30) ══════════════════════════════════════════════════════════
• On CRAN (23): 'test-convert_params.R:13:1', 'test-convert_params.R:53:1',
'test-convert_params.R:114:1', 'test-convert_params.R:144:1',
'test-epiparameter.R:176:1', 'test-epiparameter.R:197:1',
'test-epiparameter.R:219:1', 'test-extract_param.R:294:3',
'test-extract_param.R:363:3', 'test-parameter_tbl.R:4:1',
'test-parameter_tbl.R:16:1', 'test-parameter_tbl.R:31:1',
'test-parameter_tbl.R:46:1', 'test-parameter_tbl.R:61:1',
'test-parameter_tbl.R:76:1', 'test-parameter_tbl.R:92:1',
'test-parameter_tbl.R:105:1', 'test-parameter_tbl.R:118:1',
'test-plot.R:1:1', 'test-print.R:4:1', 'test-print.R:9:1',
'test-print.R:16:1', 'test-print.R:27:1'
• {epireview} is not installed (7): 'test-coercion.R:13:3',
'test-coercion.R:39:3', 'test-coercion.R:63:3', 'test-coercion.R:88:3',
'test-coercion.R:114:3', 'test-coercion.R:140:3', 'test-coercion.R:169:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-extract_param.R:256:3'): .extract_param works for lnorm percentiles ──
Expected `lnorm_params` to equal `list(...)`.
Differences:
`actual$convergence`: 52.0
`expected$convergence`: 0.0
`actual$message`: "ERROR: ABNORMAL_TERMINATION_IN_LNSRCH"
`expected$message`: "CONVERGENCE: NORM OF PROJECTED GRADIENT <= PGTOL"
[ FAIL 1 | WARN 18 | SKIP 30 | PASS 523 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-macos-arm64