Back to Multiple platform build/check report for BioC 3.17
ABCDEFGH[I]JKLMNOPQRSTUVWXYZ

This page was generated on 2023-04-12 10:55:37 -0400 (Wed, 12 Apr 2023).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.1 LTS)x86_644.3.0 alpha (2023-04-03 r84154) 4547
nebbiolo2Linux (Ubuntu 20.04.5 LTS)x86_64R Under development (unstable) (2023-02-14 r83833) -- "Unsuffered Consequences" 4333
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

CHECK results for ILoReg on nebbiolo2


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.

Note: If "R CMD check" recently failed on the Linux builder over a missing dependency, add the missing dependency to "Suggests" in your DESCRIPTION file. See the Renviron.bioc for details.

raw results

Package 976/2207HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
ILoReg 1.9.0  (landing page)
Johannes Smolander
Snapshot Date: 2023-04-11 14:00:16 -0400 (Tue, 11 Apr 2023)
git_url: https://git.bioconductor.org/packages/ILoReg
git_branch: devel
git_last_commit: 665d26d
git_last_commit_date: 2022-11-01 11:22:29 -0400 (Tue, 01 Nov 2022)
nebbiolo1Linux (Ubuntu 22.04.1 LTS) / x86_64  OK    OK    ERROR  
nebbiolo2Linux (Ubuntu 20.04.5 LTS) / x86_64  OK    OK    ERROR  

Summary

Package: ILoReg
Version: 1.9.0
Command: /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD check --install=check:ILoReg.install-out.txt --library=/home/biocbuild/bbs-3.17-bioc/R/site-library --timings ILoReg_1.9.0.tar.gz
StartedAt: 2023-04-12 06:54:28 -0400 (Wed, 12 Apr 2023)
EndedAt: 2023-04-12 07:01:02 -0400 (Wed, 12 Apr 2023)
EllapsedTime: 394.1 seconds
RetCode: 1
Status:   ERROR  
CheckDir: ILoReg.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD check --install=check:ILoReg.install-out.txt --library=/home/biocbuild/bbs-3.17-bioc/R/site-library --timings ILoReg_1.9.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.17-bioc/meat/ILoReg.Rcheck’
* using R Under development (unstable) (2023-02-14 r83833)
* using platform: x86_64-pc-linux-gnu (64-bit)
* R was compiled by
    gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
    GNU Fortran (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
* running under: Ubuntu 20.04.6 LTS
* using session charset: UTF-8
* checking for file ‘ILoReg/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘ILoReg’ version ‘1.9.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
SelectTopGenes         17.903  0.148  18.051
FindAllGeneMarkers     17.501  0.512  18.014
AnnotationScatterPlot  15.349  0.360  15.710
GeneHeatmap            14.090  0.368  14.459
ClusteringScatterPlot  13.735  0.360  14.095
GeneScatterPlot        11.404  0.132  11.536
CalcSilhInfo           10.306  0.288  10.594
RunUMAP                10.331  0.080  10.412
FindGeneMarkers         9.725  0.180   9.904
RunTSNE                 8.732  0.052   8.783
SilhouetteCurve         8.575  0.028   8.603
RunParallelICP          8.208  0.032   8.240
SelectKClusters         8.017  0.052   8.069
VlnPlot                 7.999  0.040   8.039
RenameAllClusters       7.314  0.076   7.392
RenameCluster           7.233  0.052   7.285
MergeClusters           7.161  0.076   7.238
HierarchicalClustering  7.170  0.032   7.202
RunPCA                  7.129  0.044   7.172
PCAElbowPlot            7.061  0.020   7.081
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ...
  ‘ILoReg.Rmd’ using ‘UTF-8’... OK
 NONE
* checking re-building of vignette outputs ... ERROR
Error(s) in re-building vignettes:
  ...
--- re-building ‘ILoReg.Rmd’ using rmarkdown
Error: processing vignette 'ILoReg.Rmd' failed with diagnostics:
there is no package called ‘BiocStyle’
--- failed re-building ‘ILoReg.Rmd’

SUMMARY: processing the following file failed:
  ‘ILoReg.Rmd’

Error: Vignette re-building failed.
Execution halted

* checking PDF version of manual ... OK
* DONE

Status: 1 ERROR, 1 WARNING
See
  ‘/home/biocbuild/bbs-3.17-bioc/meat/ILoReg.Rcheck/00check.log’
for details.


Installation output

ILoReg.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD INSTALL ILoReg
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.17-bioc/R/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)

Tests output


Example timings

ILoReg.Rcheck/ILoReg-Ex.timings

nameusersystemelapsed
AnnotationScatterPlot15.349 0.36015.710
CalcSilhInfo10.306 0.28810.594
ClusteringScatterPlot13.735 0.36014.095
FindAllGeneMarkers17.501 0.51218.014
FindGeneMarkers9.7250.1809.904
GeneHeatmap14.090 0.36814.459
GeneScatterPlot11.404 0.13211.536
HierarchicalClustering7.1700.0327.202
MergeClusters7.1610.0767.238
PCAElbowPlot7.0610.0207.081
PrepareILoReg0.4020.0200.423
RenameAllClusters7.3140.0767.392
RenameCluster7.2330.0527.285
RunPCA7.1290.0447.172
RunParallelICP8.2080.0328.240
RunTSNE8.7320.0528.783
RunUMAP10.331 0.08010.412
SelectKClusters8.0170.0528.069
SelectTopGenes17.903 0.14818.051
SilhouetteCurve8.5750.0288.603
VlnPlot7.9990.0408.039
pbmc3k_5000.0020.0000.002