Last updated on 2026-08-13 17:51:58 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | OK | |||||
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 19.07 | 87.60 | 106.67 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 20.00 | 76.86 | 96.86 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 19.00 | 83.48 | 102.48 | OK | |
| r-devel-windows-x86_64 | 0.2.0 | 32.00 | 149.00 | 181.00 | OK | |
| r-patched-linux-x86_64 | 0.2.0 | 32.96 | 117.38 | 150.34 | OK | |
| r-release-linux-x86_64 | 0.2.0 | 28.49 | 117.35 | 145.84 | OK | |
| r-release-macos-arm64 | 0.2.0 | 6.00 | 37.00 | 43.00 | OK | |
| r-release-macos-x86_64 | 0.2.0 | 20.00 | 152.00 | 172.00 | OK | |
| r-release-windows-x86_64 | 0.2.0 | 31.00 | 163.00 | 194.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.0 | 6.00 | 38.00 | 44.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.0 | 21.00 | 166.00 | 187.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.0 | 45.00 | 194.00 | 239.00 | OK |
Version: 0.2.0
Check: examples
Result: ERROR
Running examples in ‘pizzarr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: pizzarr_sample
> ### Title: pizzarr demo data
> ### Aliases: pizzarr_sample
>
> ### ** Examples
>
> ## Don't show:
> if (requireNamespace("crul", quietly = TRUE)) withAutoprint({ # examplesIf
+ ## End(Don't show)
+
+ sample_dir <- tools::R_user_dir("pizzarr")
+
+ clean <- !dir.exists(sample_dir)
+
+ zarr_samples <- pizzarr_sample(outdir = sample_dir)
+
+ #printing without system path for example
+ gsub(sample_dir, "...", zarr_samples, fixed = TRUE)
+
+ # clean up if you don't want to keep them for next time
+ if(clean) unlink(sample_dir, recursive = TRUE)
+ ## Don't show:
+ }) # examplesIf
> sample_dir <- tools::R_user_dir("pizzarr")
> clean <- !dir.exists(sample_dir)
> zarr_samples <- pizzarr_sample(outdir = sample_dir)
Error in curl::curl_fetch_disk(x$url$url, x$disk, handle = x$url$handle) :
Failure when receiving data from the peer [github.com]:
Connection died, tried 5 times before giving up
Calls: withAutoprint ... <Anonymous> -> crul_fetch -> <Anonymous> -> raise_libcurl_error
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc