Last updated on 2026-08-18 09:50:32 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 3.03 | 37.27 | 40.30 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 2.43 | 29.29 | 31.72 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 28.24 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 31.40 | OK | |||
| r-devel-windows-x86_64 | 0.1.0 | 6.00 | 57.00 | 63.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 3.30 | 33.83 | 37.13 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 3.07 | 33.80 | 36.87 | OK | |
| r-release-macos-arm64 | 0.1.0 | 1.00 | 18.00 | 19.00 | OK | |
| r-release-macos-x86_64 | 0.1.0 | 2.00 | 53.00 | 55.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 6.00 | 0.00 | 6.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | 1.00 | 16.00 | 17.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.0 | 3.00 | 82.00 | 85.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 7.00 | 64.00 | 71.00 | OK |
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘ctrlvee-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: crawl_chunks
> ### Title: Fetch R code chunks from any URL
> ### Aliases: crawl_chunks
>
> ### ** Examples
>
> ## rendered Quarto book chapter (HTML strategy detected)
> chunks <- crawl_chunks("https://r4ds.hadley.nz/data-visualize.html")
[ctrlvee] Auto-detected strategy: HTML
[ctrlvee] Strategy: HTML PARSING
[ctrlvee] Fetching: https://r4ds.hadley.nz/data-visualize.html
[ctrlvee] Downloaded 145009 characters of HTML.
[ctrlvee] Found 39 R code block(s).
>
>
> ## GitHub Gist ... plain .R file (raw strategy detected)
> chunks <- crawl_chunks(
+ "https://gist.github.com/vpnagraj/59fa609c5adf47c8c7a5b156eb261be7"
+ )
[ctrlvee] Normalized URL: https://gist.githubusercontent.com/vpnagraj/59fa609c5adf47c8c7a5b156eb261be7/raw
[ctrlvee] Auto-detected strategy: RAW
[ctrlvee] Strategy: RAW SOURCE
[ctrlvee] Fetching: https://gist.githubusercontent.com/vpnagraj/59fa609c5adf47c8c7a5b156eb261be7/raw
Error: HTTP request failed.
URL: https://gist.githubusercontent.com/vpnagraj/59fa609c5adf47c8c7a5b156eb261be7/raw
Error: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [gist.githubusercontent.com]:
Operation timed out after 15000 milliseconds with 0 bytes received
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc