Back to Multiple platform build/check report for BioC 3.21:   simplified   long
ABCDEFGHIJKLMNOPQR[S]TUVWXYZ

This page was generated on 2025-09-22 11:42 -0400 (Mon, 22 Sep 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.3 LTS)x86_644.5.1 (2025-06-13) -- "Great Square Root" 4827
merida1macOS 12.7.5 Montereyx86_644.5.1 RC (2025-06-05 r88288) -- "Great Square Root" 4608
kjohnson1macOS 13.6.6 Venturaarm644.5.1 Patched (2025-06-14 r88325) -- "Great Square Root" 4549
kunpeng2Linux (openEuler 24.03 LTS)aarch64R Under development (unstable) (2025-02-19 r87757) -- "Unsuffered Consequences" 4581
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 2050/2341HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
SparseArray 1.8.1  (landing page)
Hervé Pagès
Snapshot Date: 2025-09-18 13:40 -0400 (Thu, 18 Sep 2025)
git_url: https://git.bioconductor.org/packages/SparseArray
git_branch: RELEASE_3_21
git_last_commit: ca78384
git_last_commit_date: 2025-07-18 01:10:47 -0400 (Fri, 18 Jul 2025)
nebbiolo1Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
merida1macOS 12.7.5 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson1macOS 13.6.6 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published
kunpeng2Linux (openEuler 24.03 LTS) / aarch64  OK    OK    OK  


CHECK results for SparseArray on kunpeng2

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

raw results


Summary

Package: SparseArray
Version: 1.8.1
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.8.1.tar.gz
StartedAt: 2025-09-19 15:03:09 -0000 (Fri, 19 Sep 2025)
EndedAt: 2025-09-19 15:09:02 -0000 (Fri, 19 Sep 2025)
EllapsedTime: 353.2 seconds
RetCode: 0
Status:   OK  
CheckDir: SparseArray.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### 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.8.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/SparseArray.Rcheck’
* using R Under development (unstable) (2025-02-19 r87757)
* using platform: aarch64-unknown-linux-gnu
* R was compiled by
    aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0
    GNU Fortran (GCC) 14.2.0
* running under: openEuler 24.03 (LTS-SP1)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘SparseArray/DESCRIPTION’ ... OK
* this is package ‘SparseArray’ version ‘1.8.1’
* 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: ‘aarch64-unknown-linux-gnu-gcc (GCC) 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:
  rowsum-methods.Rd: dsparseMatrix-class, dgCMatrix-class,
    dgTMatrix-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        65.524  0.933  54.608
SVT_SparseArray-class 13.945  0.590  14.568
rowsum-methods         6.594  0.276   6.885
* 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.


Installation output

SparseArray.Rcheck/00install.out

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


* installing to library ‘/home/biocbuild/R/R-devel_2025-02-19/site-library’
* installing *source* package ‘SparseArray’ ...
** this is package ‘SparseArray’ version ‘1.8.1’
** using staged installation
** libs
using C compiler: ‘aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0’
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c ExtendableJaggedArray.c -o ExtendableJaggedArray.o
ExtendableJaggedArray.c: In function ‘_move_ExtendableJaggedArrays_to_SVT’:
ExtendableJaggedArray.c:129:25: warning: ‘nzvals_p’ may be used uninitialized [-Wmaybe-uninitialized]
  129 |                         free(nzvals_p);
      |                         ^~~~~~~~~~~~~~
ExtendableJaggedArray.c:111:22: note: ‘nzvals_p’ was declared here
  111 |                 int *nzvals_p, *nzoffs_p;
      |                      ^~~~~~~~
ExtendableJaggedArray.c:125:25: warning: ‘nzoffs_p’ may be used uninitialized [-Wmaybe-uninitialized]
  125 |                         free(nzoffs_p);
      |                         ^~~~~~~~~~~~~~
ExtendableJaggedArray.c:111:33: note: ‘nzoffs_p’ was declared here
  111 |                 int *nzvals_p, *nzoffs_p;
      |                                 ^~~~~~~~
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c IRanges_stubs.c -o IRanges_stubs.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c OPBufTree.c -o OPBufTree.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c R_init_SparseArray.c -o R_init_SparseArray.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c Rvector_summarization.c -o Rvector_summarization.o
Rvector_summarization.c:1370:12: warning: ‘count_NA_list_elts’ defined but not used [-Wunused-function]
 1370 | static int count_NA_list_elts(SEXP x)
      |            ^~~~~~~~~~~~~~~~~~
Rvector_summarization.c:1360:12: warning: ‘any_NA_list_elt’ defined but not used [-Wunused-function]
 1360 | static int any_NA_list_elt(SEXP x)
      |            ^~~~~~~~~~~~~~~
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c Rvector_utils.c -o Rvector_utils.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c S4Vectors_stubs.c -o S4Vectors_stubs.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c SBT_utils.c -o SBT_utils.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c SVT_SparseArray_class.c -o SVT_SparseArray_class.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c SparseArray_Arith_methods.c -o SparseArray_Arith_methods.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c SparseArray_Compare_methods.c -o SparseArray_Compare_methods.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c SparseArray_Complex_methods.c -o SparseArray_Complex_methods.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c SparseArray_Logic_methods.c -o SparseArray_Logic_methods.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c SparseArray_Math_methods.c -o SparseArray_Math_methods.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c SparseArray_abind.c -o SparseArray_abind.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c SparseArray_aperm.c -o SparseArray_aperm.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c SparseArray_dim_tuning.c -o SparseArray_dim_tuning.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c SparseArray_matrixStats.c -o SparseArray_matrixStats.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c SparseArray_misc_methods.c -o SparseArray_misc_methods.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c SparseArray_subassignment.c -o SparseArray_subassignment.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c SparseArray_subassignment_OLD.c -o SparseArray_subassignment_OLD.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c SparseArray_subsetting.c -o SparseArray_subsetting.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c SparseArray_summarization.c -o SparseArray_summarization.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c SparseMatrix_mult.c -o SparseMatrix_mult.o
SparseMatrix_mult.c:346:13: warning: ‘crossprod2_doublemat_doubleSV’ defined but not used [-Wunused-function]
  346 | static void crossprod2_doublemat_doubleSV(
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SparseMatrix_mult.c:306:13: warning: ‘crossprod2_doubleSV_doublemat’ defined but not used [-Wunused-function]
  306 | static void crossprod2_doubleSV_doublemat(
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c SparseVec.c -o SparseVec.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c SparseVec_Arith.c -o SparseVec_Arith.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c SparseVec_Compare.c -o SparseVec_Compare.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c SparseVec_Logic.c -o SparseVec_Logic.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c SparseVec_Math.c -o SparseVec_Math.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c SparseVec_dotprod.c -o SparseVec_dotprod.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c XVector_stubs.c -o XVector_stubs.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c argcheck_utils.c -o argcheck_utils.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c coerceVector2.c -o coerceVector2.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c leaf_utils.c -o leaf_utils.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c randomSparseArray.c -o randomSparseArray.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c readSparseCSV.c -o readSparseCSV.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c rowsum_methods.c -o rowsum_methods.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c sparseMatrix_utils.c -o sparseMatrix_utils.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c test.c -o test.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/S4Vectors/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/IRanges/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/XVector/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security -c thread_control.c -o thread_control.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -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-devel_2025-02-19/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)

Tests output

SparseArray.Rcheck/tests/testthat.Rout


R Under development (unstable) (2025-02-19 r87757) -- "Unsuffered Consequences"
Copyright (C) 2025 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 28672 ]
> 
> proc.time()
   user  system elapsed 
120.837   3.403 124.458 

Example timings

SparseArray.Rcheck/SparseArray-Ex.timings

nameusersystemelapsed
COO_SparseArray-class2.1190.0482.172
NaArray-Arith-methods0.1120.0000.112
NaArray-Compare-methods0.0260.0000.025
NaArray-Logic-methods0.0380.0000.038
NaArray-Math-methods0.0180.0000.018
NaArray-abind000
NaArray-aperm0.0000.0000.001
NaArray-class0.3650.0280.393
NaArray-matrixStats000
NaArray-misc-methods0.0980.0000.098
NaArray-subsetting0.1810.0040.186
NaArray-summarization0.0270.0000.027
SVT_SparseArray-class13.945 0.59014.568
SparseArray-Arith-methods0.1100.0040.114
SparseArray-Compare-methods0.0160.0000.015
SparseArray-Complex-methods000
SparseArray-Logic-methods0.0230.0000.024
SparseArray-Math-methods0.0070.0000.008
SparseArray-abind0.1330.0000.134
SparseArray-aperm000
SparseArray-class2.8730.1403.020
SparseArray-matrixStats0.0780.0040.076
SparseArray-misc-methods0.1420.0040.146
SparseArray-subassignment0.0480.0000.048
SparseArray-subsetting0.2220.0000.222
SparseArray-summarization0.0370.0000.036
SparseMatrix-mult0.0560.0000.053
extract_sparse_array0.0890.0000.089
is_nonna0.0040.0000.004
is_nonzero0.0040.0000.004
randomSparseArray3.0220.1913.220
readSparseCSV0.0270.0040.032
rowsum-methods6.5940.2766.885
thread-control65.524 0.93354.608