Last updated on 2025-06-30 01:50:12 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 9.98 | 78.01 | 87.99 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 6.59 | 56.88 | 63.47 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 135.30 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 125.04 | OK | |||
r-devel-windows-x86_64 | 1.0 | 10.00 | 0.00 | 10.00 | FAIL | |
r-patched-linux-x86_64 | OK | |||||
r-release-linux-x86_64 | 1.0 | 8.83 | 72.66 | 81.49 | OK | |
r-release-macos-arm64 | 1.0 | 39.00 | OK | |||
r-release-macos-x86_64 | 1.0 | 110.00 | OK | |||
r-release-windows-x86_64 | 1.0 | 9.00 | 93.00 | 102.00 | OK | |
r-oldrel-macos-arm64 | 1.0 | 40.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0 | 57.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0 | 13.00 | 108.00 | 121.00 | OK |
Version: 1.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Zihuai He <zihuai@umich.edu>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Zihuai",
family = "He",
role = c("aut", "cre"),
email = "zihuai@umich.edu")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.0
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:
> # time: describe longitudinal structure, n by 2 matrix
> # Z: genotype matrix, m by q matrix where m is the total number of subjects
>
> data(LGRF.example)
> Y<-LGRF.example$Y;time<-LGRF.example$time;X<-LGRF.example$X;Z<-LGRF.example$Z
>
> # Fit the null model
> result.null<-null.LGRF(Y,time,X=X)
>
> # The minimum p-value test based on GEE
> pMinP<-test.MinP(Z,result.null,corstr="exchangeable",MinP.adjust=0.95)
>
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 3.97 0.44 4.42 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