Last updated on 2026-06-22 14:53:49 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.5.1 | 18.44 | 134.05 | 152.49 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.5.1 | 11.15 | 97.11 | 108.26 | ERROR | |
| 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 | 32.00 | 210.24 | 242.24 | 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 | 20.00 | 140.00 | 160.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 | 33.00 | 173.00 | 206.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: RFT_vertex_analysis
> ### Title: Vertex-wise analysis with random field theory cluster correction
> ### Aliases: RFT_vertex_analysis
>
> ### ** Examples
>
> demodata = readRDS(system.file('demo_data/SPRENG_behdata_site1.rds',
+ package = 'VertexWiseR'))[1:100,]
> CTv = readRDS(file = url(paste0("https://github.com",
+ "/CogBrainHealthLab/VertexWiseR/blob/main/inst/demo_data/",
+ "SPRENG_CTv_site1.rds?raw=TRUE")))[1:100,]
Warning in readRDS(file = url(paste0("https://github.com", "/CogBrainHealthLab/VertexWiseR/blob/main/inst/demo_data/", :
URL 'https://raw.githubusercontent.com/CogBrainHealthLab/VertexWiseR/refs/heads/main/inst/demo_data/SPRENG_CTv_site1.rds': Timeout of 60 seconds was reached
Error in readRDS(file = url(paste0("https://github.com", "/CogBrainHealthLab/VertexWiseR/blob/main/inst/demo_data/", :
cannot read from connection
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
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