CRAN Package Check Results for Maintainer ‘Stephan Daus <stephus.daus at gmail.com>’

Last updated on 2025-11-21 12:50:35 CET.

Package ERROR OK
saros 13
saros.base 1 12

Package saros

Current CRAN status: OK: 13

Package saros.base

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