Last updated on 2025-07-22 08:48:43 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 1.94 | 24.66 | 26.60 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 1.71 | 19.88 | 21.59 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 39.03 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 38.08 | ERROR | |||
r-devel-windows-x86_64 | 0.1.0 | 4.00 | 43.00 | 47.00 | OK | |
r-patched-linux-x86_64 | 0.1.0 | 1.95 | 21.87 | 23.82 | OK | |
r-release-linux-x86_64 | 0.1.0 | 2.11 | 21.88 | 23.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 | 4.00 | 44.00 | 48.00 | OK | |
r-oldrel-macos-arm64 | 0.1.0 | 17.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.0 | 29.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.0 | 4.00 | 47.00 | 51.00 | OK |
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/3s]
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(Rtumblr)
>
> test_check("Rtumblr")
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-blogs.R:6:5'): blog_info ───────────────────────────────────────
<subscriptOutOfBoundsError/error/condition>
Error in `output[["response"]]`: subscript out of bounds
Backtrace:
▆
1. ├─vcr::use_cassette(...) at test-blogs.R:5:3
2. │ └─cassette$call_block(...)
3. └─Rtumblr::get_blog_info("schochastics", api_key = fake_api) at test-blogs.R:6:5
4. └─Rtumblr:::parse_blog_info(output[["response"]][["blog"]])
5. └─base::lapply(...)
── Error ('test-blogs.R:23:5'): blog_posts ─────────────────────────────────────
<subscriptOutOfBoundsError/error/condition>
Error in `output_lst[["response"]]`: subscript out of bounds
Backtrace:
▆
1. ├─vcr::use_cassette(...) at test-blogs.R:22:3
2. │ └─cassette$call_block(...)
3. └─Rtumblr::get_blog_posts("schochastics", api_key = fake_api) at test-blogs.R:23:5
4. ├─dplyr::bind_rows(...)
5. │ └─rlang::list2(...)
6. └─base::lapply(output_lst[["response"]][["posts"]], parse_blog_post)
── Error ('test-blogs.R:31:5'): tagged_link ────────────────────────────────────
<subscriptOutOfBoundsError/error/condition>
Error in `output_lst[["response"]]`: subscript out of bounds
Backtrace:
▆
1. ├─vcr::use_cassette(...) at test-blogs.R:30:3
2. │ └─cassette$call_block(...)
3. └─Rtumblr::get_posts_tag("url") at test-blogs.R:31:5
4. └─base::lapply(output_lst[["response"]], parse_blog_post_legacy)
── Error ('test-blogs.R:38:5'): tagged_text ────────────────────────────────────
<subscriptOutOfBoundsError/error/condition>
Error in `output_lst[["response"]]`: subscript out of bounds
Backtrace:
▆
1. ├─vcr::use_cassette(...) at test-blogs.R:37:3
2. │ └─cassette$call_block(...)
3. └─Rtumblr::get_posts_tag("writer") at test-blogs.R:38:5
4. └─base::lapply(output_lst[["response"]], parse_blog_post_legacy)
── Error ('test-blogs.R:45:5'): tagged_photo ───────────────────────────────────
<subscriptOutOfBoundsError/error/condition>
Error in `output_lst[["response"]]`: subscript out of bounds
Backtrace:
▆
1. ├─vcr::use_cassette(...) at test-blogs.R:44:3
2. │ └─cassette$call_block(...)
3. └─Rtumblr::get_posts_tag("meme") at test-blogs.R:45:5
4. └─base::lapply(output_lst[["response"]], parse_blog_post_legacy)
── Error ('test-blogs.R:52:5'): tagged_video ───────────────────────────────────
<subscriptOutOfBoundsError/error/condition>
Error in `output_lst[["response"]]`: subscript out of bounds
Backtrace:
▆
1. ├─vcr::use_cassette(...) at test-blogs.R:51:3
2. │ └─cassette$call_block(...)
3. └─Rtumblr::get_posts_tag("video") at test-blogs.R:52:5
4. └─base::lapply(output_lst[["response"]], parse_blog_post_legacy)
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
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(Rtumblr)
>
> test_check("Rtumblr")
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-blogs.R:6:5'): blog_info ───────────────────────────────────────
<subscriptOutOfBoundsError/error/condition>
Error in `output[["response"]]`: subscript out of bounds
Backtrace:
▆
1. ├─vcr::use_cassette(...) at test-blogs.R:5:3
2. │ └─cassette$call_block(...)
3. └─Rtumblr::get_blog_info("schochastics", api_key = fake_api) at test-blogs.R:6:5
4. └─Rtumblr:::parse_blog_info(output[["response"]][["blog"]])
5. └─base::lapply(...)
── Error ('test-blogs.R:23:5'): blog_posts ─────────────────────────────────────
<subscriptOutOfBoundsError/error/condition>
Error in `output_lst[["response"]]`: subscript out of bounds
Backtrace:
▆
1. ├─vcr::use_cassette(...) at test-blogs.R:22:3
2. │ └─cassette$call_block(...)
3. └─Rtumblr::get_blog_posts("schochastics", api_key = fake_api) at test-blogs.R:23:5
4. ├─dplyr::bind_rows(...)
5. │ └─rlang::list2(...)
6. └─base::lapply(output_lst[["response"]][["posts"]], parse_blog_post)
── Error ('test-blogs.R:31:5'): tagged_link ────────────────────────────────────
<subscriptOutOfBoundsError/error/condition>
Error in `output_lst[["response"]]`: subscript out of bounds
Backtrace:
▆
1. ├─vcr::use_cassette(...) at test-blogs.R:30:3
2. │ └─cassette$call_block(...)
3. └─Rtumblr::get_posts_tag("url") at test-blogs.R:31:5
4. └─base::lapply(output_lst[["response"]], parse_blog_post_legacy)
── Error ('test-blogs.R:38:5'): tagged_text ────────────────────────────────────
<subscriptOutOfBoundsError/error/condition>
Error in `output_lst[["response"]]`: subscript out of bounds
Backtrace:
▆
1. ├─vcr::use_cassette(...) at test-blogs.R:37:3
2. │ └─cassette$call_block(...)
3. └─Rtumblr::get_posts_tag("writer") at test-blogs.R:38:5
4. └─base::lapply(output_lst[["response"]], parse_blog_post_legacy)
── Error ('test-blogs.R:45:5'): tagged_photo ───────────────────────────────────
<subscriptOutOfBoundsError/error/condition>
Error in `output_lst[["response"]]`: subscript out of bounds
Backtrace:
▆
1. ├─vcr::use_cassette(...) at test-blogs.R:44:3
2. │ └─cassette$call_block(...)
3. └─Rtumblr::get_posts_tag("meme") at test-blogs.R:45:5
4. └─base::lapply(output_lst[["response"]], parse_blog_post_legacy)
── Error ('test-blogs.R:52:5'): tagged_video ───────────────────────────────────
<subscriptOutOfBoundsError/error/condition>
Error in `output_lst[["response"]]`: subscript out of bounds
Backtrace:
▆
1. ├─vcr::use_cassette(...) at test-blogs.R:51:3
2. │ └─cassette$call_block(...)
3. └─Rtumblr::get_posts_tag("video") at test-blogs.R:52:5
4. └─base::lapply(output_lst[["response"]], parse_blog_post_legacy)
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc