Last updated on 2025-01-21 11:48:19 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.2 | 4.14 | 46.02 | 50.16 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.2 | 3.08 | 32.40 | 35.48 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.2 | 83.40 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 74.08 | ERROR | |||
r-devel-windows-x86_64 | 0.1.2 | 6.00 | 71.00 | 77.00 | ERROR | |
r-patched-linux-x86_64 | 0.1.2 | 5.07 | 43.29 | 48.36 | OK | |
r-release-linux-x86_64 | 0.1.2 | 4.29 | 42.18 | 46.47 | OK | |
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 | 7.00 | 74.00 | 81.00 | OK | |
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 | 8.00 | 82.00 | 90.00 | OK |
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
Version: 0.1.2
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [12s/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
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1.2
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [7s/8s]
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
Version: 0.1.2
Check: tests
Result: ERROR
Running ‘spelling.R’
Running ‘testthat.R’ [19s/44s]
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
Flavor: r-devel-windows-x86_64