Back to Multiple platform build/check report for BioC 3.21: simplified long |
|
This page was generated on 2024-12-09 11:47 -0500 (Mon, 09 Dec 2024).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo1 | Linux (Ubuntu 24.04.1 LTS) | x86_64 | R Under development (unstable) (2024-10-21 r87258) -- "Unsuffered Consequences" | 4749 |
palomino7 | Windows Server 2022 Datacenter | x64 | R Under development (unstable) (2024-10-26 r87273 ucrt) -- "Unsuffered Consequences" | 4461 |
lconway | macOS 12.7.1 Monterey | x86_64 | R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" | 4411 |
kjohnson3 | macOS 13.7.1 Ventura | arm64 | R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" | 4366 |
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) | aarch64 | R Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences" | 4241 |
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 1992/2272 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
SparseArray 1.7.2 (landing page) Hervé Pagès
| nebbiolo1 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | OK | OK | |||||||||
palomino7 | Windows Server 2022 Datacenter / x64 | OK | OK | WARNINGS | OK | |||||||||
lconway | macOS 12.7.1 Monterey / x86_64 | OK | OK | OK | OK | |||||||||
kjohnson3 | macOS 13.7.1 Ventura / arm64 | OK | OK | OK | OK | |||||||||
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) / aarch64 | OK | OK | OK | ||||||||||
To the developers/maintainers of the SparseArray package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to [email protected]:packages/SparseArray.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: SparseArray |
Version: 1.7.2 |
Command: /home/biocbuild/R/R/bin/R CMD check --install=check:SparseArray.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings SparseArray_1.7.2.tar.gz |
StartedAt: 2024-12-09 10:11:17 -0000 (Mon, 09 Dec 2024) |
EndedAt: 2024-12-09 10:17:07 -0000 (Mon, 09 Dec 2024) |
EllapsedTime: 349.7 seconds |
RetCode: 0 |
Status: OK |
CheckDir: SparseArray.Rcheck |
Warnings: 0 |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD check --install=check:SparseArray.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings SparseArray_1.7.2.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/SparseArray.Rcheck’ * using R Under development (unstable) (2024-11-24 r87369) * using platform: aarch64-unknown-linux-gnu * R was compiled by gcc (conda-forge gcc 14.2.0-1) 14.2.0 GNU Fortran (conda-forge gcc 14.2.0-1) 14.2.0 * running under: openEuler 22.03 (LTS-SP1) * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘SparseArray/DESCRIPTION’ ... OK * this is package ‘SparseArray’ version ‘1.7.2’ * 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 ‘SparseArray’ can be installed ... OK * used C compiler: ‘gcc (conda-forge gcc 14.2.0-1) 14.2.0’ * 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 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 whether startup messages can be suppressed ... 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 ... NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: COO_SparseArray-class.Rd: dgCMatrix-class, lgCMatrix-class NaArray-class.Rd: Array SVT_SparseArray-class.Rd: dgCMatrix-class, lgCMatrix-class, CsparseMatrix-class SparseArray-class.Rd: dgCMatrix-class, dgRMatrix-class, lgCMatrix-class extract_sparse_array.Rd: dgCMatrix-class is_nonzero.Rd: dgCMatrix-class, lgCMatrix-class, ngCMatrix-class readSparseCSV.Rd: dgCMatrix-class read_block_as_sparse.Rd: dgCMatrix-class rowsum-methods.Rd: dgCMatrix-class sparseMatrix-utils.Rd: dgCMatrix-class Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. * 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 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 File ‘SparseArray/libs/SparseArray.so’: Found non-API calls to R: ‘R_GetConnection’, ‘R_ReadConnection’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. * checking files in ‘vignettes’ ... OK * checking examples ... OK Examples with CPU (user + system) or elapsed time > 5s user system elapsed thread-control 62.285 0.223 51.248 SVT_SparseArray-class 14.369 0.679 15.078 rowsum-methods 6.785 0.116 6.912 * 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: 2 NOTEs See ‘/home/biocbuild/bbs-3.21-bioc/meat/SparseArray.Rcheck/00check.log’ for details.
SparseArray.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD INSTALL SparseArray ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library’ * installing *source* package ‘SparseArray’ ... ** using staged installation ** libs using C compiler: ‘gcc (conda-forge gcc 14.2.0-1) 14.2.0’ gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c ExtendableJaggedArray.c -o ExtendableJaggedArray.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c IRanges_stubs.c -o IRanges_stubs.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c OPBufTree.c -o OPBufTree.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c R_init_SparseArray.c -o R_init_SparseArray.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c Rvector_summarization.c -o Rvector_summarization.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c Rvector_utils.c -o Rvector_utils.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c S4Vectors_stubs.c -o S4Vectors_stubs.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c SBT_utils.c -o SBT_utils.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c SVT_SparseArray_class.c -o SVT_SparseArray_class.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c SparseArray_Arith_methods.c -o SparseArray_Arith_methods.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c SparseArray_Compare_methods.c -o SparseArray_Compare_methods.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c SparseArray_Complex_methods.c -o SparseArray_Complex_methods.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c SparseArray_Logic_methods.c -o SparseArray_Logic_methods.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c SparseArray_Math_methods.c -o SparseArray_Math_methods.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c SparseArray_abind.c -o SparseArray_abind.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c SparseArray_aperm.c -o SparseArray_aperm.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c SparseArray_dim_tuning.c -o SparseArray_dim_tuning.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c SparseArray_matrixStats.c -o SparseArray_matrixStats.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c SparseArray_misc_methods.c -o SparseArray_misc_methods.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c SparseArray_subassignment.c -o SparseArray_subassignment.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c SparseArray_subassignment_OLD.c -o SparseArray_subassignment_OLD.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c SparseArray_subsetting.c -o SparseArray_subsetting.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c SparseArray_summarization.c -o SparseArray_summarization.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c SparseMatrix_mult.c -o SparseMatrix_mult.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c SparseVec.c -o SparseVec.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c SparseVec_Arith.c -o SparseVec_Arith.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c SparseVec_Compare.c -o SparseVec_Compare.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c SparseVec_Logic.c -o SparseVec_Logic.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c SparseVec_Math.c -o SparseVec_Math.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c SparseVec_dotprod.c -o SparseVec_dotprod.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c XVector_stubs.c -o XVector_stubs.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c argcheck_utils.c -o argcheck_utils.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c coerceVector2.c -o coerceVector2.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c leaf_utils.c -o leaf_utils.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c randomSparseArray.c -o randomSparseArray.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c readSparseCSV.c -o readSparseCSV.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c rowsum_methods.c -o rowsum_methods.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c sparseMatrix_utils.c -o sparseMatrix_utils.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c test.c -o test.o gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/IRanges/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/XVector/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -c thread_control.c -o thread_control.o gcc -shared -L/home/biocbuild/R/R/lib -L/usr/local/lib -o SparseArray.so ExtendableJaggedArray.o IRanges_stubs.o OPBufTree.o R_init_SparseArray.o Rvector_summarization.o Rvector_utils.o S4Vectors_stubs.o SBT_utils.o SVT_SparseArray_class.o SparseArray_Arith_methods.o SparseArray_Compare_methods.o SparseArray_Complex_methods.o SparseArray_Logic_methods.o SparseArray_Math_methods.o SparseArray_abind.o SparseArray_aperm.o SparseArray_dim_tuning.o SparseArray_matrixStats.o SparseArray_misc_methods.o SparseArray_subassignment.o SparseArray_subassignment_OLD.o SparseArray_subsetting.o SparseArray_summarization.o SparseMatrix_mult.o SparseVec.o SparseVec_Arith.o SparseVec_Compare.o SparseVec_Logic.o SparseVec_Math.o SparseVec_dotprod.o XVector_stubs.o argcheck_utils.o coerceVector2.o leaf_utils.o randomSparseArray.o readSparseCSV.o rowsum_methods.o sparseMatrix_utils.o test.o thread_control.o -fopenmp -L/home/biocbuild/R/R/lib -lR installing to /home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/00LOCK-SparseArray/00new/SparseArray/libs ** R ** 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 (SparseArray)
SparseArray.Rcheck/tests/testthat.Rout
R Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences" 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. > library(testthat) > library(SparseArray) Loading required package: Matrix Loading required package: BiocGenerics Loading required package: generics Attaching package: 'generics' The following objects are masked from 'package:base': as.difftime, as.factor, as.ordered, intersect, is.element, setdiff, setequal, union 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, is.unsorted, lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind, rownames, sapply, saveRDS, table, tapply, unique, unsplit, which.max, which.min 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: S4Vectors Loading required package: stats4 Attaching package: 'S4Vectors' The following objects are masked from 'package:Matrix': expand, unname The following object is masked from 'package:utils': findMatches The following objects are masked from 'package:base': I, expand.grid, unname Loading required package: S4Arrays Loading required package: abind Loading required package: IRanges Attaching package: 'S4Arrays' The following object is masked from 'package:abind': abind The following object is masked from 'package:base': rowsum > > test_check("SparseArray") [ FAIL 0 | WARN 0 | SKIP 0 | PASS 26846 ] > > proc.time() user system elapsed 114.824 4.226 118.987
SparseArray.Rcheck/SparseArray-Ex.timings
name | user | system | elapsed | |
COO_SparseArray-class | 2.196 | 0.020 | 2.221 | |
NaArray-Arith-methods | 0.109 | 0.000 | 0.110 | |
NaArray-Compare-methods | 0.027 | 0.000 | 0.028 | |
NaArray-Logic-methods | 0.041 | 0.000 | 0.041 | |
NaArray-Math-methods | 0.017 | 0.003 | 0.020 | |
NaArray-abind | 0 | 0 | 0 | |
NaArray-aperm | 0 | 0 | 0 | |
NaArray-class | 0.396 | 0.036 | 0.433 | |
NaArray-matrixStats | 0.001 | 0.000 | 0.000 | |
NaArray-misc-methods | 0.103 | 0.000 | 0.103 | |
NaArray-subsetting | 0.188 | 0.012 | 0.200 | |
NaArray-summarization | 0.026 | 0.004 | 0.031 | |
SVT_SparseArray-class | 14.369 | 0.679 | 15.078 | |
SparseArray-Arith-methods | 0.089 | 0.008 | 0.098 | |
SparseArray-Compare-methods | 0.015 | 0.000 | 0.015 | |
SparseArray-Complex-methods | 0.001 | 0.000 | 0.000 | |
SparseArray-Logic-methods | 0.023 | 0.000 | 0.023 | |
SparseArray-Math-methods | 0.007 | 0.000 | 0.007 | |
SparseArray-abind | 0.122 | 0.004 | 0.126 | |
SparseArray-aperm | 0 | 0 | 0 | |
SparseArray-class | 2.854 | 0.135 | 2.997 | |
SparseArray-matrixStats | 0.084 | 0.000 | 0.076 | |
SparseArray-misc-methods | 0.142 | 0.004 | 0.147 | |
SparseArray-subassignment | 0.048 | 0.000 | 0.048 | |
SparseArray-subsetting | 0.223 | 0.000 | 0.224 | |
SparseArray-summarization | 0.037 | 0.000 | 0.037 | |
SparseMatrix-mult | 0.058 | 0.000 | 0.055 | |
extract_sparse_array | 0.09 | 0.00 | 0.09 | |
is_nonna | 0.004 | 0.001 | 0.004 | |
is_nonzero | 0.001 | 0.002 | 0.005 | |
randomSparseArray | 3.568 | 0.084 | 3.660 | |
readSparseCSV | 0.028 | 0.000 | 0.028 | |
rowsum-methods | 6.785 | 0.116 | 6.912 | |
thread-control | 62.285 | 0.223 | 51.248 | |