Back to Multiple platform build/check report for BioC 3.18: simplified long |
|
This page was generated on 2023-11-02 11:40:49 -0400 (Thu, 02 Nov 2023).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo2 | Linux (Ubuntu 22.04.2 LTS) | x86_64 | 4.3.1 (2023-06-16) -- "Beagle Scouts" | 4729 |
palomino4 | Windows Server 2022 Datacenter | x64 | 4.3.1 (2023-06-16 ucrt) -- "Beagle Scouts" | 4463 |
lconway | macOS 12.6.5 Monterey | x86_64 | 4.3.1 Patched (2023-06-17 r84564) -- "Beagle Scouts" | 4478 |
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) | aarch64 | 4.3.1 (2023-06-16) -- "Beagle Scouts" | 4464 |
Click on any hostname to see more info about the system (e.g. compilers) (*) as reported by 'uname -p', except on Windows and Mac OS X |
Package 1009/2266 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
ILoReg 1.12.0 (landing page) Johannes Smolander
| nebbiolo2 | Linux (Ubuntu 22.04.2 LTS) / x86_64 | OK | OK | ERROR | |||||||||
palomino4 | Windows Server 2022 Datacenter / x64 | OK | OK | WARNINGS | OK | ![]() | ||||||||
lconway | macOS 12.6.5 Monterey / x86_64 | OK | OK | WARNINGS | OK | ![]() | ||||||||
kjohnson1 | macOS 13.6.1 Ventura / arm64 | see weekly results here | ||||||||||||
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) / aarch64 | OK | OK | WARNINGS | ||||||||||
To the developers/maintainers of the ILoReg package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/ILoReg.git to reflect on this report. See Troubleshooting Build Report for more information. - Use the following Renviron settings to reproduce errors and warnings. - If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information. - See Martin Grigorov's blog post for how to debug Linux ARM64 related issues on a x86_64 host. |
Package: ILoReg |
Version: 1.12.0 |
Command: /home/biocbuild/R/R-4.3.1/bin/R CMD check --install=check:ILoReg.install-out.txt --library=/home/biocbuild/R/R-4.3.1/site-library --no-vignettes --timings ILoReg_1.12.0.tar.gz |
StartedAt: 2023-11-02 11:24:50 -0000 (Thu, 02 Nov 2023) |
EndedAt: 2023-11-02 11:33:51 -0000 (Thu, 02 Nov 2023) |
EllapsedTime: 541.7 seconds |
RetCode: 0 |
Status: WARNINGS |
CheckDir: ILoReg.Rcheck |
Warnings: 1 |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R-4.3.1/bin/R CMD check --install=check:ILoReg.install-out.txt --library=/home/biocbuild/R/R-4.3.1/site-library --no-vignettes --timings ILoReg_1.12.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.18-bioc/meat/ILoReg.Rcheck’ * using R version 4.3.1 (2023-06-16) * using platform: aarch64-unknown-linux-gnu (64-bit) * R was compiled by gcc (GCC) 10.3.1 GNU Fortran (GCC) 10.3.1 * running under: openEuler 22.03 (LTS-SP1) * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘ILoReg/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘ILoReg’ version ‘1.12.0’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘ILoReg’ can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking ‘build’ directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking R files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... WARNING Codoc mismatches from documentation object 'FindAllGeneMarkers': FindAllGeneMarkers.SingleCellExperiment Code: function(object, clustering.type, test, log2fc.threshold, min.pct, min.diff.pct, min.cells.group, max.cells.per.cluster, return.thresh, only.pos) Docs: function(object, clustering.type, test, log2fc.threshold, min.pct, min.diff.pct, min.cells.group, max.cells.per.cluster, pseudocount.use, return.thresh, only.pos) Argument names in docs not in code: pseudocount.use Mismatches in argument names: Position: 9 Code: return.thresh Docs: pseudocount.use Position: 10 Code: only.pos Docs: return.thresh \S4method{FindAllGeneMarkers}{SingleCellExperiment} Code: function(object, clustering.type = "manual", test = "wilcox", log2fc.threshold = 0.25, min.pct = 0.1, min.diff.pct = NULL, min.cells.group = 3, max.cells.per.cluster = NULL, return.thresh = 0.01, only.pos = FALSE) Docs: function(object, clustering.type = "manual", test = "wilcox", log2fc.threshold = 0.25, min.pct = 0.1, min.diff.pct = NULL, min.cells.group = 3, max.cells.per.cluster = NULL, pseudocount.use = 1, return.thresh = 0.01, only.pos = FALSE) Argument names in docs not in code: pseudocount.use Mismatches in argument names: Position: 9 Code: return.thresh Docs: pseudocount.use Position: 10 Code: only.pos Docs: return.thresh Codoc mismatches from documentation object 'FindGeneMarkers': FindGeneMarkers.SingleCellExperiment Code: function(object, clusters.1, clusters.2, clustering.type, test, logfc.threshold, min.pct, min.diff.pct, min.cells.group, max.cells.per.cluster, return.thresh, only.pos) Docs: function(object, clusters.1, clusters.2, clustering.type, test, logfc.threshold, min.pct, min.diff.pct, min.cells.group, max.cells.per.cluster, pseudocount.use, return.thresh, only.pos) Argument names in docs not in code: pseudocount.use Mismatches in argument names: Position: 11 Code: return.thresh Docs: pseudocount.use Position: 12 Code: only.pos Docs: return.thresh \S4method{FindGeneMarkers}{SingleCellExperiment} Code: function(object, clusters.1 = NULL, clusters.2 = NULL, clustering.type = "", test = "wilcox", logfc.threshold = 0.25, min.pct = 0.1, min.diff.pct = NULL, min.cells.group = 3, max.cells.per.cluster = NULL, return.thresh = 0.01, only.pos = FALSE) Docs: function(object, clusters.1 = NULL, clusters.2 = NULL, clustering.type = "", test = "wilcox", logfc.threshold = 0.25, min.pct = 0.1, min.diff.pct = NULL, min.cells.group = 3, max.cells.per.cluster = NULL, pseudocount.use = 1, return.thresh = 0.01, only.pos = FALSE) Argument names in docs not in code: pseudocount.use Mismatches in argument names: Position: 11 Code: return.thresh Docs: pseudocount.use Position: 12 Code: only.pos Docs: return.thresh Codoc mismatches from documentation object 'RunICP': RunICP Code: function(normalized.data = NULL, k = 15, d = 0.3, r = 5, C = 5, reg.type = "L1", max.iter = 200, icp.batch.size = Inf) Docs: function(normalized.data = NULL, k = 15, d = 0.3, r = 5, C = 5, reg.type = "L1", max.iter = 200) Argument names in code not in docs: icp.batch.size Codoc mismatches from documentation object 'RunParallelICP': RunParallelICP.SingleCellExperiment Code: function(object, k, d, L, r, C, reg.type, max.iter, threads, icp.batch.size) Docs: function(object, k, d, L, r, C, reg.type, max.iter, threads) Argument names in code not in docs: icp.batch.size \S4method{RunParallelICP}{SingleCellExperiment} Code: function(object, k = 15, d = 0.3, L = 200, r = 5, C = 0.3, reg.type = "L1", max.iter = 200, threads = 0, icp.batch.size = Inf) Docs: function(object, k = 15, d = 0.3, L = 200, r = 5, C = 0.3, reg.type = "L1", max.iter = 200, threads = 0) Argument names in code not in docs: icp.batch.size * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of ‘data’ directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking files in ‘vignettes’ ... OK * checking examples ... OK Examples with CPU (user + system) or elapsed time > 5s user system elapsed FindAllGeneMarkers 29.417 1.399 30.850 ClusteringScatterPlot 21.905 0.128 22.098 SelectTopGenes 21.288 0.208 21.551 AnnotationScatterPlot 20.394 0.167 20.641 GeneHeatmap 18.189 1.566 21.290 CalcSilhInfo 15.914 0.842 17.110 GeneScatterPlot 16.147 0.092 16.288 FindGeneMarkers 13.795 0.115 13.947 RunTSNE 13.284 0.507 14.852 RunUMAP 13.458 0.080 13.571 VlnPlot 11.966 0.870 13.456 SilhouetteCurve 11.509 0.551 12.489 MergeClusters 10.935 0.795 12.415 RenameCluster 10.980 0.072 11.077 PCAElbowPlot 10.921 0.095 11.049 HierarchicalClustering 10.881 0.068 10.973 SelectKClusters 10.796 0.096 10.913 RunParallelICP 10.719 0.032 10.776 RenameAllClusters 10.672 0.060 10.757 RunPCA 9.894 0.056 9.972 * checking for unstated dependencies in vignettes ... OK * checking package vignettes in ‘inst/doc’ ... OK * checking running R code from vignettes ... SKIPPED * checking re-building of vignette outputs ... SKIPPED * checking PDF version of manual ... OK * DONE Status: 1 WARNING See ‘/home/biocbuild/bbs-3.18-bioc/meat/ILoReg.Rcheck/00check.log’ for details.
ILoReg.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R-4.3.1/bin/R CMD INSTALL ILoReg ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/R/R-4.3.1/site-library’ * installing *source* package ‘ILoReg’ ... ** using staged installation ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (ILoReg)
ILoReg.Rcheck/ILoReg-Ex.timings
name | user | system | elapsed | |
AnnotationScatterPlot | 20.394 | 0.167 | 20.641 | |
CalcSilhInfo | 15.914 | 0.842 | 17.110 | |
ClusteringScatterPlot | 21.905 | 0.128 | 22.098 | |
FindAllGeneMarkers | 29.417 | 1.399 | 30.850 | |
FindGeneMarkers | 13.795 | 0.115 | 13.947 | |
GeneHeatmap | 18.189 | 1.566 | 21.290 | |
GeneScatterPlot | 16.147 | 0.092 | 16.288 | |
HierarchicalClustering | 10.881 | 0.068 | 10.973 | |
MergeClusters | 10.935 | 0.795 | 12.415 | |
PCAElbowPlot | 10.921 | 0.095 | 11.049 | |
PrepareILoReg | 0.540 | 0.000 | 0.541 | |
RenameAllClusters | 10.672 | 0.060 | 10.757 | |
RenameCluster | 10.980 | 0.072 | 11.077 | |
RunPCA | 9.894 | 0.056 | 9.972 | |
RunParallelICP | 10.719 | 0.032 | 10.776 | |
RunTSNE | 13.284 | 0.507 | 14.852 | |
RunUMAP | 13.458 | 0.080 | 13.571 | |
SelectKClusters | 10.796 | 0.096 | 10.913 | |
SelectTopGenes | 21.288 | 0.208 | 21.551 | |
SilhouetteCurve | 11.509 | 0.551 | 12.489 | |
VlnPlot | 11.966 | 0.870 | 13.456 | |
pbmc3k_500 | 0.003 | 0.000 | 0.006 | |