Last updated on 2025-12-12 03:51:52 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2 | 8.40 | 54.08 | 62.48 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2 | 5.50 | 35.69 | 41.19 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.2 | 25.00 | 75.51 | 100.51 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.2 | 35.00 | 65.45 | 100.45 | OK | |
| r-devel-windows-x86_64 | 1.2 | 10.00 | 67.00 | 77.00 | OK | |
| r-patched-linux-x86_64 | 1.2 | 10.09 | 50.57 | 60.66 | OK | |
| r-release-linux-x86_64 | 1.2 | 9.79 | 49.99 | 59.78 | OK | |
| r-release-macos-arm64 | 1.2 | OK | ||||
| r-release-macos-x86_64 | 1.2 | 9.00 | 49.00 | 58.00 | OK | |
| r-release-windows-x86_64 | 1.2 | 10.00 | 66.00 | 76.00 | OK | |
| r-oldrel-macos-arm64 | 1.2 | OK | ||||
| r-oldrel-macos-x86_64 | 1.2 | 6.00 | 41.00 | 47.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2 | 15.00 | 81.00 | 96.00 | OK |
Version: 1.2
Check: examples
Result: ERROR
Running examples in ‘IDSL.CSA-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: DDA2msp
> ### Title: DDA to msp
> ### Aliases: DDA2msp
>
> ### ** Examples
>
> ## To see the results, use a known folder instead of the `tempdir()` command
> temp_wd <- tempdir()
> temp_wd_zip <- paste0(temp_wd, "/idsl_rawdda_test_files.zip")
> download.file(paste0("https://github.com/idslme/IDSL.CSA/blob/main/",
+ "CSA_educational_files/idsl_rawdda_test_files.zip?raw=true"),
+ destfile = temp_wd_zip, mode = "wb")
trying URL 'https://github.com/idslme/IDSL.CSA/blob/main/CSA_educational_files/idsl_rawdda_test_files.zip?raw=true'
Warning in download.file(paste0("https://github.com/idslme/IDSL.CSA/blob/main/", :
cannot open URL 'https://github.com/idslme/IDSL.CSA/blob/main/CSA_educational_files/idsl_rawdda_test_files.zip?raw=true': HTTP status was '504 Gateway Timeout'
Error in download.file(paste0("https://github.com/idslme/IDSL.CSA/blob/main/", :
cannot open URL 'https://github.com/idslme/IDSL.CSA/blob/main/CSA_educational_files/idsl_rawdda_test_files.zip?raw=true'
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc