Last updated on 2026-06-21 11:51:23 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.6 | 21.04 | 149.86 | 170.90 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2.6 | 13.86 | 105.85 | 119.71 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.2.6 | 34.00 | 253.41 | 287.41 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.6 | 34.00 | 270.44 | 304.44 | OK | |
| r-devel-windows-x86_64 | 1.2.6 | 21.00 | 192.00 | 213.00 | OK | |
| r-patched-linux-x86_64 | 1.2.6 | 16.15 | 146.08 | 162.23 | OK | |
| r-release-linux-x86_64 | 1.2.6 | 19.54 | 143.51 | 163.05 | ERROR | |
| r-release-macos-arm64 | 1.2.6 | 5.00 | 44.00 | 49.00 | OK | |
| r-release-macos-x86_64 | 1.2.6 | 13.00 | 166.00 | 179.00 | OK | |
| r-release-windows-x86_64 | 1.2.6 | 27.00 | 184.00 | 211.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.6 | OK | ||||
| r-oldrel-macos-x86_64 | 1.2.6 | 11.00 | 149.00 | 160.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.6 | 33.00 | 241.00 | 274.00 | OK |
Version: 1.2.6
Check: examples
Result: ERROR
Running examples in ‘qtl2ggplot-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ggplot_snpasso
> ### Title: Plot SNP associations
> ### Aliases: ggplot_snpasso
>
> ### ** Examples
>
> dirpath <- "https://raw.githubusercontent.com/rqtl/qtl2data/master/DOex"
>
> # Read DOex example cross from 'qtl2data'
> DOex <- subset(qtl2::read_cross2(file.path(dirpath, "DOex.zip")), chr = "2")
>
> # Download genotype probabilities
> tmpfile <- tempfile()
> download.file(file.path(dirpath, "DOex_genoprobs_2.rds"), tmpfile, quiet=TRUE)
Warning in download.file(file.path(dirpath, "DOex_genoprobs_2.rds"), tmpfile, :
downloaded length 4551680 != reported length 8981419
Warning in download.file(file.path(dirpath, "DOex_genoprobs_2.rds"), tmpfile, :
URL 'https://raw.githubusercontent.com/rqtl/qtl2data/master/DOex/DOex_genoprobs_2.rds': Timeout of 60 seconds was reached
Error in download.file(file.path(dirpath, "DOex_genoprobs_2.rds"), tmpfile, :
download from 'https://raw.githubusercontent.com/rqtl/qtl2data/master/DOex/DOex_genoprobs_2.rds' failed
Execution halted
Flavor: r-release-linux-x86_64