Last updated on 2026-09-20 09:50:22 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.1 | 3.04 | 35.32 | 38.36 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.1.1 | 2.09 | 28.16 | 30.25 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.1 | 24.74 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 24.44 | NOTE | |||
| r-devel-windows-x86_64 | 1.1.1 | 4.00 | 61.00 | 65.00 | NOTE | |
| r-patched-linux-x86_64 | 1.1.1 | 3.08 | 31.05 | 34.13 | OK | |
| r-release-linux-x86_64 | 1.1.1 | 2.86 | 30.88 | 33.74 | OK | |
| r-release-macos-arm64 | 1.1.1 | 1.00 | 12.00 | 13.00 | OK | |
| r-release-macos-x86_64 | 1.1.1 | 2.00 | 35.00 | 37.00 | OK | |
| r-release-windows-x86_64 | 1.1.1 | 4.00 | 57.00 | 61.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.1 | 1.00 | 21.00 | 22.00 | OK | |
| r-oldrel-macos-x86_64 | 1.1.1 | 2.00 | 54.00 | 56.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.1 | 4.00 | 62.00 | 66.00 | OK |
Version: 1.1.1
Check: R code for possible problems
Result: NOTE
Found calls to structure() using deprecated special names:
cdnbcr/R/7_methods.R (.Names: 1)
'.Names' should be changed to 'names'.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64
Version: 1.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(cdnbcr)
>
> test_check("cdnbcr")
Saving _problems/test-cdnbcr_functions-29.R
Saving _problems/test-cdnbcr_functions-37.R
Saving _problems/test-cdnbcr_functions-46.R
Saving _problems/test-cdnbcr_functions-52.R
[ FAIL 4 | WARN 44 | SKIP 0 | PASS 68 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-cdnbcr_functions.R:24:3'): dcdnbcr works ─────────────────────
Expected `sum(...)` to equal 0.
Differences:
`actual`: NaN
`expected`: 0.0
── Failure ('test-cdnbcr_functions.R:32:3'): dcdnbcr works ─────────────────────
Expected `sum(...)` to equal 0.
Differences:
`actual`: NaN
`expected`: 0.0
── Failure ('test-cdnbcr_functions.R:41:3'): dcdnbcr works ─────────────────────
Expected `sum(...)` to equal 0.
Differences:
`actual`: NaN
`expected`: 0.0
── Failure ('test-cdnbcr_functions.R:52:3'): dcdnbcr works ─────────────────────
Expected `sum(is.nan(dcdnbcr(x, theta, phi, p, alpha, mu, sigma)))` to equal 4.
Differences:
`actual`: 6.0
`expected`: 4.0
[ FAIL 4 | WARN 44 | SKIP 0 | PASS 68 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc