Last updated on 2026-09-27 09:51:11 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.5.1 | 13.73 | 371.00 | 384.73 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.5.1 | 9.86 | 274.38 | 284.24 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.5.1 | 10.00 | 242.01 | 252.01 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.5.1 | 9.00 | 249.60 | 258.60 | OK | |
| r-devel-windows-x86_64 | 1.5.1 | 18.00 | 422.00 | 440.00 | OK | |
| r-patched-linux-x86_64 | 1.5.1 | 14.17 | 355.54 | 369.71 | OK | |
| r-release-linux-x86_64 | 1.5.1 | 11.93 | 358.11 | 370.04 | OK | |
| r-release-macos-arm64 | 1.5.1 | 3.00 | 97.00 | 100.00 | OK | |
| r-release-macos-x86_64 | 1.5.1 | 10.00 | 272.00 | 282.00 | OK | |
| r-release-windows-x86_64 | 1.5.1 | 16.00 | 405.00 | 421.00 | OK | |
| r-oldrel-macos-arm64 | 1.5.1 | 3.00 | 96.00 | 99.00 | OK | |
| r-oldrel-macos-x86_64 | 1.5.1 | 9.00 | 327.00 | 336.00 | OK | |
| r-oldrel-windows-x86_64 | 1.5.1 | 22.00 | 597.00 | 619.00 | OK |
Version: 1.5.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [203s/262s]
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
>
> library(testthat)
> library(RESI)
>
> test_check("RESI")
Loading required package: carData
Loading required namespace: survival
Loading required namespace: pscl
Loading required namespace: gee
Beginning Cgee S-function, @(#) geeformula.q 4.13 98/01/27
running glm to get initial regression estimate
(Intercept) diagnosesevere drugstandard time
-0.08759224 -1.31391092 0.05960381 1.49985707
drugstandard:time
-1.01744498
Beginning Cgee S-function, @(#) geeformula.q 4.13 98/01/27
running glm to get initial regression estimate
(Intercept)
0.0902573
Loading required namespace: geepack
Loading required namespace: glmtoolbox
Loading required namespace: lme4
boundary (singular) fit: see help('isSingular')
Beginning Cgee S-function, @(#) geeformula.q 4.13 98/01/27
running glm to get initial regression estimate
(Intercept) diagnosesevere drugstandard time
-0.08759224 -1.31391092 0.05960381 1.49985707
drugstandard:time
-1.01744498
Loading required namespace: glmmTMB
Updating model fit failed. Try running with providing data argument
Updating model fit failed. Try running with providing data argument
Saving _problems/test-resi-300.R
[ FAIL 1 | WARN 258 | SKIP 0 | PASS 183 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-resi.R:300:3'): RESI estimates are in between the confidence limits ──
Expected `... & ...` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 258 | SKIP 0 | PASS 183 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc