Last updated on 2025-03-06 01:51:09 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 9.30 | 147.51 | 156.81 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 7.17 | 101.47 | 108.64 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 269.05 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 272.90 | OK | |||
r-devel-macos-arm64 | 0.1.1 | 70.00 | OK | |||
r-devel-macos-x86_64 | 0.1.1 | 158.00 | OK | |||
r-devel-windows-x86_64 | 0.1.0 | 10.00 | 182.00 | 192.00 | ERROR | |
r-patched-linux-x86_64 | 0.1.1 | OK | ||||
r-release-linux-x86_64 | 0.1.1 | 8.83 | 140.33 | 149.16 | OK | |
r-release-macos-arm64 | 0.1.1 | 74.00 | OK | |||
r-release-macos-x86_64 | 0.1.1 | 155.00 | OK | |||
r-release-windows-x86_64 | 0.1.1 | 9.00 | 171.00 | 180.00 | OK | |
r-oldrel-macos-arm64 | 0.1.1 | 64.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.1 | 152.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.1 | 13.00 | 203.00 | 216.00 | OK |
Version: 0.1.0
Check: tests
Result: ERROR
Running 'testthat.R' [97s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> ## load dependencies
> library(testthat)
>
> ## test package
> test_check('GPCsign')
Loading required package: GPCsign
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 9 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-GPCmodel.R:32:5'): Check GPC coef.m and coef.cov ─────────────
... && ... is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure ('test-GPCmodel.R:43:3'): Check GPC logLik ──────────────────────────
max(abs((model@logLik - logLik)/logLik)) < precision is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure ('test-GPCmodel.R:32:5'): Check GPC coef.m and coef.cov ─────────────
... && ... is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure ('test-GPCmodel.R:43:3'): Check GPC logLik ──────────────────────────
max(abs((model@logLik - logLik)/logLik)) < precision is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure ('test-GPCmodel.R:39:3'): Check GPC Z_obs ───────────────────────────
max(abs((model@Z_obs - Z_obs)/Z_obs)) < precision is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure ('test-GPCmodel.R:219:1'): Check GPC coef.m and coef.cov ────────────
(abs((m8@coef.m - coef.m)) < 1e-04) && ... is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 9 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64