Last updated on 2026-06-07 13:50:37 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.0 | 2.46 | 124.30 | 126.76 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.0 | 1.87 | 83.77 | 85.64 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.3.0 | 208.54 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.3.0 | 227.42 | OK | |||
| r-devel-windows-x86_64 | 0.3.0 | 4.00 | 137.00 | 141.00 | OK | |
| r-patched-linux-x86_64 | 0.3.0 | 2.39 | 117.58 | 119.97 | OK | |
| r-release-linux-x86_64 | 0.3.0 | 2.29 | 119.18 | 121.47 | OK | |
| r-release-macos-arm64 | 0.3.0 | 1.00 | 33.00 | 34.00 | OK | |
| r-release-macos-x86_64 | 0.3.0 | 2.00 | 148.00 | 150.00 | OK | |
| r-release-windows-x86_64 | 0.3.0 | 4.00 | 135.00 | 139.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.3.0 | 2.00 | 116.00 | 118.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.0 | 4.00 | 165.00 | 169.00 | OK |
Version: 0.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/4s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> ## -*- mode: R -*-
> ##
> ## Copyright (C) 2019 Takeshi Abe <tabe@fixedpoint.jp>
> ##
> ## This program is free software: you can redistribute it and/or modify
> ## it under the terms of the GNU General Public License as published by
> ## the Free Software Foundation, either version 3 of the License, or
> ## (at your option) any later version.
> ##
> ## This program is distributed in the hope that it will be useful,
> ## but WITHOUT ANY WARRANTY; without even the implied warranty of
> ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> ## GNU General Public License for more details.
> ##
> ## You should have received a copy of the GNU General Public License
> ## along with this program. If not, see <https://www.gnu.org/licenses/>.
>
> library(testthat)
> library(rhosa)
>
> test_check("rhosa")
Saving _problems/test-bispectra-126.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 208 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-bispectra.R:126:5'): bicoherence accepts a matrix ──────────────
Error in `file(file, if (append) "a" else "w")`: cannot open the connection
Backtrace:
▆
1. └─testthat::expect_silent(bicoherence(m)) at test-bispectra.R:126:5
2. └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
3. └─testthat (local) .capture(...)
4. └─withr::with_output_sink(...)
5. └─withr:::set_output_sink(file = new, append = append, split = split)
6. └─withr:::output_sink(file = file, append = append, split = split)
7. └─base::sink(file = file, append = append, type = "output", split = split)
8. └─base::file(file, if (append) "a" else "w")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 208 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc