Last updated on 2026-09-18 23:53:45 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.4 | 36.31 | 129.10 | 165.41 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 3.4 | 21.14 | 87.86 | 109.00 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 3.4 | 23.00 | 83.28 | 106.28 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 3.4 | 23.00 | 79.61 | 102.61 | OK | |
| r-devel-windows-x86_64 | 3.4 | 38.00 | 206.00 | 244.00 | ERROR | |
| r-patched-linux-x86_64 | 3.4 | 31.38 | 115.04 | 146.42 | OK | |
| r-release-linux-x86_64 | 3.4 | 30.67 | 115.40 | 146.07 | OK | |
| r-release-macos-arm64 | 3.4 | 8.00 | 30.00 | 38.00 | OK | |
| r-release-macos-x86_64 | 3.4 | 21.00 | 140.00 | 161.00 | OK | |
| r-release-windows-x86_64 | 3.4 | 35.00 | 136.00 | 171.00 | OK | |
| r-oldrel-macos-arm64 | 3.4 | OK | ||||
| r-oldrel-macos-x86_64 | 3.4 | 19.00 | 108.00 | 127.00 | OK | |
| r-oldrel-windows-x86_64 | 3.4 | 46.00 | 187.00 | 233.00 | OK |
Version: 3.4
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Yuanming Zhang<soyzhang@mail.hzau.edu.cn>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Zhou",
family = "Ya-Hui",
role = "aut"),
person(given = "Zhang",
family = "Ya-Wen",
role = "aut"),
person(given = "Wen",
family = "Yang-Jun",
role = "aut"),
person(given = "Wang",
family = "Shi-Bo",
role = "aut"),
person(given = "Zhang",
family = "Yuan-Ming",
role = "aut"),
person(given = "Yuanming",
family = "Zhang",
role = "cre",
email = "soyzhang@mail.hzau.edu.cn"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 3.4
Check: examples
Result: ERROR
Running examples in 'QTL.gCIMapping-Ex.R' failed
The error most likely occurred in:
> ### Name: ZhouMethod
> ### Title: The second step of Zhou method for multiple environments
> ### Aliases: ZhouMethod
>
> ### ** Examples
>
> data(F2data)
> readraw<-Readdata(file=F2data,fileFormat="GCIM",
+ method="GCIM-QEI",filecov=NULL,
+ MCIMmap=NULL,MultiEnv=TRUE)
> DoResult<-Dodata(fileFormat="GCIM",
+ Population="F2",method="GCIM-QEI",
+ Model="Random",readraw,MultiEnv=TRUE)
> ZhouMatrices<-ZhouF(pheRaw=DoResult$pheRaw,
+ genRaw=DoResult$genRaw,mapRaw1=DoResult$mapRaw1,
+ WalkSpeed=1,CriLOD=3,dir=tempdir())
--Read the following data:
49 individuals
100 markers
4 phenotypes
--Cross type: f2
> OutputZhou<-ZhouMethod(Model="Random",
+ pheRaw=DoResult$pheRaw,genRaw=DoResult$genRaw,
+ mapRaw=ZhouMatrices$mapRaw,CriLOD=3,NUM=1,
+ EnvNum=DoResult$EnvNum,yygg=DoResult$yygg1,
+ genoname=ZhouMatrices$genoname,
+ Ax0=ZhouMatrices$Ax0,Hx0=ZhouMatrices$Hx0,
+ Bx0=ZhouMatrices$Bx0,Ax=ZhouMatrices$Ax,
+ Hx=ZhouMatrices$Hx,Bx=ZhouMatrices$Bx,
+ dir=tempdir(),CriDis=5,CLO=2)
Error in serverSocket(port = port) :
creation of server socket failed: port 11667 cannot be opened
Calls: ZhouMethod ... single_locus_model -> makeCluster -> makePSOCKcluster -> serverSocket
Execution halted
Flavor: r-devel-windows-x86_64