Last updated on 2026-01-27 06:56:13 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.0 | 7.39 | 168.40 | 175.79 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2.0 | 3.92 | 119.23 | 123.15 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.2.0 | 13.00 | 280.94 | 293.94 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.0 | 11.00 | 279.41 | 290.41 | ERROR | |
| r-devel-windows-x86_64 | 1.2.0 | 11.00 | 157.00 | 168.00 | OK | |
| r-patched-linux-x86_64 | 1.2.0 | 7.12 | 159.67 | 166.79 | OK | |
| r-release-linux-x86_64 | 1.2.0 | 5.96 | 160.80 | 166.76 | OK | |
| r-release-macos-arm64 | 1.2.0 | OK | ||||
| r-release-macos-x86_64 | 1.2.0 | 5.00 | 148.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 | 5.00 | 147.00 | 152.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.0 | 14.00 | 195.00 | 209.00 | OK |
Version: 1.2.0
Check: examples
Result: ERROR
Running examples in ‘saros.base-Ex.R’ failed
The error most likely occurred in:
> ### 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, :
URL 'https://codeload.github.com/NIFU-NO/nifutemplates/zip/refs/heads/main': Timeout of 60 seconds was reached
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-fedora-gcc