Last updated on 2025-07-11 00:49:47 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.0 | 3.37 | 56.13 | 59.50 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.5.0 | 2.84 | 68.08 | 70.92 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.5.0 | 163.14 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.0 | 179.48 | OK | |||
r-devel-windows-x86_64 | 0.4.0 | 5.00 | 77.00 | 82.00 | OK | |
r-patched-linux-x86_64 | 0.5.0 | 3.87 | 90.24 | 94.11 | OK | |
r-release-linux-x86_64 | 0.4.0 | 3.63 | 52.72 | 56.35 | OK | |
r-release-macos-arm64 | 0.4.0 | 63.00 | OK | |||
r-release-macos-x86_64 | 0.5.0 | 106.00 | OK | |||
r-release-windows-x86_64 | 0.5.0 | 9.00 | 124.00 | 133.00 | OK | |
r-oldrel-macos-arm64 | 0.4.0 | 42.00 | OK | |||
r-oldrel-macos-x86_64 | 0.5.0 | 117.00 | ERROR | |||
r-oldrel-windows-x86_64 | 0.5.0 | 7.00 | 150.00 | 157.00 | ERROR |
Version: 0.5.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Note: possible error in 'findInterval(null, ti, ': unused arguments (checkSorted = FALSE, checkNA = FALSE)
See ‘/Volumes/Builds/packages/big-sur-x86_64/results/4.4/fwb.Rcheck/00install.out’ for details.
Information on the location(s) of code generating the ‘Note’s can be
obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
to ‘yes’.
Flavor: r-oldrel-macos-x86_64
Version: 0.5.0
Check: R code for possible problems
Result: NOTE
norm_inter_invert: possible error in findInterval(null, ti, checkSorted
= FALSE, checkNA = FALSE): unused arguments (checkSorted = FALSE,
checkNA = FALSE)
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.5.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [26s/33s]
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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(fwb)
>
> test_check("fwb")
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 117 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• On CRAN (2): 'test-fwb.R:77:3', 'test-fwb.R:139:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-p-values.R:24:3'): p-values correctly invert CIs ───────────────
Error in `findInterval(null, ti, checkSorted = FALSE, checkNA = FALSE)`: unused arguments (checkSorted = FALSE, checkNA = FALSE)
Backtrace:
▆
1. └─fwb:::check_p_value_okay(...) at test-p-values.R:24:3
2. ├─base::suppressWarnings(...) at tests/testthat/helpers.R:101:5
3. │ └─base::withCallingHandlers(...)
4. ├─base::summary(...) at tests/testthat/helpers.R:102:7
5. └─fwb:::summary.fwb(...)
6. └─fwb:::invert_ci(...)
7. └─base::apply(...)
8. └─fwb (local) FUN(newX[, i], ...)
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 117 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-x86_64
Version: 0.5.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Note: possible error in 'findInterval(null, ti, ': unused arguments (checkSorted = FALSE, checkNA = FALSE)
See 'd:/Rcompile/CRANpkg/local/4.4/fwb.Rcheck/00install.out' for details.
Information on the location(s) of code generating the 'Note's can be
obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
to 'yes'.
Flavor: r-oldrel-windows-x86_64
Version: 0.5.0
Check: tests
Result: ERROR
Running 'testthat.R' [67s]
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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(fwb)
>
> test_check("fwb")
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 117 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• On CRAN (2): 'test-fwb.R:77:3', 'test-fwb.R:139:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-p-values.R:24:3'): p-values correctly invert CIs ───────────────
Error in `findInterval(null, ti, checkSorted = FALSE, checkNA = FALSE)`: unused arguments (checkSorted = FALSE, checkNA = FALSE)
Backtrace:
▆
1. └─fwb:::check_p_value_okay(...) at test-p-values.R:24:3
2. ├─base::suppressWarnings(...) at D:\RCompile\CRANpkg\local\4.4\fwb.Rcheck\tests\testthat\helpers.R:101:5
3. │ └─base::withCallingHandlers(...)
4. ├─base::summary(...) at D:\RCompile\CRANpkg\local\4.4\fwb.Rcheck\tests\testthat\helpers.R:102:7
5. └─fwb:::summary.fwb(...)
6. └─fwb:::invert_ci(...)
7. └─base::apply(...)
8. └─fwb (local) FUN(newX[, i], ...)
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 117 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64