Last updated on 2024-11-05 23:50:24 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 1.73 | 27.12 | 28.85 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 1.77 | 20.94 | 22.71 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 47.87 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 57.58 | OK | |||
r-devel-windows-x86_64 | 1.0.1 | 4.00 | 50.00 | 54.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.1 | 4.00 | 25.33 | 29.33 | OK | |
r-release-linux-x86_64 | 1.0.1 | 1.71 | 25.71 | 27.42 | OK | |
r-release-macos-arm64 | 1.0.1 | 26.00 | OK | |||
r-release-macos-x86_64 | 1.0.1 | 35.00 | OK | |||
r-release-windows-x86_64 | 1.0.1 | 4.00 | 55.00 | 59.00 | OK | |
r-oldrel-macos-arm64 | 1.0.1 | 42.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.1 | 57.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.1 | 4.00 | 56.00 | 60.00 | ERROR |
Version: 1.0.1
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
alphaci.Rd: future.apply
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64
Version: 1.0.1
Check: tests
Result: ERROR
Running 'testthat.R' [2s]
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/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(alphaci)
>
> test_check("alphaci")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 43 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-inference.R:16:1'): (code run outside of `test_that()`) ────────
Error in `names(ci) <- quants`: 'names' attribute [2] must be the same length as the vector [0]
Backtrace:
▆
1. └─alphaci::alphaci(x, type = "adf", parallel = FALSE, transform = "fisher") at test-inference.R:16:1
2. ├─base::do.call(what = alphaci_, c(args, call = quote(call), standardized = FALSE))
3. └─alphaci (local) `<fn>`(...)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 43 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64