Last updated on 2025-06-07 18:50:01 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.3 | 2.06 | 49.25 | 51.31 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.3 | 1.68 | 35.17 | 36.85 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.3 | 76.47 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.3 | 75.94 | OK | |||
r-devel-windows-x86_64 | 0.1.3 | 4.00 | 77.00 | 81.00 | OK | |
r-patched-linux-x86_64 | 0.1.3 | 2.27 | 46.33 | 48.60 | OK | |
r-release-linux-x86_64 | 0.1.3 | 2.01 | 45.47 | 47.48 | OK | |
r-release-macos-arm64 | 0.1.3 | 31.00 | OK | |||
r-release-macos-x86_64 | 0.1.3 | 82.00 | OK | |||
r-release-windows-x86_64 | 0.1.3 | 3.00 | 74.00 | 77.00 | ERROR | |
r-oldrel-macos-arm64 | 0.1.3 | 25.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.3 | 46.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.3 | 4.00 | 89.00 | 93.00 | OK |
Version: 0.1.3
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Yiqi Tang <ytang22@ncsu.edu>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Yiqi",
family = "Tang",
role = c("aut", "cre"),
email = "ytang22@ncsu.edu"),
person(given = "Ryan",
family = "Martin",
role = "aut"))
as necessary.
The Description field contains
(2019) <arXiv:1903.00961>.
Please refer to arXiv e-prints via their arXiv DOI <doi:10.48550/arXiv.YYMM.NNNNN>.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.3
Check: tests
Result: ERROR
Running 'testthat.R' [20s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(ebreg)
Loading required package: lars
Loaded lars 1.3
>
> test_check("ebreg")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 9 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_ebproject.R:81:3'): the right things are NULL when prior is TRUE ──
Error in `chol.default(V)`: the leading minor of order 2 is not positive
Backtrace:
▆
1. └─ebreg::ebreg(...) at test_ebproject.R:81:3
2. └─ebreg:::get.lm.stuff(S.new, y, X)
3. ├─base::chol(V)
4. └─base::chol.default(V)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 9 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64