Last updated on 2025-04-29 08:52:09 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.0 | 8.02 | 314.62 | 322.64 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.3.0 | 5.95 | 230.88 | 236.83 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.3.0 | 506.06 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.0 | 516.20 | OK | |||
r-devel-windows-x86_64 | 1.3.0 | 10.00 | 351.00 | 361.00 | OK | |
r-patched-linux-x86_64 | 1.3.0 | 8.19 | 320.18 | 328.37 | OK | |
r-release-linux-x86_64 | 1.3.0 | 7.59 | 310.13 | 317.72 | OK | |
r-release-macos-arm64 | 1.3.0 | 159.00 | OK | |||
r-release-macos-x86_64 | 1.3.0 | 241.00 | OK | |||
r-release-windows-x86_64 | 1.3.0 | 10.00 | 358.00 | 368.00 | OK | |
r-oldrel-macos-arm64 | 1.3.0 | 174.00 | OK | |||
r-oldrel-macos-x86_64 | 1.3.0 | 221.00 | OK | |||
r-oldrel-windows-x86_64 | 1.3.0 | 13.00 | 482.00 | 495.00 | ERROR |
Version: 1.3.0
Check: examples
Result: NOTE
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
resi 4.972 0.116 6.094
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.3.0
Check: tests
Result: ERROR
Running 'testthat.R' [357s]
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: splines
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: 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
Updating model fit failed. Try running with providing data argument
Updating model fit failed. Try running with providing data argument
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 80 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-resi.R:242:3'): RESI estimates are in between the confidence limits ──
... & ... is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 80 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64