Last updated on 2025-10-30 02:48:58 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.1 | 8.11 | 109.92 | 118.03 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2.1 | 6.23 | 81.68 | 87.91 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.2.1 | 23.00 | 161.74 | 184.74 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 44.00 | 155.88 | 199.88 | OK | |
| r-devel-windows-x86_64 | 1.2.1 | 13.00 | 118.00 | 131.00 | OK | |
| r-patched-linux-x86_64 | 1.2.1 | 10.52 | 103.93 | 114.45 | OK | |
| r-release-linux-x86_64 | 1.2.1 | 8.70 | 103.46 | 112.16 | OK | |
| r-release-macos-arm64 | 1.2.1 | 4.00 | 58.00 | 62.00 | OK | |
| r-release-macos-x86_64 | 1.2.1 | 8.00 | 104.00 | 112.00 | OK | |
| r-release-windows-x86_64 | 1.2.1 | 11.00 | 156.00 | 167.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.1 | 3.00 | 61.00 | 64.00 | OK | |
| r-oldrel-macos-x86_64 | 1.2.1 | 7.00 | 106.00 | 113.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.1 | 16.00 | 164.00 | 180.00 | OK |
Version: 1.2.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [5s/69s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(bulkreadr)
Loading required package: purrr
Attaching package: 'purrr'
The following object is masked from 'package:testthat':
is_null
Welcome to bulkreadr package! To learn more, please run:
browseURL("https://gbganalyst.github.io/bulkreadr")
to visit the package website.
>
> test_check("bulkreadr")
x Request 1 failed [429: RESOURCE_EXHAUSTED].
i Will retry in 4.3s.
\ Retry happens in 3s
| Retry happens in 2s
x Request 2 failed [429: RESOURCE_EXHAUSTED].
| Retry happens in 2s
i Will retry in 4.6s.
| Retry happens in 2s
| Retry happens in 0s
\ Retry happens in 4s
| Retry happens in 1s
x Request 3 failed [429: RESOURCE_EXHAUSTED].
| Retry happens in 1s
i Will retry in 3.5s.
| Retry happens in 1s
| Retry happens in 0s
\ Retry happens in 2s
x Request 4 failed [429: RESOURCE_EXHAUSTED].
\ Retry happens in 2s
i Will retry in 37.6s.
\ Retry happens in 2s
\ Retry happens in 0s
\ Retry happens in 35s
| Retry happens in 32s
/ Retry happens in 29s
- Retry happens in 26s
\ Retry happens in 23s
| Retry happens in 20s
/ Retry happens in 17s
- Retry happens in 14s
\ Retry happens in 11s
| Retry happens in 8s
/ Retry happens in 5s
- Retry happens in 2s
v Request 5 failed :(
- Retry happens in 2s
- Retry happens in 0s
Exported CSV file paths are:
csvfolder/Fair.csv
csvfolder/Good.csv
csvfolder/Very Good.csv
csvfolder/Premium.csv
csvfolder/Ideal.csv
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 21 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-read_gsheets.R:7:3'): read_gsheets import data from multiple sheets in Google Sheets ──
<purrr_error_indexed/rlang_error/error/condition>
Error in `map(.x, .f, ...)`: i In index: 3.
i With name: Very Good.
Caused by 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.consumer: projects/603366585132
* metadata.service: sheets.googleapis.com
* metadata.quota_limit: ReadRequestsPerMinutePerProject
* metadata.quota_location: global
* metadata.quota_metric: sheets.googleapis.com/read_requests
* metadata.quota_limit_value: 600
* metadata.quota_unit: 1/min/{project}
Links
* Description: Request a higher quota limit.
URL: https://cloud.google.com/docs/quotas/help/request_increase
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 21 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc