Last updated on 2025-01-27 03:49:24 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.2 | 4.58 | 45.98 | 50.56 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.2 | 3.00 | 33.02 | 36.02 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.2 | 79.53 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 74.08 | ERROR | |||
r-devel-windows-x86_64 | 0.1.2 | 6.00 | 72.00 | 78.00 | ERROR | |
r-patched-linux-x86_64 | 0.1.2 | 5.25 | 43.10 | 48.35 | ERROR | |
r-release-linux-x86_64 | 0.1.2 | 4.09 | 42.15 | 46.24 | ERROR | |
r-release-macos-arm64 | 0.1.2 | 28.00 | OK | |||
r-release-macos-x86_64 | 0.1.2 | 53.00 | OK | |||
r-release-windows-x86_64 | 0.1.2 | 8.00 | 70.00 | 78.00 | ERROR | |
r-oldrel-macos-arm64 | 0.1.2 | 26.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.2 | 50.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.2 | 7.00 | 80.00 | 87.00 | ERROR |
Version: 0.1.2
Check: examples
Result: ERROR
Running examples in ‘bskyr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: bs_uri_to_url
> ### Title: Convert Universal Resource Identifiers to Hypertext Transfer
> ### Protocol Secure URLs
> ### Aliases: bs_uri_to_url
>
> ### ** Examples
>
> bs_uri_to_url('at://did:plc:ic6zqvuw5ulmfpjiwnhsr2ns/app.bsky.feed.post/3k7qmjev5lr2s')
Error in curl::curl_parse_url(url, baseurl = base_url, decode = FALSE) :
Failed to parse URL: Port number was not a decimal number between 0 and 65535
Calls: bs_uri_to_url -> <Anonymous> -> <Anonymous>
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.1.2
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [11s/15s]
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(bskyr)
>
> test_check("bskyr")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 53 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-url_uri.R:2:3'): uri to urls works ─────────────────────────────
Error in `curl::curl_parse_url(url, baseurl = base_url, decode = FALSE)`: Failed to parse URL: Port number was not a decimal number between 0 and 65535
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test-url_uri.R:2:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─bskyr::bs_uri_to_url("at://did:plc:ic6zqvuw5ulmfpjiwnhsr2ns/app.bsky.feed.post/3k7qmjev5lr2s")
5. └─httr2::url_parse(uri)
6. └─curl::curl_parse_url(url, baseurl = base_url, decode = FALSE)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 53 ]
Error: Test failures
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64
Version: 0.1.2
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘actor_preferences.R’ ‘actor_profile.R’ ‘actor_search.R’
‘actor_suggestions.R’ ‘auth.R’ ‘feed_author_feed.R’ ‘feed_feed.R’
‘feed_feed_generator.R’ ‘feed_feed_generators.R’ ‘feed_feeds.R’
‘feed_get_posts.R’ ‘feed_likes.R’ ‘feed_post_likes.R’
‘feed_post_thread.R’ ‘feed_reposts.R’ ‘feed_search.R’
‘feed_suggestions.R’ ‘feed_timeline.R’ ‘graph_actor_lists.R’
‘graph_blocked_lists.R’ ‘graph_blocks.R’ ‘graph_follow_suggestions.R’
‘graph_followers.R’ ‘graph_follows.R’ ‘graph_muted_lists.R’
‘graph_mutes.R’ ‘identity_resolve_handle.R’
‘notification_notification_count.R’ ‘notification_notifications.R’
‘parse.R’ ‘proc.R’ ‘record_like.R’ ‘record_post.R’ ‘record_repost.R’
‘repo_create_record.R’ ‘repo_delete_record.R’ ‘repo_describe_repo.R’
‘repo_get_record.R’ ‘repo_list_records.R’ ‘repo_upload_blob.R’
‘utils.R’
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64
Version: 0.1.2
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [8s/10s]
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(bskyr)
>
> test_check("bskyr")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 53 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-url_uri.R:2:3'): uri to urls works ─────────────────────────────
Error in `curl::curl_parse_url(url, baseurl = base_url, decode = FALSE)`: Failed to parse URL: Port number was not a decimal number between 0 and 65535
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test-url_uri.R:2:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─bskyr::bs_uri_to_url("at://did:plc:ic6zqvuw5ulmfpjiwnhsr2ns/app.bsky.feed.post/3k7qmjev5lr2s")
5. └─httr2::url_parse(uri)
6. └─curl::curl_parse_url(url, baseurl = base_url, decode = FALSE)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 53 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.2
Check: examples
Result: ERROR
Running examples in ‘bskyr-Ex.R’ failed
The error most likely occurred in:
> ### Name: bs_uri_to_url
> ### Title: Convert Universal Resource Identifiers to Hypertext Transfer
> ### Protocol Secure URLs
> ### Aliases: bs_uri_to_url
>
> ### ** Examples
>
> bs_uri_to_url('at://did:plc:ic6zqvuw5ulmfpjiwnhsr2ns/app.bsky.feed.post/3k7qmjev5lr2s')
Error in curl::curl_parse_url(url, baseurl = base_url, decode = FALSE) :
Failed to parse URL: Port number was not a decimal number between 0 and 65535
Calls: bs_uri_to_url -> <Anonymous> -> <Anonymous>
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 0.1.2
Check: tests
Result: ERROR
Running ‘spelling.R’
Running ‘testthat.R’ [18s/32s]
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(bskyr)
>
> test_check("bskyr")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 53 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-url_uri.R:2:3'): uri to urls works ─────────────────────────────
Error in `curl::curl_parse_url(url, baseurl = base_url, decode = FALSE)`: Failed to parse URL: Port number was not a decimal number between 0 and 65535
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test-url_uri.R:2:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─bskyr::bs_uri_to_url("at://did:plc:ic6zqvuw5ulmfpjiwnhsr2ns/app.bsky.feed.post/3k7qmjev5lr2s")
5. └─httr2::url_parse(uri)
6. └─curl::curl_parse_url(url, baseurl = base_url, decode = FALSE)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 53 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.2
Check: tests
Result: ERROR
Running ‘spelling.R’
Running ‘testthat.R’ [16s/20s]
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(bskyr)
>
> test_check("bskyr")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 53 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-url_uri.R:2:3'): uri to urls works ─────────────────────────────
Error in `curl::curl_parse_url(url, baseurl = base_url, decode = FALSE)`: Failed to parse URL: Port number was not a decimal number between 0 and 65535
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test-url_uri.R:2:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─bskyr::bs_uri_to_url("at://did:plc:ic6zqvuw5ulmfpjiwnhsr2ns/app.bsky.feed.post/3k7qmjev5lr2s")
5. └─httr2::url_parse(uri)
6. └─curl::curl_parse_url(url, baseurl = base_url, decode = FALSE)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 53 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.1.2
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [9s]
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(bskyr)
>
> test_check("bskyr")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 53 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-url_uri.R:2:3'): uri to urls works ─────────────────────────────
Error in `curl::curl_parse_url(url, baseurl = base_url, decode = FALSE)`: Failed to parse URL: Port number was not a decimal number between 0 and 65535
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test-url_uri.R:2:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─bskyr::bs_uri_to_url("at://did:plc:ic6zqvuw5ulmfpjiwnhsr2ns/app.bsky.feed.post/3k7qmjev5lr2s")
5. └─httr2::url_parse(uri)
6. └─curl::curl_parse_url(url, baseurl = base_url, decode = FALSE)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 53 ]
Error: Test failures
Execution halted
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 0.1.2
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [10s/12s]
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(bskyr)
>
> test_check("bskyr")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 53 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-url_uri.R:2:3'): uri to urls works ─────────────────────────────
Error in `curl::curl_parse_url(url, baseurl = base_url, decode = FALSE)`: Failed to parse URL: Port number was not a decimal number between 0 and 65535
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test-url_uri.R:2:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─bskyr::bs_uri_to_url("at://did:plc:ic6zqvuw5ulmfpjiwnhsr2ns/app.bsky.feed.post/3k7qmjev5lr2s")
5. └─httr2::url_parse(uri)
6. └─curl::curl_parse_url(url, baseurl = base_url, decode = FALSE)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 53 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.1.2
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [12s]
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(bskyr)
>
> test_check("bskyr")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 53 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-url_uri.R:2:3'): uri to urls works ─────────────────────────────
Error in `curl::curl_parse_url(url, baseurl = base_url, decode = FALSE)`: Failed to parse URL: Port number was not a decimal number between 0 and 65535
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test-url_uri.R:2:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─bskyr::bs_uri_to_url("at://did:plc:ic6zqvuw5ulmfpjiwnhsr2ns/app.bsky.feed.post/3k7qmjev5lr2s")
5. └─httr2::url_parse(uri)
6. └─curl::curl_parse_url(url, baseurl = base_url, decode = FALSE)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 53 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64