Last updated on 2026-05-20 01:54:15 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.9.0 | 2.86 | 55.41 | 58.27 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.9.0 | 2.24 | 28.77 | 31.01 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.9.0 | 6.00 | 86.27 | 92.27 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.9.0 | 97.77 | OK | |||
| r-devel-windows-x86_64 | 0.9.0 | 5.00 | 182.00 | 187.00 | OK | |
| r-patched-linux-x86_64 | 0.9.0 | 3.40 | 51.74 | 55.14 | OK | |
| r-release-linux-x86_64 | 0.9.0 | 2.81 | 51.66 | 54.47 | OK | |
| r-release-macos-arm64 | 0.9.0 | 1.00 | 30.00 | 31.00 | OK | |
| r-release-macos-x86_64 | 0.9.0 | 2.00 | 83.00 | 85.00 | OK | |
| r-release-windows-x86_64 | 0.9.0 | 6.00 | 173.00 | 179.00 | OK | |
| r-oldrel-macos-arm64 | 0.9.0 | 1.00 | 32.00 | 33.00 | OK | |
| r-oldrel-macos-x86_64 | 0.9.0 | 2.00 | 118.00 | 120.00 | OK | |
| r-oldrel-windows-x86_64 | 0.9.0 | 6.00 | 213.00 | 219.00 | OK |
Version: 0.9.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/32s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(gifti)
>
> test_check("gifti")
trying URL 'http://johnmuschelli.com/gifti/BV_GIFTI.tar.gz'
Saving _problems/test-reader-3.R
trying URL 'http://johnmuschelli.com/gifti/BV_GIFTI.tar.gz'
Saving _problems/test-writer-3.R
[ FAIL 2 | WARN 2 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-reader.R:3:3'): reading gifti files ────────────────────────────
Error in `download.file(url = url, destfile = destfile)`: cannot open URL 'http://johnmuschelli.com/gifti/BV_GIFTI.tar.gz'
Backtrace:
▆
1. └─gifti::download_gifti_data(tdir) at test-reader.R:3:3
2. └─utils::download.file(url = url, destfile = destfile)
── Error ('test-writer.R:3:3'): writing gifti files ────────────────────────────
Error in `download.file(url = url, destfile = destfile)`: cannot open URL 'http://johnmuschelli.com/gifti/BV_GIFTI.tar.gz'
Backtrace:
▆
1. └─gifti::download_gifti_data(tdir) at test-writer.R:3:3
2. └─utils::download.file(url = url, destfile = destfile)
[ FAIL 2 | WARN 2 | SKIP 0 | PASS 0 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.9.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘Reading_GIFTI_Files.Rmd’ using rmarkdown
trying URL 'http://johnmuschelli.com/gifti/BV_GIFTI.tar.gz'
Quitting from Reading_GIFTI_Files.Rmd:42-46 [unnamed-chunk-4]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `download.file()`:
! cannot open URL 'http://johnmuschelli.com/gifti/BV_GIFTI.tar.gz'
---
Backtrace:
▆
1. └─gifti::download_gifti_data(outdir = outdir)
2. └─utils::download.file(url = url, destfile = destfile)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'Reading_GIFTI_Files.Rmd' failed with diagnostics:
cannot open URL 'http://johnmuschelli.com/gifti/BV_GIFTI.tar.gz'
--- failed re-building ‘Reading_GIFTI_Files.Rmd’
SUMMARY: processing the following file failed:
‘Reading_GIFTI_Files.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc