Last updated on 2025-07-31 06:49:36 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.0 | 3.85 | 93.86 | 97.71 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.5.0 | 2.86 | 68.61 | 71.47 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.5.0 | 153.61 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.0 | 166.75 | OK | |||
r-devel-windows-x86_64 | 0.5.0 | 5.00 | 124.00 | 129.00 | OK | |
r-patched-linux-x86_64 | 0.5.0 | 4.37 | 89.94 | 94.31 | OK | |
r-release-linux-x86_64 | 0.5.0 | 3.08 | 90.31 | 93.39 | OK | |
r-release-macos-arm64 | 0.5.0 | 80.00 | OK | |||
r-release-macos-x86_64 | 0.5.0 | 106.00 | OK | |||
r-release-windows-x86_64 | 0.5.0 | 5.00 | 127.00 | 132.00 | OK | |
r-oldrel-macos-arm64 | 0.5.0 | 51.00 | ERROR | |||
r-oldrel-macos-x86_64 | 0.5.0 | 120.00 | ERROR | |||
r-oldrel-windows-x86_64 | 0.5.0 | 7.00 | 160.00 | 167.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-arm64/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-arm64
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-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.5.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [16s/16s]
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 114 ]
══ 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 114 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-arm64
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: tests
Result: ERROR
Running ‘testthat.R’ [29s/38s]
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' [70s]
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
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.