Last updated on 2025-06-12 23:49:35 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.6.4 | 4.15 | 55.66 | 59.81 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 2.6.4 | 3.41 | 40.93 | 44.34 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.6.4 | 92.78 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.6.4 | 101.10 | OK | |||
r-devel-windows-x86_64 | 2.6.4 | 8.00 | 88.00 | 96.00 | OK | |
r-patched-linux-x86_64 | 2.6.4 | 4.71 | 51.68 | 56.39 | OK | |
r-release-linux-x86_64 | 2.6.4 | 4.10 | 51.65 | 55.75 | OK | |
r-release-macos-arm64 | 2.6.4 | 40.00 | OK | |||
r-release-macos-x86_64 | 2.6.4 | 83.00 | OK | |||
r-release-windows-x86_64 | 2.6.4 | 8.00 | 90.00 | 98.00 | OK | |
r-oldrel-macos-arm64 | 2.6.4 | 39.00 | OK | |||
r-oldrel-macos-x86_64 | 2.6.4 | 76.00 | OK | |||
r-oldrel-windows-x86_64 | 2.6.4 | 9.00 | 86.00 | 95.00 | OK |
Version: 2.6.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/13s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(BatchGetSymbols)
Loading required package: rvest
Loading required package: dplyr
Attaching package: 'dplyr'
The following object is masked from 'package:testthat':
matches
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
>
> test_check("BatchGetSymbols")
[ FAIL 1 | WARN 5 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_BatchGetSymbols.R:11:3'): Test of read function ────────────────
<vctrs_error_scalar_type/vctrs_error/rlang_error/error/condition>
Error in `dplyr::lag(P)`: `x` must be a vector, not `NULL`.
Backtrace:
▆
1. ├─BatchGetSymbols::BatchGetSymbols(...) at test_BatchGetSymbols.R:11:3
2. │ └─BatchGetSymbols::calc.ret(...)
3. │ └─dplyr::lag(P)
4. │ └─dplyr:::shift(x, n = n, default = default, order_by = order_by)
5. │ └─vctrs::obj_check_vector(x, call = error_call)
6. └─vctrs:::stop_scalar_type(`<fn>`(NULL), "x", `<env>`)
7. └─vctrs:::stop_vctrs(...)
8. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = call)
[ FAIL 1 | WARN 5 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang