Last updated on 2026-01-27 03:48:12 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| saros | 2 | 11 | |
| saros.base | 1 | 12 |
Current CRAN status: NOTE: 2, OK: 11
Version: 1.6.0
Check: relative paths in package URLs
Result: NOTE
Found the following (possibly) invalid URL:
URL: ../For_kapittelforfattare/99_Feilmeldinger.qmd
From: inst/doc/for_chapter_author.html
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
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:
> ### 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