Back to Multiple platform build/check report for BioC 3.20:   simplified   long
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2024-08-27 11:46 -0400 (Tue, 27 Aug 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 22.04.3 LTS)x86_644.4.1 (2024-06-14) -- "Race for Your Life" 4703
palomino8Windows Server 2022 Datacenterx644.4.1 (2024-06-14 ucrt) -- "Race for Your Life" 4440
lconwaymacOS 12.7.1 Montereyx86_644.4.1 (2024-06-14) -- "Race for Your Life" 4472
kjohnson3macOS 13.6.5 Venturaarm644.4.1 (2024-06-14) -- "Race for Your Life" 4421
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch644.4.1 (2024-06-14) -- "Race for Your Life" 4415
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 292/2255HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
celda 1.21.0  (landing page)
Joshua Campbell
Snapshot Date: 2024-08-26 14:00 -0400 (Mon, 26 Aug 2024)
git_url: https://git.bioconductor.org/packages/celda
git_branch: devel
git_last_commit: 705c668
git_last_commit_date: 2024-04-30 11:14:54 -0400 (Tue, 30 Apr 2024)
nebbiolo2Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino8Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson3macOS 13.6.5 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    OK  


CHECK results for celda on kunpeng2

To the developers/maintainers of the celda package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/celda.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.

raw results


Summary

Package: celda
Version: 1.21.0
Command: /home/biocbuild/R/R/bin/R CMD check --install=check:celda.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings celda_1.21.0.tar.gz
StartedAt: 2024-08-27 03:14:59 -0000 (Tue, 27 Aug 2024)
EndedAt: 2024-08-27 03:25:32 -0000 (Tue, 27 Aug 2024)
EllapsedTime: 633.3 seconds
RetCode: 0
Status:   OK  
CheckDir: celda.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD check --install=check:celda.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings celda_1.21.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.20-bioc/meat/celda.Rcheck’
* using R version 4.4.1 (2024-06-14)
* using platform: aarch64-unknown-linux-gnu
* R was compiled by
    gcc (GCC) 12.2.1 20220819 (openEuler 12.2.1-14)
    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 ‘celda/DESCRIPTION’ ... OK
* this is package ‘celda’ version ‘1.21.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 ‘celda’ can be installed ... OK
* used C compiler: ‘gcc (GCC) 10.3.1’
* used C++ compiler: ‘g++ (GCC) 10.3.1’
* checking installed package size ... NOTE
  installed size is 12.1Mb
  sub-directories of 1Mb or more:
    libs  10.6Mb
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
License stub is invalid DCF.
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking code 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 ... NOTE
checkRd: (-1) semiPheatmap.Rd:319-323: Lost braces
   319 | callback = function(hc, mat) {
       |                              ^
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* 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 line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking compilation flags in Makevars ... OK
* checking for GNU extensions in Makefiles ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking use of PKG_*FLAGS in Makefiles ... OK
* checking compiled code ... NOTE
Note: information on .o files is not available
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                       user system elapsed
geneSetEnrich        42.983  0.188  43.278
plotDimReduceGrid    26.317  0.099  26.470
recursiveSplitCell   21.382  0.116  21.449
decontX              12.974  0.056  13.057
recursiveSplitModule 12.610  0.012  12.628
plotDimReduceModule  12.105  0.020  12.147
plotDimReduceFeature 11.024  0.004  11.050
plotDimReduceCluster 10.508  0.008  10.538
celda_CG              6.865  0.043   6.926
sceCeldaCG            5.926  0.032   5.948
moduleHeatmap         5.877  0.008   5.895
sceCeldaCGGridSearch  0.587  0.016  69.539
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 4 NOTEs
See
  ‘/home/biocbuild/bbs-3.20-bioc/meat/celda.Rcheck/00check.log’
for details.


Installation output

celda.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD INSTALL celda
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/R/R-4.4.1/site-library’
* installing *source* package ‘celda’ ...
** using staged installation
** libs
using C compiler: ‘gcc (GCC) 10.3.1’
using C++ compiler: ‘g++ (GCC) 10.3.1’
g++ -std=gnu++17 -I"/home/biocbuild/R/R-4.4.1/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.4.1/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.4.1/site-library/RcppEigen/include' -I/usr/local/include   -fopenmp  -fPIC  -g -O2  -Wall  -c DecontX.cpp -o DecontX.o
DecontX.cpp: In function ‘Eigen::SparseMatrix<double, 0, int> calculateNativeMatrix(const Eigen::MappedSparseMatrix<double>&, const NumericVector&, const NumericMatrix&, const NumericMatrix&, const IntegerVector&, const double&)’:
DecontX.cpp:321:10: warning: variable ‘x’ set but not used [-Wunused-but-set-variable]
  321 |   double x;
      |          ^
g++ -std=gnu++17 -I"/home/biocbuild/R/R-4.4.1/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.4.1/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.4.1/site-library/RcppEigen/include' -I/usr/local/include   -fopenmp  -fPIC  -g -O2  -Wall  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -I"/home/biocbuild/R/R-4.4.1/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.4.1/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.4.1/site-library/RcppEigen/include' -I/usr/local/include   -fopenmp  -fPIC  -g -O2  -Wall  -c cG_calcGibbsProbY.cpp -o cG_calcGibbsProbY.o
g++ -std=gnu++17 -I"/home/biocbuild/R/R-4.4.1/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.4.1/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.4.1/site-library/RcppEigen/include' -I/usr/local/include   -fopenmp  -fPIC  -g -O2  -Wall  -c eigenMatMultInt.cpp -o eigenMatMultInt.o
g++ -std=gnu++17 -I"/home/biocbuild/R/R-4.4.1/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.4.1/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.4.1/site-library/RcppEigen/include' -I/usr/local/include   -fopenmp  -fPIC  -g -O2  -Wall  -c matrixNorm.cpp -o matrixNorm.o
gcc -I"/home/biocbuild/R/R-4.4.1/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.4.1/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.4.1/site-library/RcppEigen/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -c matrixSums.c -o matrixSums.o
g++ -std=gnu++17 -I"/home/biocbuild/R/R-4.4.1/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.4.1/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.4.1/site-library/RcppEigen/include' -I/usr/local/include   -fopenmp  -fPIC  -g -O2  -Wall  -c matrixSumsSparse.cpp -o matrixSumsSparse.o
gcc -I"/home/biocbuild/R/R-4.4.1/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.4.1/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.4.1/site-library/RcppEigen/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -c perplexity.c -o perplexity.o
g++ -std=gnu++17 -shared -L/home/biocbuild/R/R-4.4.1/lib -L/usr/local/lib -o celda.so DecontX.o RcppExports.o cG_calcGibbsProbY.o eigenMatMultInt.o matrixNorm.o matrixSums.o matrixSumsSparse.o perplexity.o -fopenmp -lopenblas -L/usr/lib/gcc/aarch64-linux-gnu/10.3.1 -lgfortran -lm -L/home/biocbuild/R/R-4.4.1/lib -lR
installing to /home/biocbuild/R/R-4.4.1/site-library/00LOCK-celda/00new/celda/libs
** 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
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (celda)

Tests output

celda.Rcheck/tests/testthat.Rout


R version 4.4.1 (2024-06-14) -- "Race for Your Life"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: aarch64-unknown-linux-gnu

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> Sys.unsetenv("R_TESTS")
> library(testthat)
> test_check("celda")
Loading required package: celda
Loading required package: SingleCellExperiment
Loading required package: SummarizedExperiment
Loading required package: MatrixGenerics
Loading required package: matrixStats

Attaching package: 'MatrixGenerics'

The following objects are masked from 'package:matrixStats':

    colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse,
    colCounts, colCummaxs, colCummins, colCumprods, colCumsums,
    colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs,
    colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats,
    colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds,
    colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads,
    colWeightedMeans, colWeightedMedians, colWeightedSds,
    colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet,
    rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods,
    rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps,
    rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins,
    rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks,
    rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars,
    rowWeightedMads, rowWeightedMeans, rowWeightedMedians,
    rowWeightedSds, rowWeightedVars

Loading required package: GenomicRanges
Loading required package: stats4
Loading required package: BiocGenerics

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append,
    as.data.frame, basename, cbind, colnames, dirname, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
    pmin.int, rank, rbind, rownames, sapply, setdiff, table, tapply,
    union, unique, unsplit, which.max, which.min

Loading required package: S4Vectors

Attaching package: 'S4Vectors'

The following object is masked from 'package:utils':

    findMatches

The following objects are masked from 'package:base':

    I, expand.grid, unname

Loading required package: IRanges
Loading required package: GenomeInfoDb
Loading required package: Biobase
Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.


Attaching package: 'Biobase'

The following object is masked from 'package:MatrixGenerics':

    rowMedians

The following objects are masked from 'package:matrixStats':

    anyMissing, rowMedians

Loading required package: Matrix

Attaching package: 'Matrix'

The following object is masked from 'package:S4Vectors':

    expand


Attaching package: 'celda'

The following object is masked from 'package:S4Vectors':

    params

[ FAIL 0 | WARN 1 | SKIP 2 | PASS 101 ]

══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• empty test (2): 'test-decon.R:27:1', 'test-decon.R:48:1'

[ FAIL 0 | WARN 1 | SKIP 2 | PASS 101 ]
> 
> proc.time()
   user  system elapsed 
 90.097   1.869 104.632 

Example timings

celda.Rcheck/celda-Ex.timings

nameusersystemelapsed
appendCeldaList0.0060.0000.006
bestLogLikelihood0.1390.0120.151
celda0.0010.0000.000
celdaClusters0.0900.0160.105
celdaGridSearch000
celdaHeatmap0.7310.0640.796
celdaModel0.0880.0040.092
celdaModules0.0650.0000.065
celdaPerplexity-celdaList-method0.0020.0000.003
celdaPerplexity0.0030.0000.002
celdaProbabilityMap3.3960.0233.432
celdaTsne4.8250.0084.843
celdaUmap4.3360.0444.383
celda_C0.8470.0040.852
celda_CG6.8650.0436.926
celda_G3.8340.0003.842
celdatosce1.7090.0001.712
clusterProbability0.4850.0040.489
compareCountMatrix0.010.000.01
countChecksum-celdaList-method0.0020.0000.002
countChecksum0.0030.0000.002
decontX12.974 0.05613.057
distinctColors0.0010.0000.001
factorizeMatrix0.3320.0000.332
featureModuleLookup0.2200.0000.221
featureModuleTable0.3440.0000.345
geneSetEnrich42.983 0.18843.278
logLikelihood0.7530.0000.755
logLikelihoodHistory0.0560.0000.056
matrixNames0.0020.0000.003
moduleHeatmap5.8770.0085.895
normalizeCounts0.0040.0000.003
params0.0020.0000.002
perplexity0.6410.0070.650
plotCeldaViolin0.9630.0120.977
plotDimReduceCluster10.508 0.00810.538
plotDimReduceFeature11.024 0.00411.050
plotDimReduceGrid26.317 0.09926.470
plotDimReduceModule12.105 0.02012.147
plotGridSearchPerplexity1.1540.0041.154
plotHeatmap0.1660.0080.175
plotRPC0.9380.0240.957
recodeClusterY0.2540.0000.254
recodeClusterZ0.2790.0000.280
recursiveSplitCell21.382 0.11621.449
recursiveSplitModule12.610 0.01212.628
reorderCelda1.9730.0001.976
reportceldaCG0.0020.0000.001
resList0.0590.0000.059
resamplePerplexity0.8940.0000.891
retrieveFeatureIndex0.0000.0030.003
runParams0.0610.0000.062
sampleLabel0.0620.0000.062
sceCeldaC0.7200.0040.721
sceCeldaCG5.9260.0325.948
sceCeldaCGGridSearch 0.587 0.01669.539
sceCeldaG1.2980.0041.305
selectBestModel0.1980.0040.202
selectFeatures0.4280.0000.428
simulateCells0.4070.0000.408
simulateContamination0.0210.0000.021
splitModule0.2720.0000.272
subsetCeldaList0.4680.0040.474
topRank0.0020.0000.003