diff --git a/revdep/README.md b/revdep/README.md index 52e12c71..41337bab 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -1,2 +1,8 @@ # Revdeps +## New problems (1) + +|package |version |error |warning |note | +|:-------------|:-------|:------|:-------|:----| +|[arcgisgeocode](problems.md#arcgisgeocode)|0.2.1 |__+1__ | |2 | + diff --git a/revdep/cran.md b/revdep/cran.md index 2ee22322..568a3f5d 100644 --- a/revdep/cran.md +++ b/revdep/cran.md @@ -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 + diff --git a/revdep/problems.md b/revdep/problems.md index 9a207363..31f5e9ef 100644 --- a/revdep/problems.md +++ b/revdep/problems.md @@ -1 +1,57 @@ -*Wow, no problems at all. :)* \ No newline at end of file +# arcgisgeocode + +
+ +* 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 + +
+ +## 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 + ``` +