CRAN Package Check Results for Package GAGBLUP

Last updated on 2026-09-20 09:50:26 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0 3.47 31.13 34.60 OK
r-devel-linux-x86_64-debian-gcc 1.0 2.80 24.62 27.42 ERROR
r-devel-linux-x86_64-fedora-clang 1.0 23.95 OK
r-devel-linux-x86_64-fedora-gcc 1.0 23.60 OK
r-devel-windows-x86_64 1.0 5.00 57.00 62.00 OK
r-patched-linux-x86_64 1.0 3.55 27.16 30.71 OK
r-release-linux-x86_64 1.0 2.91 27.57 30.48 OK
r-release-macos-arm64 1.0 1.00 13.00 14.00 OK
r-release-macos-x86_64 1.0 3.00 46.00 49.00 OK
r-release-windows-x86_64 1.0 5.00 52.00 57.00 OK
r-oldrel-macos-arm64 1.0 OK
r-oldrel-macos-x86_64 1.0 3.00 44.00 47.00 OK
r-oldrel-windows-x86_64 1.0 6.00 57.00 63.00 OK

Check Details

Version: 1.0
Check: examples
Result: ERROR Running examples in ‘GAGBLUP-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: gagblup > ### Title: Genetic algorithm assisted genomic best liner unbiased > ### prediction for genomic selection > ### Aliases: gagblup > > ### ** Examples > > ## load example data from GAGBLUP package > data(phenotype) > data(bins) > phenotype <- phenotype[1:200,3] > result <- gagblup(bins[1:200,],phenotype,fit_fun='HAT',maxiter=1,nfold=2,nTimes=1,seed=123,n_core=1) Error in serverSocket(port = port) : creation of server socket failed: port 11391 cannot be opened Calls: gagblup -> makeCluster -> makePSOCKcluster -> serverSocket Execution halted Flavor: r-devel-linux-x86_64-debian-gcc