Last updated on 2026-08-16 08:50:38 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.0 | 2.86 | 51.16 | 54.02 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.0 | 2.09 | 38.44 | 40.53 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.3.0 | 37.76 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.3.0 | 41.59 | OK | |||
| r-devel-windows-x86_64 | 0.3.0 | 4.00 | 115.00 | 119.00 | OK | |
| r-patched-linux-x86_64 | 0.3.0 | 2.54 | 47.76 | 50.30 | OK | |
| r-release-linux-x86_64 | 0.3.0 | 2.83 | 47.93 | 50.76 | OK | |
| r-release-macos-arm64 | 0.3.0 | 1.00 | 68.00 | 69.00 | OK | |
| r-release-macos-x86_64 | 0.3.0 | 2.00 | 121.00 | 123.00 | OK | |
| r-release-windows-x86_64 | 0.3.0 | 4.00 | 117.00 | 121.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.0 | 1.00 | 71.00 | 72.00 | OK | |
| r-oldrel-macos-x86_64 | 0.3.0 | 2.00 | 136.00 | 138.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.0 | 6.00 | 133.00 | 139.00 | OK |
Version: 0.3.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘advanced-use.Rmd’ using rmarkdown
Quitting from advanced-use.Rmd:38-46 [unnamed-chunk-2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/purrr_error_indexed>
Error in `purrr::map()`:
ℹ In index: 1.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [npiregistry.cms.hhs.gov]:
Connection timed out after 10003 milliseconds
---
Backtrace:
▆
1. ├─npis %>% purrr::map(., ~npi_search(number = .)) %>% dplyr::bind_rows()
2. ├─dplyr::bind_rows(.)
3. │ └─rlang::list2(...)
4. ├─purrr::map(., ~npi_search(number = .))
5. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress)
6. │ ├─purrr:::with_indexed_errors(...)
7. │ │ └─base::withCallingHandlers(...)
8. │ ├─purrr:::call_with_cleanup(...)
9. │ └─.f(.x[[i]], ...)
10. │ └─npi::npi_search(number = .)
11. │ └─npi:::npi_process_results(...)
12. │ └─npi:::npi_control_requests(params, user_n)
13. │ └─npi:::npi_get_results(results = results, query = query)
14. │ └─npi:::npi_get(npi_url(), query = ...)
15. │ └─npi:::npi_api("GET", url, ...)
16. │ └─httr (local) FUN(url, ..., config = c(npi_config(), config))
17. │ └─httr:::request_perform(req, hu$handle$handle)
18. │ ├─httr:::request_fetch(req$output, req$url, handle)
19. │ └─httr:::request_fetch.write_memory(req$output, req$url, handle)
20. │ └─curl::curl_fetch_memory(url, handle = handle)
21. └─curl:::raise_libcurl_error(...)
22. └─base::stop(e)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'advanced-use.Rmd' failed with diagnostics:
ℹ In index: 1.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [npiregistry.cms.hhs.gov]:
Connection timed out after 10003 milliseconds
--- failed re-building ‘advanced-use.Rmd’
--- re-building ‘npi.Rmd’ using rmarkdown
--- finished re-building ‘npi.Rmd’
SUMMARY: processing the following file failed:
‘advanced-use.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc