Last updated on 2024-11-19 09:50:00 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.1 | 6.48 | 83.94 | 90.42 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.1 | 4.18 | 59.14 | 63.32 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.1 | 153.09 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 138.60 | OK | |||
r-devel-windows-x86_64 | 0.2.1 | 7.00 | 88.00 | 95.00 | ERROR | |
r-patched-linux-x86_64 | 0.2.1 | 6.62 | 79.96 | 86.58 | OK | |
r-release-linux-x86_64 | 0.2.1 | 6.17 | 80.33 | 86.50 | OK | |
r-release-macos-arm64 | 0.2.1 | 39.00 | OK | |||
r-release-macos-x86_64 | 0.2.1 | 66.00 | OK | |||
r-release-windows-x86_64 | 0.2.1 | 8.00 | 100.00 | 108.00 | ERROR | |
r-oldrel-macos-arm64 | 0.2.1 | 45.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.1 | 71.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.1 | 9.00 | 105.00 | 114.00 | ERROR |
Version: 0.2.1
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'
downloaded 3.3 MB
Warning in gsub(x = old_files, pattern = out_path, replacement = "") :
TRE pattern compilation error 'Invalid back reference'
Error in gsub(x = old_files, pattern = out_path, replacement = "") :
invalid regular expression 'D:\temp\2024_11_18_01_50_00_1577\RtmpSyxbip', reason 'Invalid back reference'
Calls: download_zip_to_folder -> gsub
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.2.1
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'
downloaded 3.3 MB
Warning in gsub(x = old_files, pattern = out_path, replacement = "") :
TRE pattern compilation error 'Invalid back reference'
Error in gsub(x = old_files, pattern = out_path, replacement = "") :
invalid regular expression 'D:\temp\2024_11_12_11_12_08_24475\RtmpyQr3Ib', reason 'Invalid back reference'
Calls: download_zip_to_folder -> gsub
Execution halted
Flavor: r-release-windows-x86_64
Version: 0.2.1
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'
downloaded 3.3 MB
Warning in gsub(x = old_files, pattern = out_path, replacement = "") :
TRE pattern compilation error 'Invalid back reference'
Error in gsub(x = old_files, pattern = out_path, replacement = "") :
invalid regular expression 'D:\temp\2024_11_18_01_50_01_1577\RtmpCiDA8v', reason 'Invalid back reference'
Calls: download_zip_to_folder -> gsub
Execution halted
Flavor: r-oldrel-windows-x86_64