Last updated on 2025-07-25 12:50:13 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3 | 5.86 | 65.10 | 70.96 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.3 | 4.29 | 63.10 | 67.39 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.3 | 119.92 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.3 | 135.39 | OK | |||
r-devel-windows-x86_64 | 1.3 | 10.00 | 125.00 | 135.00 | OK | |
r-patched-linux-x86_64 | 1.3 | 5.97 | 74.53 | 80.50 | OK | |
r-release-linux-x86_64 | 1.3 | 6.16 | 74.56 | 80.72 | OK | |
r-release-macos-arm64 | 1.3 | 57.00 | OK | |||
r-release-macos-x86_64 | 1.3 | 95.00 | OK | |||
r-release-windows-x86_64 | 1.3 | 9.00 | 0.00 | 9.00 | FAIL | |
r-oldrel-macos-arm64 | 1.3 | 54.00 | OK | |||
r-oldrel-macos-x86_64 | 1.3 | 125.00 | OK | |||
r-oldrel-windows-x86_64 | 1.3 | 8.00 | 134.00 | 142.00 | OK |
Version: 1.3
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:
> p = p/sum(p)
> nM = rmultinom(1, size=K, prob=p)
> gset = lapply(nM, function(x){gnames[sample(x)]})
> names(gset) = paste("pathway",1:M,sep="")
>
> ## Carry out permutation analysis with grp as the outcome
> ## using the two-sample Wilcoxon with B=100 random permutations
> res = perm.path(expdat, y=pdat[["grp"]], local.test="wilcoxon", global.test="maxmean",
+ B=100, gset=gset, min.num=2, max.num=50, sort="score")
>
> # create an html file
> #epermPATH2HTML(rstab, dir="/dir/", fname="tophits")
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 0.3 0.01 0.32 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-release-windows-x86_64