Last updated on 2026-08-18 13:49:34 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.1.5 | 2.86 | 104.56 | 107.42 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.1.5 | 2.28 | 69.99 | 72.27 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.1.5 | 68.81 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 2.1.5 | 76.01 | OK | |||
| r-devel-windows-x86_64 | 2.1.5 | 5.00 | 157.00 | 162.00 | OK | |
| r-patched-linux-x86_64 | 2.1.5 | 2.96 | 99.48 | 102.44 | OK | |
| r-release-linux-x86_64 | 2.1.5 | 2.66 | 101.60 | 104.26 | OK | |
| r-release-macos-arm64 | 2.1.5 | 1.00 | 52.00 | 53.00 | OK | |
| r-release-macos-x86_64 | 2.1.5 | 2.00 | 192.00 | 194.00 | OK | |
| r-release-windows-x86_64 | 2.1.5 | 6.00 | 0.00 | 6.00 | OK | |
| r-oldrel-macos-arm64 | 2.1.5 | OK | ||||
| r-oldrel-macos-x86_64 | 2.1.5 | 2.00 | 175.00 | 177.00 | OK | |
| r-oldrel-windows-x86_64 | 2.1.5 | 7.00 | 190.00 | 197.00 | ERROR |
Version: 2.1.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [34s/54s]
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(bidask)
> data.table::setDTthreads(1)
>
> test_check("bidask")
Saving _problems/test-edge-3.R
Saving _problems/test-edge-12.R
[ FAIL 2 | WARN 2 | SKIP 0 | PASS 52 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-edge.R:3:3'): edge ─────────────────────────────────────────────
Error in `file(file, "rt")`: cannot open the connection to 'https://raw.githubusercontent.com/eguidotti/bidask/main/pseudocode/ohlc.csv'
Backtrace:
▆
1. └─utils::read.csv("https://raw.githubusercontent.com/eguidotti/bidask/main/pseudocode/ohlc.csv") at test-edge.R:3:3
2. └─utils::read.table(...)
3. └─base::file(file, "rt")
── Error ('test-edge.R:12:3'): edge-miss ───────────────────────────────────────
Error in `file(file, "rt")`: cannot open the connection to 'https://raw.githubusercontent.com/eguidotti/bidask/main/pseudocode/ohlc-miss.csv'
Backtrace:
▆
1. └─utils::read.csv("https://raw.githubusercontent.com/eguidotti/bidask/main/pseudocode/ohlc-miss.csv") at test-edge.R:12:3
2. └─utils::read.table(...)
3. └─base::file(file, "rt")
[ FAIL 2 | WARN 2 | SKIP 0 | PASS 52 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.1.5
Check: tests
Result: ERROR
Running 'testthat.R' [102s]
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(bidask)
> data.table::setDTthreads(1)
>
> test_check("bidask")
Saving _problems/test-edge-3.R
Saving _problems/test-edge-12.R
[ FAIL 2 | WARN 2 | SKIP 0 | PASS 52 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-edge.R:3:3'): edge ─────────────────────────────────────────────
Error in `file(file, "rt")`: cannot open the connection to 'https://raw.githubusercontent.com/eguidotti/bidask/main/pseudocode/ohlc.csv'
Backtrace:
▆
1. └─utils::read.csv("https://raw.githubusercontent.com/eguidotti/bidask/main/pseudocode/ohlc.csv") at test-edge.R:3:3
2. └─utils::read.table(...)
3. └─base::file(file, "rt")
── Error ('test-edge.R:12:3'): edge-miss ───────────────────────────────────────
Error in `file(file, "rt")`: cannot open the connection to 'https://raw.githubusercontent.com/eguidotti/bidask/main/pseudocode/ohlc-miss.csv'
Backtrace:
▆
1. └─utils::read.csv("https://raw.githubusercontent.com/eguidotti/bidask/main/pseudocode/ohlc-miss.csv") at test-edge.R:12:3
2. └─utils::read.table(...)
3. └─base::file(file, "rt")
[ FAIL 2 | WARN 2 | SKIP 0 | PASS 52 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64