Last updated on 2026-07-08 07:59:59 CEST.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| devtools | 13 | ||
| gapminder | 13 | ||
| gargle | 13 | ||
| glue | 13 | ||
| gmailr | 13 | ||
| googledrive | 13 | ||
| googlesheets4 | 1 | 12 | |
| readr | 13 | ||
| readxl | 13 | ||
| reprex | 13 | ||
| usethis | 13 | ||
| vroom | 3 | 10 |
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
Version: 1.1.2
Check: examples
Result: ERROR
Running examples in 'googlesheets4-Ex.R' failed
The error most likely occurred in:
> ### Name: gs4_browse
> ### Title: Visit a Sheet in a web browser
> ### Aliases: gs4_browse
>
> ### ** Examples
>
> gs4_example("mini-gap") %>% gs4_browse()
✖ Request 1 failed [429: RESOURCE_EXHAUSTED].
ℹ Will retry in 1.8s.
⠙ Retry happens in 1s
⠹ Retry happens in 0s
✖ Request 2 failed [429: RESOURCE_EXHAUSTED].
⠹ Retry happens in 0s
ℹ Will retry in 5s.
⠹ Retry happens in 0s
⠹ Retry happens in 0s
⠙ Retry happens in 4s
⠹ Retry happens in 1s
✖ Request 3 failed [429: RESOURCE_EXHAUSTED].
⠹ Retry happens in 1s
ℹ Will retry in 15.3s.
⠹ Retry happens in 1s
⠹ Retry happens in 0s
⠙ Retry happens in 18s
⠹ Retry happens in 15s
⠸ Retry happens in 12s
⠼ Retry happens in 9s
⠴ Retry happens in 6s
⠦ Retry happens in 2s
✖ Request 4 failed [429: RESOURCE_EXHAUSTED].
⠦ Retry happens in 2s
ℹ Will retry in 48.4s.
⠦ Retry happens in 2s
⠦ Retry happens in 0s
⠙ Retry happens in 1m
⠹ Retry happens in 1m
⠸ Retry happens in 1m
⠼ Retry happens in 1m
⠴ Retry happens in 48s
⠦ Retry happens in 45s
⠧ Retry happens in 42s
⠇ Retry happens in 39s
⠏ Retry happens in 36s
⠋ Retry happens in 33s
⠙ Retry happens in 30s
⠹ Retry happens in 27s
⠸ Retry happens in 24s
⠼ Retry happens in 21s
⠴ Retry happens in 18s
⠦ Retry happens in 15s
⠧ Retry happens in 12s
⠇ Retry happens in 9s
⠏ Retry happens in 6s
⠋ Retry happens in 3s
✔ Request 5 failed :(
⠋ Retry happens in 3s
⠋ Retry happens in 0s
Error in `gs4_get_impl_()`:
! Client error: (429) RESOURCE_EXHAUSTED
• Either out of resource quota or reaching rate limiting. The client should
look for google.rpc.QuotaFailure error detail for more information.
• Quota exceeded for quota metric 'Read requests' and limit 'Read requests per
minute' of service 'sheets.googleapis.com' for consumer
'project_number:603366585132'.
Error details:
• reason: RATE_LIMIT_EXCEEDED
• domain: googleapis.com
• metadata.quota_location: global
• metadata.quota_unit: 1/min/{project}
• metadata.service: sheets.googleapis.com
• metadata.quota_limit: ReadRequestsPerMinutePerProject
• metadata.quota_metric: sheets.googleapis.com/read_requests
• metadata.quota_limit_value: 600
• metadata.consumer: projects/603366585132
Links
• Description: Request a higher quota limit.
URL: https://cloud.google.com/docs/quotas/help/request_increase
Backtrace:
▆
1. ├─gs4_example("mini-gap") %>% gs4_browse()
2. ├─googlesheets4::gs4_browse(.)
3. │ └─googlesheets4::as_sheets_id(ss)
4. └─googlesheets4::gs4_example("mini-gap")
5. ├─googlesheets4:::one_sheet(...)
6. │ └─googlesheets4:::many_sheets(...)
7. └─googlesheets4:::example_and_test_sheets("example")
8. └─googlesheets4::read_sheet(as_sheets_id(inventory_id))
9. └─googlesheets4:::get_cells(...)
10. └─googlesheets4::gs4_get(ssid)
11. └─googlesheets4:::gs4_get_impl_(as_sheets_id(ss))
12. └─gargle::response_process(raw_resp)
13. └─gargle:::gargle_abort_request_failed(...)
14. └─gargle:::gargle_abort(...)
15. └─cli::cli_abort(...)
16. └─rlang::abort(...)
Execution halted
Flavor: r-oldrel-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: NOTE: 3, OK: 10
Version: 1.7.1
Check: compiled code
Result: NOTE
File ‘vroom/libs/vroom.so’:
Found non-API calls to R: ‘DATAPTR’, ‘SETLENGTH’, ‘SET_GROWABLE_BIT’,
‘SET_TRUELENGTH’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 1.7.1
Check: compiled code
Result: NOTE
File 'vroom/libs/x64/vroom.dll':
Found non-API calls to R: 'DATAPTR', 'SETLENGTH', 'SET_GROWABLE_BIT',
'SET_TRUELENGTH'
Compiled code should not call non-API entry points in R.
See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
Flavor: r-oldrel-windows-x86_64