Last updated on 2025-11-21 00:49:12 CET.
| Package | ERROR | OK |
|---|---|---|
| saros | 13 | |
| saros.base | 1 | 12 |
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
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