CRAN Package Check Results for Maintainer ‘Albart Coster <albart at dairyconsult.nl>’

Last updated on 2024-12-22 10:50:16 CET.

Package FAIL OK
HaploSim 13
pedigree 1 12

Package HaploSim

Current CRAN status: OK: 13

Package pedigree

Current CRAN status: FAIL: 1, OK: 12

Version: 1.4.2
Check: PDF version of manual
Result: FAIL Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: > ### Aliases: trimPed > ### Keywords: utilities > > ### ** Examples > > id <- 1:5 > dam <- c(0,0,1,1,4) > sire <- c(0,0,2,2,3) > data <- c(FALSE,FALSE,TRUE,FALSE,FALSE) > ped <- data.frame(id,dam,sire) > yn <- trimPed(ped,data) > ped <- ped[yn,] > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 3.58 0.17 3.75 NA NA > grDevices::dev.off() null device 1 > ### > ### Local variables: *** > ### mode: outline-minor *** > ### outline-regexp: "\\(> \\)?### [*]+" *** > ### End: *** > quit('no') ======== End of example output (where/before crash/hang up occured ?) ======== Flavor: r-devel-windows-x86_64