@@ -65,17 +65,17 @@ Run `revdepcheck::cloud_details(, "brickster")` for more info
6565 > library(withr)
6666 >
6767 > test_check("brickster")
68- [ FAIL 26 | WARN 0 | SKIP 18 | PASS 241 ]
68+ [ FAIL 26 | WARN 0 | SKIP 17 | PASS 255 ]
6969
7070 ...
7171 ▆
7272 1. └─brickster::db_workspace_list(path = "some_path", perform_request = F) at test-workspace-folder.R:8:3
7373 2. ├─brickster:::db_request(...)
7474 3. └─brickster::db_host()
7575 4. └─httr2::url_parse(host)
76- 5. └─curl::curl_parse_url(url, baseurl = base_url)
76+ 5. └─curl::curl_parse_url(url, baseurl = base_url, decode = FALSE )
7777
78- [ FAIL 26 | WARN 0 | SKIP 18 | PASS 241 ]
78+ [ FAIL 26 | WARN 0 | SKIP 17 | PASS 255 ]
7979 Error: Test failures
8080 Execution halted
8181 ```
@@ -136,7 +136,7 @@ Run `revdepcheck::cloud_details(, "bskyr")` for more info
136136 > ### ** Examples
137137 >
138138 > bs_uri_to_url('at://did:plc:ic6zqvuw5ulmfpjiwnhsr2ns/app.bsky.feed.post/3k7qmjev5lr2s')
139- Error in curl::curl_parse_url(url, baseurl = base_url) :
139+ Error in curl::curl_parse_url(url, baseurl = base_url, decode = FALSE ) :
140140 Failed to parse URL: Port number was not a decimal number between 0 and 65535
141141 Calls: bs_uri_to_url -> <Anonymous> -> <Anonymous>
142142 Execution halted
@@ -160,7 +160,7 @@ Run `revdepcheck::cloud_details(, "bskyr")` for more info
160160 3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
161161 4. └─bskyr::bs_uri_to_url("at://did:plc:ic6zqvuw5ulmfpjiwnhsr2ns/app.bsky.feed.post/3k7qmjev5lr2s")
162162 5. └─httr2::url_parse(uri)
163- 6. └─curl::curl_parse_url(url, baseurl = base_url)
163+ 6. └─curl::curl_parse_url(url, baseurl = base_url, decode = FALSE )
164164
165165 [ FAIL 1 | WARN 0 | SKIP 0 | PASS 53 ]
166166 Error: Test failures
@@ -196,7 +196,7 @@ Run `revdepcheck::cloud_details(, "chattr")` for more info
196196 > # * https://r-pkgs.org/tests.html
197197 > # * https://testthat.r-lib.org/reference/test_package.html#special-files
198198 ...
199- 8. └─curl::curl_parse_url(url, baseurl = base_url)
199+ 8. └─curl::curl_parse_url(url, baseurl = base_url, decode = FALSE )
200200
201201 [ FAIL 1 | WARN 0 | SKIP 33 | PASS 41 ]
202202 Deleting unused snapshots:
@@ -208,44 +208,3 @@ Run `revdepcheck::cloud_details(, "chattr")` for more info
208208 Execution halted
209209 ```
210210
211- # healthyR.data
212-
213- <details>
214-
215- * Version: 1.1.1
216- * GitHub: https://github.com/spsanderson/healthyR.data
217- * Source code: https://github.com/cran/healthyR.data
218- * Date/Publication: 2024-07-04 11:50:02 UTC
219- * Number of recursive dependencies: 32
220-
221- Run `revdepcheck::cloud_details(, "healthyR.data")` for more info
222-
223- </details>
224-
225- ## Newly broken
226-
227- * checking examples ... ERROR
228- ```
229- Running examples in ‘healthyR.data-Ex.R’ failed
230- The error most likely occurred in:
231-
232- > ### Name: fetch_provider_data
233- > ### Title: Fetch Provider Data as Tibble or Download CSV
234- > ### Aliases: fetch_provider_data
235- >
236- > ### ** Examples
237- >
238- > library(dplyr)
239- ...
240-
241- >
242- > # Example usage:
243- > data_url <- "069d-826b"
244- >
245- > df_tbl <- fetch_provider_data(data_url, .limit = 1)
246- Error in curl::curl_parse_url(url, baseurl = base_url) :
247- Failed to parse URL: Bad scheme
248- Calls: fetch_provider_data -> is_valid_url -> <Anonymous> -> <Anonymous>
249- Execution halted
250- ```
251-
0 commit comments