CRAN Package Check Results for Package qtl2fst

Last updated on 2024-11-13 05:49:49 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.28 5.59 73.18 78.77 OK
r-devel-linux-x86_64-debian-gcc 0.28 4.15 53.44 57.59 OK
r-devel-linux-x86_64-fedora-clang 0.28 130.43 OK
r-devel-linux-x86_64-fedora-gcc 0.28 135.94 OK
r-devel-windows-x86_64 0.28 7.00 93.00 100.00 OK
r-patched-linux-x86_64 0.28 5.40 70.42 75.82 OK
r-release-linux-x86_64 0.28 5.05 69.89 74.94 OK
r-release-macos-arm64 0.28 49.00 OK
r-release-macos-x86_64 0.28 113.00 OK
r-release-windows-x86_64 0.28 6.00 92.00 98.00 ERROR
r-oldrel-macos-arm64 0.28 53.00 OK
r-oldrel-macos-x86_64 0.28 90.00 OK
r-oldrel-windows-x86_64 0.28 8.00 106.00 114.00 ERROR

Check Details

Version: 0.28
Check: examples
Result: ERROR Running examples in 'qtl2fst-Ex.R' failed The error most likely occurred in: > ### Name: replace_path > ### Title: Replace the path used in fst_genoprob object > ### Aliases: replace_path > > ### ** Examples > > library(qtl2) > grav2 <- read_cross2(system.file("extdata", "grav2.zip", package="qtl2")) > probs <- calc_genoprob(grav2, error_prob=0.002) > dir <- tempdir() > fprobs <- fst_genoprob(probs, "grav2", dir, overwrite=TRUE) writing D:\temp\2024_11_12_11_12_08_24475\Rtmpq2uy2Q/grav2_1.fst writing D:\temp\2024_11_12_11_12_08_24475\Rtmpq2uy2Q/grav2_2.fst writing D:\temp\2024_11_12_11_12_08_24475\Rtmpq2uy2Q/grav2_3.fst writing D:\temp\2024_11_12_11_12_08_24475\Rtmpq2uy2Q/grav2_4.fst writing D:\temp\2024_11_12_11_12_08_24475\Rtmpq2uy2Q/grav2_5.fst > > # move the probabilities into a different directory > new_dir <- file.path(tempdir(), "subdir") > if(!dir.exists(new_dir)) dir.create(new_dir) > for(file in fst_files(fprobs)) { + file.rename(file, file.path(new_dir, basename(file))) + } > > # revise the path in fprobs > new_path <- sub(dir, new_dir, fst_path(fprobs)) Warning in sub(dir, new_dir, fst_path(fprobs)) : TRE pattern compilation error 'Invalid back reference' Error in sub(dir, new_dir, fst_path(fprobs)) : invalid regular expression 'D:\temp\2024_11_12_11_12_08_24475\Rtmpq2uy2Q', reason 'Invalid back reference' Execution halted Flavor: r-release-windows-x86_64

Version: 0.28
Check: examples
Result: ERROR Running examples in 'qtl2fst-Ex.R' failed The error most likely occurred in: > ### Name: replace_path > ### Title: Replace the path used in fst_genoprob object > ### Aliases: replace_path > > ### ** Examples > > library(qtl2) > grav2 <- read_cross2(system.file("extdata", "grav2.zip", package="qtl2")) > probs <- calc_genoprob(grav2, error_prob=0.002) > dir <- tempdir() > fprobs <- fst_genoprob(probs, "grav2", dir, overwrite=TRUE) writing D:\temp\2024_11_11_17_15_36_10152\Rtmp84jAAc/grav2_1.fst writing D:\temp\2024_11_11_17_15_36_10152\Rtmp84jAAc/grav2_2.fst writing D:\temp\2024_11_11_17_15_36_10152\Rtmp84jAAc/grav2_3.fst writing D:\temp\2024_11_11_17_15_36_10152\Rtmp84jAAc/grav2_4.fst writing D:\temp\2024_11_11_17_15_36_10152\Rtmp84jAAc/grav2_5.fst > > # move the probabilities into a different directory > new_dir <- file.path(tempdir(), "subdir") > if(!dir.exists(new_dir)) dir.create(new_dir) > for(file in fst_files(fprobs)) { + file.rename(file, file.path(new_dir, basename(file))) + } > > # revise the path in fprobs > new_path <- sub(dir, new_dir, fst_path(fprobs)) Warning in sub(dir, new_dir, fst_path(fprobs)) : TRE pattern compilation error 'Invalid back reference' Error in sub(dir, new_dir, fst_path(fprobs)) : invalid regular expression 'D:\temp\2024_11_11_17_15_36_10152\Rtmp84jAAc', reason 'Invalid back reference' Execution halted Flavor: r-oldrel-windows-x86_64