Last updated on 2026-06-24 10:00:05 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.5.1 | 18.98 | 133.88 | 152.86 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.5.1 | 14.47 | 97.05 | 111.52 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.5.1 | 33.00 | 208.62 | 241.62 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.5.1 | 33.00 | 212.67 | 245.67 | OK | |
| r-devel-windows-x86_64 | 1.5.1 | 21.00 | 144.00 | 165.00 | OK | |
| r-patched-linux-x86_64 | 1.5.1 | 19.42 | 124.06 | 143.48 | OK | |
| r-release-linux-x86_64 | 1.5.1 | 17.14 | 121.96 | 139.10 | ERROR | |
| r-release-macos-arm64 | 1.5.1 | 4.00 | 43.00 | 47.00 | OK | |
| r-release-macos-x86_64 | 1.5.1 | 13.00 | 145.00 | 158.00 | OK | |
| r-release-windows-x86_64 | 1.5.1 | 21.00 | 140.00 | 161.00 | OK | |
| r-oldrel-macos-arm64 | 1.5.1 | 4.00 | 42.00 | 46.00 | OK | |
| r-oldrel-macos-x86_64 | 1.5.1 | 14.00 | 132.00 | 146.00 | OK | |
| r-oldrel-windows-x86_64 | 1.5.1 | 28.00 | 179.00 | 207.00 | OK |
Version: 1.5.1
Check: examples
Result: ERROR
Running examples in ‘VertexWiseR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: DTSERIESvextract
> ### Title: DTSERIESvextract
> ### Aliases: DTSERIESvextract
>
> ### ** Examples
>
> #demo cifti dtseries from openneuro
> #(ds005012, sub-18_ses-1_task-mid, run-01,
> #reduced to 50 time points)
> download.file(paste0("https://raw.githubusercontent.com/",
+ "CogBrainHealthLab/VertexWiseR/main/inst/demo_data/",
+ "demo_91k_bold.dtseries.nii"),
+ destfile=paste0(tempdir(),
+ "/demo_91k_bold.dtseries.nii"),
+ mode = "wb")
trying URL 'https://raw.githubusercontent.com/CogBrainHealthLab/VertexWiseR/main/inst/demo_data/demo_91k_bold.dtseries.nii'
Content type 'application/octet-stream' length 18890848 bytes (18.0 MB)
============
downloaded 4.5 MB
Warning in download.file(paste0("https://raw.githubusercontent.com/", "CogBrainHealthLab/VertexWiseR/main/inst/demo_data/", :
downloaded length 4761135 != reported length 18890848
Warning in download.file(paste0("https://raw.githubusercontent.com/", "CogBrainHealthLab/VertexWiseR/main/inst/demo_data/", :
URL 'https://raw.githubusercontent.com/CogBrainHealthLab/VertexWiseR/main/inst/demo_data/demo_91k_bold.dtseries.nii': Timeout of 60 seconds was reached
Error in download.file(paste0("https://raw.githubusercontent.com/", "CogBrainHealthLab/VertexWiseR/main/inst/demo_data/", :
download from 'https://raw.githubusercontent.com/CogBrainHealthLab/VertexWiseR/main/inst/demo_data/demo_91k_bold.dtseries.nii' failed
Execution halted
Flavor: r-release-linux-x86_64