Last updated on 2025-11-25 07:50:15 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.4.3 | 17.78 | 131.73 | 149.51 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.4.3 | 12.98 | 94.28 | 107.26 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.4.3 | 38.00 | 200.25 | 238.25 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.4.3 | 34.00 | 198.61 | 232.61 | OK | |
| r-devel-windows-x86_64 | 1.4.3 | 22.00 | 138.00 | 160.00 | OK | |
| r-patched-linux-x86_64 | 1.4.3 | 16.27 | 126.51 | 142.78 | OK | |
| r-release-linux-x86_64 | 1.4.3 | 16.32 | 125.76 | 142.08 | OK | |
| r-release-macos-arm64 | 1.4.3 | OK | ||||
| r-release-macos-x86_64 | 1.4.3 | 17.00 | 142.00 | 159.00 | OK | |
| r-release-windows-x86_64 | 1.4.3 | 20.00 | 138.00 | 158.00 | OK | |
| r-oldrel-macos-arm64 | 1.4.3 | OK | ||||
| r-oldrel-macos-x86_64 | 1.4.3 | 24.00 | 141.00 | 165.00 | OK | |
| r-oldrel-windows-x86_64 | 1.4.3 | 27.00 | 177.00 | 204.00 | OK |
Version: 1.4.3
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/", :
cannot open URL 'https://github.com/CogBrainHealthLab/VertexWiseR/blob/main/inst/demo_data/SPRENG_CTv_site1.rds?raw=TRUE': HTTP status was '503 Service Unavailable'
Error in readRDS(file = url(paste0("https://github.com", "/CogBrainHealthLab/VertexWiseR/blob/main/inst/demo_data/", :
cannot open the connection to 'https://github.com/CogBrainHealthLab/VertexWiseR/blob/main/inst/demo_data/SPRENG_CTv_site1.rds?raw=TRUE'
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.4.3
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://github.com/CogBrainHealthLab",
+ "/VertexWiseR/blob/main/inst/demo_data/",
+ "demo_91k_bold.dtseries.nii?raw=TRUE"),
+ destfile=paste0(tempdir(),
+ "/demo_91k_bold.dtseries.nii"),
+ mode = "wb")
trying URL 'https://github.com/CogBrainHealthLab/VertexWiseR/blob/main/inst/demo_data/demo_91k_bold.dtseries.nii?raw=TRUE'
Warning in download.file(paste0("https://github.com/CogBrainHealthLab", :
cannot open URL 'https://github.com/CogBrainHealthLab/VertexWiseR/blob/main/inst/demo_data/demo_91k_bold.dtseries.nii?raw=TRUE': HTTP status was '503 Service Unavailable'
Error in download.file(paste0("https://github.com/CogBrainHealthLab", :
cannot open URL 'https://github.com/CogBrainHealthLab/VertexWiseR/blob/main/inst/demo_data/demo_91k_bold.dtseries.nii?raw=TRUE'
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc