CRAN Package Check Results for Package qtl2fst

Last updated on 2024-11-14 00:50:05 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 3.63 54.31 57.94 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 ERROR
r-patched-linux-x86_64 0.28 5.42 69.81 75.23 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 107.00 115.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_13_01_50_00_32639\Rtmpakfknc/grav2_1.fst writing D:\temp\2024_11_13_01_50_00_32639\Rtmpakfknc/grav2_2.fst writing D:\temp\2024_11_13_01_50_00_32639\Rtmpakfknc/grav2_3.fst writing D:\temp\2024_11_13_01_50_00_32639\Rtmpakfknc/grav2_4.fst writing D:\temp\2024_11_13_01_50_00_32639\Rtmpakfknc/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_13_01_50_00_32639\Rtmpakfknc', reason 'Invalid back reference' Execution halted Flavor: r-devel-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_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_13_01_50_00_32639\RtmpmWRgXa/grav2_1.fst writing D:\temp\2024_11_13_01_50_00_32639\RtmpmWRgXa/grav2_2.fst writing D:\temp\2024_11_13_01_50_00_32639\RtmpmWRgXa/grav2_3.fst writing D:\temp\2024_11_13_01_50_00_32639\RtmpmWRgXa/grav2_4.fst writing D:\temp\2024_11_13_01_50_00_32639\RtmpmWRgXa/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_13_01_50_00_32639\RtmpmWRgXa', reason 'Invalid back reference' Execution halted Flavor: r-oldrel-windows-x86_64

mirror server hosted at Truenetwork, Russian Federation.