Last updated on 2025-04-28 00:50:19 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 3.47 | 52.34 | 55.81 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 3.02 | 41.91 | 44.93 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 81.92 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 83.18 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 5.00 | 80.00 | 85.00 | OK | |
r-patched-linux-x86_64 | 1.0 | 4.35 | 57.98 | 62.33 | OK | |
r-release-linux-x86_64 | 1.0 | 3.96 | 55.75 | 59.71 | OK | |
r-release-macos-arm64 | 1.0 | 38.00 | OK | |||
r-release-macos-x86_64 | 1.0 | 58.00 | OK | |||
r-release-windows-x86_64 | 1.0 | 6.00 | 0.00 | 6.00 | FAIL | |
r-oldrel-macos-arm64 | 1.0 | 32.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0 | 45.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0 | 6.00 | 97.00 | 103.00 | OK |
Version: 1.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Guangsheng Pei <peiguangsheng@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Guangsheng",
family = "Pei",
role = c("aut", "cre"),
email = "peiguangsheng@gmail.com")
as necessary.
Found the following \keyword or \concept entries
which likely give several index terms:
File ‘deTS-package.Rd’:
\keyword{ deTS; TSEA }
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘RColorBrewer’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-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:
>
> ### ** Examples
>
> data(query_GTEx)
> query_matrix = query_GTEx
> data(correction_factor)
> data(ENCODE_z_score)
> query_mat_zscore_nor = tsea.expression.normalization(query_matrix,
+ correction_factor, normalization = "z-score")
> tseaed_in_ENCODE = tsea.expression.decode(query_mat_zscore_nor,
+ ENCODE_z_score, 0.05, p.adjust.method = "BH")
............................................> tseaed_in_ENCODE_summary = tsea.summary(tseaed_in_ENCODE)
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 20.75 3.26 24.09 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