Last updated on 2025-11-21 02:50:33 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.0 | 7.43 | 168.13 | 175.56 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2.0 | 4.65 | 117.84 | 122.49 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.2.0 | 16.00 | 260.68 | 276.68 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.0 | 22.00 | 279.03 | 301.03 | OK | |
| r-devel-windows-x86_64 | 1.2.0 | 11.00 | 169.00 | 180.00 | OK | |
| r-patched-linux-x86_64 | 1.2.0 | 7.56 | 160.30 | 167.86 | OK | |
| r-release-linux-x86_64 | 1.2.0 | 6.57 | 160.35 | 166.92 | OK | |
| r-release-macos-arm64 | 1.2.0 | OK | ||||
| r-release-macos-x86_64 | 1.2.0 | 8.00 | 145.00 | 153.00 | OK | |
| r-release-windows-x86_64 | 1.2.0 | 10.00 | 148.00 | 158.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.2.0 | 8.00 | 144.00 | 152.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.0 | 12.00 | 175.00 | 187.00 | OK |
Version: 1.2.0
Check: examples
Result: ERROR
Running examples in ‘saros.base-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: download_zip_to_folder
> ### Title: Wrapper to Download and Unzip a Github Repository to A Folder
> ### Aliases: download_zip_to_folder
>
> ### ** Examples
>
> download_zip_to_folder(
+ github_zip_url = "https://github.com/NIFU-NO/nifutemplates/archive/refs/heads/main.zip",
+ out_path = tempdir(), overwrite = TRUE
+ )
trying URL 'https://github.com/NIFU-NO/nifutemplates/archive/refs/heads/main.zip'
Warning in utils::download.file(url = github_zip_url, destfile = zip_path, :
cannot open URL 'https://github.com/NIFU-NO/nifutemplates/archive/refs/heads/main.zip': HTTP status was '503 Service Unavailable'
Error in utils::download.file(url = github_zip_url, destfile = zip_path, :
cannot open URL 'https://github.com/NIFU-NO/nifutemplates/archive/refs/heads/main.zip'
Calls: download_zip_to_folder -> <Anonymous>
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc