Skip to content

Commit 48afacf

Browse files
committed
Update revdeps
1 parent 5315c7d commit 48afacf

File tree

5 files changed

+13
-98
lines changed

5 files changed

+13
-98
lines changed

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
## revdepcheck results
66

7-
This is a patch release that only add a new feature and fixes a rarely used function.
7+
I saw 4 broken packages. I supplied all packages with patches, as documented on https://github.com/r-lib/httr2/issues/635.

revdep/README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
# Revdeps
22

3-
## Failed to check (1)
3+
## New problems (4)
44

5-
|package |version |error |warning |note |
6-
|:-------|:-------|:-----|:-------|:----|
7-
|GeoTox |? | | | |
8-
9-
## New problems (5)
10-
11-
|package |version |error |warning |note |
12-
|:-------------|:-------|:--------|:-------|:----|
5+
|package |version |error |warning |note |
6+
|:---------|:-------|:--------|:-------|:----|
137
|[atrrr](problems.md#atrrr)|0.0.4 |__+1__ | | |
148
|[brickster](problems.md#brickster)|0.2.5 |1 __+1__ | | |
159
|[bskyr](problems.md#bskyr)|0.1.2 |__+2__ | | |
1610
|[chattr](problems.md#chattr)|0.2.0 |__+1__ | | |
17-
|[healthyR.data](problems.md#healthyrdata)|1.1.1 |__+1__ | | |
1811

revdep/cran.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## revdepcheck results
22

3-
We checked 170 reverse dependencies (169 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 5 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
44

5-
* We saw 5 new problems
5+
* We saw 4 new problems
66
* We failed to check 0 packages
77

88
Issues with CRAN packages are summarised below.
@@ -23,6 +23,3 @@ Issues with CRAN packages are summarised below.
2323
* chattr
2424
checking tests ... ERROR
2525

26-
* healthyR.data
27-
checking examples ... ERROR
28-

revdep/failures.md

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1 @@
1-
# GeoTox
2-
3-
<details>
4-
5-
* Version: NA
6-
* GitHub: NA
7-
* Source code: https://github.com/cran/GeoTox
8-
* Number of recursive dependencies: 142
9-
10-
Run `revdepcheck::cloud_details(, "GeoTox")` for more info
11-
12-
</details>
13-
14-
## Error before installation
15-
16-
### Devel
17-
18-
```
19-
20-
21-
22-
23-
24-
25-
```
26-
### CRAN
27-
28-
```
29-
30-
31-
32-
33-
34-
35-
```
1+
*Wow, no problems at all. :)*

revdep/problems.md

Lines changed: 6 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)