Last updated on 2025-07-21 08:50:13 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 1.38 | 23.71 | 25.09 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 1.40 | 19.71 | 21.11 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 38.22 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 35.00 | ERROR | |||
r-devel-windows-x86_64 | 0.1.0 | 3.00 | 43.00 | 46.00 | OK | |
r-patched-linux-x86_64 | 0.1.0 | 1.59 | 21.33 | 22.92 | OK | |
r-release-linux-x86_64 | 0.1.0 | 1.73 | 21.26 | 22.99 | OK | |
r-release-macos-arm64 | 0.1.0 | 18.00 | OK | |||
r-release-macos-x86_64 | 0.1.0 | 28.00 | OK | |||
r-release-windows-x86_64 | 0.1.0 | 3.00 | 43.00 | 46.00 | OK | |
r-oldrel-macos-arm64 | 0.1.0 | 17.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.0 | 27.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.0 | 4.00 | 49.00 | 53.00 | OK |
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’
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(PSAWR)
>
> test_check("PSAWR")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-search.R:3:5'): search_comments ────────────────────────────────
Error in `httr::content(resp)$data`: $ operator is invalid for atomic vectors
Backtrace:
▆
1. ├─vcr::use_cassette(...) at test-search.R:2:3
2. │ └─cassette$call_block(...)
3. └─PSAWR::search_comments(q = "cats", size = 100, verbose = FALSE) at test-search.R:3:5
4. └─PSAWR:::make_get_request(...)
── Error ('test-search.R:11:5'): search_submissions ────────────────────────────
Error in `httr::content(resp)$data`: $ operator is invalid for atomic vectors
Backtrace:
▆
1. ├─vcr::use_cassette(...) at test-search.R:10:3
2. │ └─cassette$call_block(...)
3. └─PSAWR::search_submissions(...) at test-search.R:11:5
4. └─PSAWR:::make_get_request(...)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc