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

This page was generated on 2025-01-28 11:48 -0500 (Tue, 28 Jan 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" 4659
palomino7Windows Server 2022 Datacenterx64R Under development (unstable) (2025-01-21 r87610 ucrt) -- "Unsuffered Consequences" 4454
lconwaymacOS 12.7.1 Montereyx86_64R Under development (unstable) (2025-01-22 r87618) -- "Unsuffered Consequences" 4465
kjohnson3macOS 13.7.1 Venturaarm64R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" 4419
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch64R Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences" 4409
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 1889/2286HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
scPipe 2.7.1  (landing page)
Shian Su
Snapshot Date: 2025-01-27 13:40 -0500 (Mon, 27 Jan 2025)
git_url: https://git.bioconductor.org/packages/scPipe
git_branch: devel
git_last_commit: 53eacce
git_last_commit_date: 2024-12-17 00:09:20 -0500 (Tue, 17 Dec 2024)
nebbiolo1Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino7Windows 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  NO, package depends on 'rtracklayer' which is only available as a source package that needs compilation
kjohnson3macOS 13.7.1 Ventura / arm64  OK    OK    OK    OK  NO, package depends on 'rtracklayer' which is only available as a source package that needs compilation
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    WARNINGS  


CHECK results for scPipe on kunpeng2

To the developers/maintainers of the scPipe package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/scPipe.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: scPipe
Version: 2.7.1
Command: /home/biocbuild/R/R/bin/R CMD check --install=check:scPipe.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings scPipe_2.7.1.tar.gz
StartedAt: 2025-01-28 15:05:33 -0000 (Tue, 28 Jan 2025)
EndedAt: 2025-01-28 15:13:38 -0000 (Tue, 28 Jan 2025)
EllapsedTime: 484.5 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: scPipe.Rcheck
Warnings: 5

Command output

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


* using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/scPipe.Rcheck’
* using R Under development (unstable) (2024-11-24 r87369)
* 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)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘scPipe/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘scPipe’ version ‘2.7.1’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... INFO
Imports includes 40 non-default packages.
Importing from so many packages makes the package vulnerable to any of
them becoming unavailable.  Move as many as possible to Suggests and
use conditionally.
* 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 ‘scPipe’ can be installed ... WARNING
Found the following significant warnings:
  Warning: program compiled against libxml 212 using older 211
See ‘/home/biocbuild/bbs-3.21-bioc/meat/scPipe.Rcheck/00install.out’ for details.
* used C compiler: ‘aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0’
* used C++ compiler: ‘aarch64-unknown-linux-gnu-g++ (GCC) 14.2.0’
* checking C++ specification ... NOTE
  Specified C++11: please drop specification unless essential
* checking installed package size ... INFO
  installed size is 37.4Mb
  sub-directories of 1Mb or more:
    extdata  12.1Mb
    libs     24.0Mb
* 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 ... NOTE
Warning: program compiled against libxml 212 using older 211

A namespace must be able to be loaded with just the base namespace
loaded: otherwise if the namespace gets loaded by a saved object, the
session will be unable to start.

Probably some imports need to be declared in the NAMESPACE file.
* 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 ... NOTE
Warning: program compiled against libxml 212 using older 211

It looks like this package (or a package it requires) has a startup
message which cannot be suppressed: see ?packageStartupMessage.
* checking dependencies in R code ... NOTE
Warning: program compiled against libxml 212 using older 211
Namespaces in Imports field not imported from:
  ‘flexmix’ ‘vctrs’
  All declared Imports should be used.
* checking S3 generic/method consistency ... WARNING
Warning: program compiled against libxml 212 using older 211
See section ‘Generic functions and methods’ in the ‘Writing R
Extensions’ manual.
* checking replacement functions ... WARNING
Warning: program compiled against libxml 212 using older 211
The argument of a replacement function which corresponds to the right
hand side must be named ‘value’.
* checking foreign function calls ... NOTE
Warning: program compiled against libxml 212 using older 211
See chapter ‘System and foreign language interfaces’ in the ‘Writing R
Extensions’ manual.
* checking R code for possible problems ... NOTE
Warning: program compiled against libxml 212 using older 211
sc_atac_feature_counting: warning in sc_atac_create_sce(input_folder =
  output_folder, organism = organism, sample = sample_name,
  feature_type = feature_type, pheno_data = pheno_data, report =
  create_report): partial argument match of 'sample' to 'sample_name'
sc_aligning: no visible binding for global variable ‘Var1’
sc_aligning: no visible binding for global variable ‘Freq’
sc_atac_bam_tagging: no visible binding for global variable ‘.N’
sc_atac_bam_tagging: no visible binding for global variable ‘count’
sc_atac_bam_tagging: no visible binding for global variable ‘.SD’
sc_atac_create_cell_qc_metrics: no visible binding for global variable
  ‘seqnames’
sc_atac_create_cell_qc_metrics: no visible binding for global variable
  ‘start’
sc_atac_create_cell_qc_metrics: no visible binding for global variable
  ‘end’
sc_atac_create_cell_qc_metrics: no visible binding for global variable
  ‘barcode’
sc_atac_create_cell_qc_metrics: no visible binding for global variable
  ‘count’
sc_atac_feature_counting: no visible binding for global variable
  ‘start’
sc_atac_feature_counting: no visible binding for global variable ‘end’
sc_atac_feature_counting: no visible global function definition for
  ‘write.csv’
sc_atac_plot_cells_per_feature: no visible binding for global variable
  ‘log_cells_per_feature’
sc_atac_plot_cells_per_feature: no visible binding for global variable
  ‘..count..’
sc_atac_plot_features_per_cell: no visible binding for global variable
  ‘log_features_per_cell’
sc_atac_plot_features_per_cell: no visible binding for global variable
  ‘..count..’
sc_atac_plot_fragments_cells_per_feature: no visible binding for global
  variable ‘log_counts_per_feature’
sc_atac_plot_fragments_cells_per_feature: no visible binding for global
  variable ‘log_cells_per_feature’
sc_atac_plot_fragments_features_per_cell: no visible binding for global
  variable ‘log_counts_per_cell’
sc_atac_plot_fragments_features_per_cell: no visible binding for global
  variable ‘log_features_per_cell’
sc_atac_plot_fragments_per_cell: no visible binding for global variable
  ‘log_counts_per_cell’
sc_atac_plot_fragments_per_cell: no visible binding for global variable
  ‘..count..’
sc_atac_plot_fragments_per_feature: no visible binding for global
  variable ‘log_counts_per_feature’
sc_atac_plot_fragments_per_feature: no visible binding for global
  variable ‘..count..’
sc_get_umap_data: no visible global function definition for ‘irlba’
sc_get_umap_data: no visible binding for global variable ‘value’
sc_get_umap_data: no visible binding for global variable ‘cluster’
sc_interactive_umap_plot : server: no visible binding for global
  variable ‘UMAP1’
sc_interactive_umap_plot : server: no visible binding for global
  variable ‘UMAP2’
sc_interactive_umap_plot : server: no visible binding for global
  variable ‘barcode’
sc_mae_plot_umap : <anonymous>: no visible global function definition
  for ‘irlba’
sc_mae_plot_umap : <anonymous>: no visible binding for global variable
  ‘value’
sc_mae_plot_umap : <anonymous>: no visible binding for global variable
  ‘cluster’
sc_mae_plot_umap : <anonymous>: no visible global function definition
  for ‘experiments’
sc_mae_plot_umap: no visible binding for global variable ‘UMAP1’
sc_mae_plot_umap: no visible binding for global variable ‘UMAP2’
Undefined global functions or variables:
  ..count.. .N .SD Freq UMAP1 UMAP2 Var1 barcode cluster count end
  experiments irlba log_cells_per_feature log_counts_per_cell
  log_counts_per_feature log_features_per_cell seqnames start value
  write.csv
Consider adding
  importFrom("stats", "end", "start")
  importFrom("utils", "write.csv")
to your NAMESPACE file.
* 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:
  QC_metrics.Rd: SingleCellExperiment
  UMI_dup_info.Rd: SingleCellExperiment
  create_sce_by_dir.Rd: SingleCellExperiment
  demultiplex_info.Rd: SingleCellExperiment
  feature_info.Rd: SingleCellExperiment
  feature_type.Rd: SingleCellExperiment
  gene_id_type.Rd: SingleCellExperiment
  organism.Rd: SingleCellExperiment
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
* checking for missing documentation entries ... WARNING
Warning: program compiled against libxml 212 using older 211
All user-level objects in a package should have documentation entries.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* checking for code/documentation mismatches ... WARNING
Warning: program compiled against libxml 212 using older 211
Warning: program compiled against libxml 212 using older 211
Warning: program compiled against libxml 212 using older 211
* checking Rd \usage sections ... NOTE
Warning: program compiled against libxml 212 using older 211
The \usage entries for S3 methods should use the \method markup and not
their full name.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* 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 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 ... INFO
GNU make is a SystemRequirements.
* 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 ‘/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/scPipe/libs/scPipe.so’:
  Found ‘abort’, possibly from ‘abort’ (C)
  Found ‘exit’, possibly from ‘exit’ (C)
  Found ‘stderr’, possibly from ‘stderr’ (C)
  Found ‘stdout’, possibly from ‘stdout’ (C)

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf. The detected symbols are linked into
the code but might come from libraries and not actually be called.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                       user system elapsed
sc_atac_bam_tagging  32.059 16.372  48.123
sc_sample_data        9.915  0.693  10.630
plot_QC_pairs         8.876  0.127   9.030
calculate_QC_metrics  2.875  0.172  10.646
* 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: 5 WARNINGs, 9 NOTEs
See
  ‘/home/biocbuild/bbs-3.21-bioc/meat/scPipe.Rcheck/00check.log’
for details.


Installation output

scPipe.Rcheck/00install.out

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


* installing to library ‘/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library’
* installing *source* package ‘scPipe’ ...
** using staged installation
** libs
using C compiler: ‘aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0’
using C++ compiler: ‘aarch64-unknown-linux-gnu-g++ (GCC) 14.2.0’
using C++11
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c FragmentThread.cpp -o FragmentThread.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c FragmentUtils.cpp -o FragmentUtils.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c Gene.cpp -o Gene.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c Interval.cpp -o Interval.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c ResizeArray.cpp -o ResizeArray.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c ThreadOutputFile.cpp -o ThreadOutputFile.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c Trie.cpp -o Trie.o
Trie.cpp: In member function ‘void Trie::SeqMismatchAux(std::vector<MismatchResult>&, const std::string&, trie_node*, int, int, int) const’:
Trie.cpp:265:35: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<trie_node*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  265 |                 for (int i = 0; i < valid_nodes.size(); i++) {
      |                                 ~~^~~~~~~~~~~~~~~~~~~~
Trie.cpp:274:43: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<trie_node*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  274 |                         for (int i = 0; i < valid_nodes.size(); i++) {
      |                                         ~~^~~~~~~~~~~~~~~~~~~~
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -c bam.c -o bam.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c cellbarcode.cpp -o cellbarcode.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c check_barcode_reads.cpp -o check_barcode_reads.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c detect_barcode.cpp -o detect_barcode.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c parsebam.cpp -o parsebam.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c parsecount.cpp -o parsecount.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c qc_per_bc_file_helper.cpp -o qc_per_bc_file_helper.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c rcpp_scPipe_func.cpp -o rcpp_scPipe_func.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c sc_atac_create_fragments.cpp -o sc_atac_create_fragments.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c test-cpp.cpp -o test-cpp.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c test-example.cpp -o test-example.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c test-fragmentThread.cpp -o test-fragmentThread.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c test-resizearray.cpp -o test-resizearray.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c test-runner.cpp -o test-runner.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c test-str_utils.cpp -o test-str_utils.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c test-trie_matching.cpp -o test-trie_matching.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c transcriptmapping.cpp -o transcriptmapping.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c trimbarcode.cpp -o trimbarcode.o
trimbarcode.cpp: In function ‘std::vector<int> sc_atac_paired_fastq_to_fastq(const char*, std::vector<std::__cxx11::basic_string<char> >, const char*, const char*, const char*, bool, bool, bool, int, int, bool)’:
trimbarcode.cpp:981:16: warning: ‘fq3’ may be used uninitialized [-Wmaybe-uninitialized]
  981 |         gzclose(fq3);
      |         ~~~~~~~^~~~~
trimbarcode.cpp:720:16: note: ‘fq3’ was declared here
  720 |         gzFile fq3;
      |                ^~~
trimbarcode.cpp:812:31: warning: ‘seq3’ may be used uninitialized [-Wmaybe-uninitialized]
  812 |             if((l3 = kseq_read(seq3)) < 0){
      |                      ~~~~~~~~~^~~~~~
trimbarcode.cpp:749:13: note: ‘seq3’ was declared here
  749 |     kseq_t *seq3;
      |             ^~~~
trimbarcode.cpp: In function ‘std::vector<int> sc_atac_paired_fastq_to_csv(char*, char*, char*, char*, char*, int, int, char*, bool, bool, bool, int, int, int, int, int, int)’:
trimbarcode.cpp:1498:16: warning: ‘fq3’ may be used uninitialized [-Wmaybe-uninitialized]
 1498 |         gzclose(fq3);
      |         ~~~~~~~^~~~~
trimbarcode.cpp:1108:12: note: ‘fq3’ was declared here
 1108 |     gzFile fq3;
      |            ^~~
trimbarcode.cpp:1116:13: warning: ‘seq3’ may be used uninitialized [-Wmaybe-uninitialized]
 1116 |     kseq_t *seq3;
      |             ^~~~
trimbarcode.cpp:1203:9: warning: ‘bc1_end’ may be used uninitialized [-Wmaybe-uninitialized]
 1203 |         if (bc1_end > (int)seq1->seq.l) {
      |         ^~
trimbarcode.cpp:1162:9: note: ‘bc1_end’ was declared here
 1162 |     int bc1_end, bc2_end; // get end position in the read of barcode and umi
      |         ^~~~~~~
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c tsscreatebins.cpp -o tsscreatebins.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c utils.cpp -o utils.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -shared -L/home/biocbuild/R/R/lib -L/usr/local/lib -o scPipe.so FragmentThread.o FragmentUtils.o Gene.o Interval.o RcppExports.o ResizeArray.o ThreadOutputFile.o Trie.o bam.o cellbarcode.o check_barcode_reads.o detect_barcode.o parsebam.o parsecount.o qc_per_bc_file_helper.o rcpp_scPipe_func.o sc_atac_create_fragments.o test-cpp.o test-example.o test-fragmentThread.o test-resizearray.o test-runner.o test-str_utils.o test-trie_matching.o transcriptmapping.o trimbarcode.o tsscreatebins.o utils.o /home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/usrlib/libhts.a -lcurl -lbz2 -llzma -lz -L/home/biocbuild/R/R/lib -lR
installing to /home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/00LOCK-scPipe/00new/scPipe/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
Warning: program compiled against libxml 212 using older 211
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
Warning: program compiled against libxml 212 using older 211
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
Warning: program compiled against libxml 212 using older 211
** testing if installed package keeps a record of temporary installation path
* DONE (scPipe)

Tests output

scPipe.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(scPipe)
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
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: 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



Warning: program compiled against libxml 212 using older 211
Linux/MacOS detected! 

Checking if samtools is installed ... 

samtools was not located. Please specify the path of it when running sc_atac_remove_duplicates()
> 
> test_check("scPipe")
Successful; continuing with program.
Invalid barcode start index given, with only 0 percent of reads containing a barcode match. However, a better barcode start location is 0 , where 55 percent of barcodes were found.
Unsuccessful. No location was found with a high number of barcode matches. Did both smallbarcode1col.csv and /home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/scPipe/extdata/simu_R1.fastq.gz come from the same provider?
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 121 ]
> 
> proc.time()
   user  system elapsed 
 21.306   0.741  22.092 

Example timings

scPipe.Rcheck/scPipe-Ex.timings

nameusersystemelapsed
QC_metrics0.2870.0470.334
UMI_dup_info0.2110.0040.215
UMI_duplication0.1420.0000.142
anno_import3.4170.1043.531
anno_to_saf000
calculate_QC_metrics 2.875 0.17210.646
cell_barcode_matching0.1480.0120.161
convert_geneid1.5180.1122.671
create_processed_report000
create_report0.0010.0000.000
create_sce_by_dir0.1500.0000.151
demultiplex_info0.1500.0040.154
detect_outlier0.3290.0120.342
gene_id_type0.1460.0000.147
get_ercc_anno0.3300.0000.333
get_genes_by_GO2.2150.1143.344
get_read_str0.0010.0000.000
organism0.1820.0080.190
plot_QC_pairs8.8760.1279.030
plot_UMI_dup0.5660.0080.576
plot_demultiplex0.3610.0080.371
plot_mapping0.8840.0310.917
remove_outliers0.3480.0080.356
sc_aligning0.0010.0000.000
sc_atac_bam_tagging32.05916.37248.123
sc_atac_cell_calling000
sc_atac_create_sce000
sc_atac_feature_counting000
sc_atac_peak_calling000
sc_atac_pipeline0.0020.0000.002
sc_atac_tfidf0.0000.0010.000
sc_atac_trim_barcode0.2890.0180.308
sc_correct_bam_bc0.0010.0000.002
sc_count_aligned_bam000
sc_demultiplex0.0020.0000.002
sc_demultiplex_and_count000
sc_detect_bc000
sc_exon_mapping0.0010.0000.001
sc_gene_counting0.0010.0000.001
sc_integrate000
sc_sample_data 9.915 0.69310.630
sc_sample_qc0.9830.0361.022
sc_trim_barcode000