Skip to content

Commit

Permalink
Check revdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Sep 13, 2024
1 parent a74ac25 commit 4cba117
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 3 deletions.
6 changes: 6 additions & 0 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# Revdeps

## New problems (1)

|package |version |error |warning |note |
|:-------------|:-------|:------|:-------|:----|
|[arcgisgeocode](problems.md#arcgisgeocode)|0.2.1 |__+1__ | |2 |

12 changes: 10 additions & 2 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
## revdepcheck results

We checked 121 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 131 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We saw 1 new problems
* We failed to check 0 packages

Issues with CRAN packages are summarised below.

### New problems
(This reports the first line of each new failure)

* arcgisgeocode
checking examples ... ERROR

58 changes: 57 additions & 1 deletion revdep/problems.md
Original file line number Diff line number Diff line change
@@ -1 +1,57 @@
*Wow, no problems at all. :)*
# arcgisgeocode

<details>

* Version: 0.2.1
* GitHub: https://github.com/r-arcgis/arcgisgeocode
* Source code: https://github.com/cran/arcgisgeocode
* Date/Publication: 2024-08-02 12:30:02 UTC
* Number of recursive dependencies: 64

Run `revdepcheck::cloud_details(, "arcgisgeocode")` for more info

</details>

## Newly broken

* checking examples ... ERROR
```
Running examples in ‘arcgisgeocode-Ex.R’ failed
The error most likely occurred in:
> ### Name: reverse_geocode
> ### Title: Reverse Geocode Locations
> ### Aliases: reverse_geocode
>
> ### ** Examples
>
> # Find addresses from locations
...
1. └─arcgisgeocode::reverse_geocode(c(-117.172, 34.052))
2. └─httr2::resps_data(all_resps, httr2::resp_body_string)
3. ├─vctrs::list_unchop(lapply(resps, resp_data))
4. └─base::lapply(resps, resp_data)
5. └─httr2 (local) FUN(resp = X[[i]])
6. └─httr2:::check_response(resp)
7. └─httr2:::stop_input_type(...)
8. └─rlang::abort(message, ..., call = call, arg = arg)
Execution halted
```

## In both

* checking installed package size ... NOTE
```
installed size is 6.8Mb
sub-directories of 1Mb or more:
libs 6.5Mb
```

* checking R code for possible problems ... NOTE
```
sort_asap: no visible global function definition for ‘sort_by’
Undefined global functions or variables:
sort_by
```

0 comments on commit 4cba117

Please sign in to comment.