Back to Long Tests report for BioC 3.12

CHECK report for DropletUtils on tokay1

This page was generated on 2021-05-08 14:20:33 -0400 (Sat, 08 May 2021).

To the developers/maintainers of the DropletUtils package:
Please make sure to use the following settings in order to reproduce any error or warning you see on this page.
Package 6/10HostnameOS / ArchCHECK
DropletUtils 1.10.3  (landing page)
Aaron Lun
Snapshot Date: 2021-05-08 09:00:02 -0400 (Sat, 08 May 2021)
URL: https://git.bioconductor.org/packages/DropletUtils
Branch: RELEASE_3_12
Last Commit: 4bdf932
Last Changed Date: 2021-02-01 11:41:53 -0400 (Mon, 01 Feb 2021)
malbec1Linux (Ubuntu 18.04.5 LTS) / x86_64  OK  
tokay1Windows Server 2012 R2 Standard / x64  ERROR  
merida1macOS 10.14.6 Mojave / x86_64  OK  

Summary

Package: DropletUtils
Version: 1.10.3
Command: C:\Users\biocbuild\bbs-3.12-bioc\R\bin\R.exe CMD check --force-multiarch --test-dir=longtests --no-stop-on-test-error --no-codoc --no-examples --no-manual --ignore-vignettes --check-subdirs=no DropletUtils_1.10.3.tar.gz
StartedAt: 2021-05-08 09:48:56 -0400 (Sat, 08 May 2021)
EndedAt: 2021-05-08 10:07:09 -0400 (Sat, 08 May 2021)
EllapsedTime: 1092.3 seconds
RetCode: 1
Status:   ERROR   
CheckDir: DropletUtils.Rcheck
Warnings: NA

Tests output

DropletUtils.Rcheck/tests_i386/testthat.Rout.fail


R version 4.0.5 (2021-03-31) -- "Shake and Throw"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: i386-w64-mingw32/i386 (32-bit)

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(DropletUtils)
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: parallel

Attaching package: 'BiocGenerics'

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

    clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
    clusterExport, clusterMap, parApply, parCapply, parLapply,
    parLapplyLB, parRapply, parSapply, parSapplyLB

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, append,
    as.data.frame, basename, cbind, colnames, dirname, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
    pmin.int, rank, rbind, rownames, sapply, setdiff, sort, table,
    tapply, union, unique, unsplit, which.max, which.min

Loading required package: S4Vectors

Attaching package: 'S4Vectors'

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

    expand.grid

Loading required package: IRanges

Attaching package: 'IRanges'

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

    windows

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

> test_check("DropletUtils")
== Failed tests ================================================================
-- Error (test-molinfo.R:21:5): works for version 3 ----------------------------
Error: cannot allocate vector of size 451.3 Mb
Backtrace:
    x
 1. \-DropletUtils::read10xMolInfo(fname, extract.library.info = TRUE) test-molinfo.R:21:4
 2.   +-base::as.vector(h5read(sample, path))
 3.   \-rhdf5::h5read(sample, path)
 4.     \-rhdf5:::h5readDataset(...)
 5.       \-base::tryCatch(...)
 6.         \-base:::tryCatchList(expr, classes, parentenv, handlers)
 7.           \-base:::tryCatchOne(expr, names, parentenv, handlers[[1L]])
 8.             \-value[[3L]](cond)
-- Error (test-molinfo.R:21:5): works for version 3 ----------------------------
Error: Error in h5checktype(). H5Identifier not valid.
Backtrace:
    x
 1. \-DropletUtils::read10xMolInfo(fname, extract.library.info = TRUE) test-molinfo.R:21:4
 2.   +-base::as.vector(h5read(sample, path))
 3.   \-rhdf5::h5read(sample, path)
 4.     \-rhdf5::H5Dclose(h5dataset)
 5.       \-rhdf5:::h5checktype(h5dataset, "dataset")
-- Error (test-molinfo.R:40:5): works for version 4 ----------------------------
Error: cannot allocate vector of size 614.2 Mb
Backtrace:
    x
 1. \-DropletUtils::read10xMolInfo(fname, extract.library.info = TRUE) test-molinfo.R:40:4
 2.   +-base::as.vector(h5read(sample, "/gem_group"))
 3.   \-rhdf5::h5read(sample, "/gem_group")
 4.     \-rhdf5:::h5readDataset(...)
 5.       \-base::tryCatch(...)
 6.         \-base:::tryCatchList(expr, classes, parentenv, handlers)
 7.           \-base:::tryCatchOne(expr, names, parentenv, handlers[[1L]])
 8.             \-value[[3L]](cond)
-- Error (test-molinfo.R:40:5): works for version 4 ----------------------------
Error: Error in h5checktype(). H5Identifier not valid.
Backtrace:
    x
 1. \-DropletUtils::read10xMolInfo(fname, extract.library.info = TRUE) test-molinfo.R:40:4
 2.   +-base::as.vector(h5read(sample, "/gem_group"))
 3.   \-rhdf5::h5read(sample, "/gem_group")
 4.     \-rhdf5::H5Dclose(h5dataset)
 5.       \-rhdf5:::h5checktype(h5dataset, "dataset")
-- Error (test-read10x.R:11:5): read10xCounts works for version 2 matrices (tarball) --
Error: Cholmod error 'out of memory' at file ../Core/cholmod_memory.c, line 146
Backtrace:
     x
  1. \-DropletUtils::read10xCounts(file.path(tmp, "filtered_gene_bc_matrices/GRCh38")) test-read10x.R:11:4
  2.   +-BiocParallel::bplapply(...)
  3.   \-BiocParallel::bplapply(...)
  4.     \-base::lapply(X, FUN_, ...)
  5.       \-BiocParallel:::FUN(X[[i]], ...)
  6.         \-BiocParallel:::FUN(...)
  7.           +-base::withCallingHandlers(...)
  8.           \-base::tryCatch(...)
  9.             \-base:::tryCatchList(expr, classes, parentenv, handlers)
 10.               \-base:::tryCatchOne(expr, names, parentenv, handlers[[1L]])
 11.                 \-value[[3L]](cond)
-- Error (test-read10x.R:117:5): read10xCounts works for version 4 matrices (tarball) --
Error: cannot allocate vector of size 220.6 Mb
Backtrace:
     x
  1. \-DropletUtils::read10xCounts(file.path(tmp, "raw_feature_bc_matrix")) test-read10x.R:117:4
  2.   +-BiocParallel::bplapply(...)
  3.   \-BiocParallel::bplapply(...)
  4.     \-base::lapply(X, FUN_, ...)
  5.       \-BiocParallel:::FUN(X[[i]], ...)
  6.         \-BiocParallel:::FUN(...)
  7.           +-base::withCallingHandlers(...)
  8.           \-base::tryCatch(...)
  9.             \-base:::tryCatchList(expr, classes, parentenv, handlers)
 10.               \-base:::tryCatchOne(expr, names, parentenv, handlers[[1L]])
 11.                 \-value[[3L]](cond)

[ FAIL 6 | WARN 0 | SKIP 0 | PASS 48 ]
Error: Test failures
Execution halted

DropletUtils.Rcheck/tests_x64/testthat.Rout


R version 4.0.5 (2021-03-31) -- "Shake and Throw"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)

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(DropletUtils)
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: parallel

Attaching package: 'BiocGenerics'

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

    clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
    clusterExport, clusterMap, parApply, parCapply, parLapply,
    parLapplyLB, parRapply, parSapply, parSapplyLB

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, append,
    as.data.frame, basename, cbind, colnames, dirname, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
    pmin.int, rank, rbind, rownames, sapply, setdiff, sort, table,
    tapply, union, unique, unsplit, which.max, which.min

Loading required package: S4Vectors

Attaching package: 'S4Vectors'

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

    expand.grid

Loading required package: IRanges

Attaching package: 'IRanges'

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

    windows

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

> test_check("DropletUtils")
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 78 ]
> 
> 
> proc.time()
   user  system elapsed 
 316.43   27.17  362.59 

'R CMD check' output

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\Users\biocbuild\bbs-3.12-bioc\R\bin\R.exe CMD check --force-multiarch --test-dir=longtests --no-stop-on-test-error --no-codoc --no-examples --no-manual --ignore-vignettes --check-subdirs=no DropletUtils_1.10.3.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'C:/Users/biocbuild/bbs-3.12-bioc-longtests/meat/DropletUtils.Rcheck'
* using R version 4.0.5 (2021-03-31)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using options '--no-codoc --no-examples --no-manual --ignore-vignettes --no-stop-on-test-error'
* checking for file 'DropletUtils/DESCRIPTION' ... OK
* this is package 'DropletUtils' version '1.10.3'
* 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 ... NOTE
Found the following hidden files and directories:
  .BBSoptions
These were most likely included in error. See section 'Package
structure' in the 'Writing R Extensions' manual.
* checking for portable file names ... OK
* checking whether package 'DropletUtils' can be installed ... OK
* checking installed package size ... NOTE
  installed size is 10.8Mb
  sub-directories of 1Mb or more:
    libs  10.5Mb
* checking package directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* loading checks for arch 'i386'
** 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
* loading checks for arch 'x64'
** 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 dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... SKIPPED
* 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 ... NOTE
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 ... OK
* checking files in 'vignettes' ... SKIPPED
* checking examples ... SKIPPED
* checking for unstated dependencies in 'longtests' ... OK
* checking tests in 'longtests' ...
** running tests for arch 'i386' ...
  Running 'testthat.R'
 ERROR
Running the tests in 'longtests/testthat.R' failed.
Last 13 lines of output:
    1. \-DropletUtils::read10xCounts(file.path(tmp, "raw_feature_bc_matrix")) test-read10x.R:117:4
    2.   +-BiocParallel::bplapply(...)
    3.   \-BiocParallel::bplapply(...)
    4.     \-base::lapply(X, FUN_, ...)
    5.       \-BiocParallel:::FUN(X[[i]], ...)
    6.         \-BiocParallel:::FUN(...)
    7.           +-base::withCallingHandlers(...)
    8.           \-base::tryCatch(...)
    9.             \-base:::tryCatchList(expr, classes, parentenv, handlers)
   10.               \-base:::tryCatchOne(expr, names, parentenv, handlers[[1L]])
   11.                 \-value[[3L]](cond)
  
  [ FAIL 6 | WARN 0 | SKIP 0 | PASS 48 ]
  Error: Test failures
  Execution halted
** running tests for arch 'x64' ...
  Running 'testthat.R'
 OK
* DONE

Status: 1 ERROR, 3 NOTEs
See
  'C:/Users/biocbuild/bbs-3.12-bioc-longtests/meat/DropletUtils.Rcheck/00check.log'
for details.


Installation output

DropletUtils.Rcheck/00install.out

* installing *source* package 'DropletUtils' ...
** using staged installation
** libs

*** arch - i386
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rhdf5lib/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/dqrng/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/scuttle/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rhdf5lib/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/dqrng/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/scuttle/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c downsample_run.cpp -o downsample_run.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rhdf5lib/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/dqrng/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/scuttle/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c encode_sequences.cpp -o encode_sequences.o
encode_sequences.cpp: In function 'Rcpp::IntegerVector encode_sequences(Rcpp::StringVector)':
encode_sequences.cpp:8:23: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'R_xlen_t' {aka 'int'} [-Wsign-compare]
     for (size_t i=0; i<output.size(); ++i) {
                      ~^~~~~~~~~~~~~~
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rhdf5lib/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/dqrng/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/scuttle/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c find_chimeric.cpp -o find_chimeric.o
find_chimeric.cpp: In function 'Rcpp::List find_chimeric(Rcpp::StringVector, Rcpp::IntegerVector, Rcpp::IntegerVector, double, bool)':
find_chimeric.cpp:28:23: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]
     for (size_t i=0; i<nmolecules; ++i, ++uIt) {
                      ~^~~~~~~~~~~
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rhdf5lib/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/dqrng/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/scuttle/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c find_swapped.cpp -o find_swapped.o
In file included from C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:12,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:11,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/beachmat.h:24,
                 from find_swapped.cpp:2:
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::SparseArraySeed_reader<V, TIT>::SparseArraySeed_reader(Rcpp::RObject) [with V = Rcpp::Vector<13>; TIT = const int*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]':
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:561:56:   required from 'beachmat::lin_SparseArraySeed<V, TIT>::lin_SparseArraySeed(Rcpp::RObject) [with V = Rcpp::Vector<13>; TIT = const int*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:36:39:   required from 'std::unique_ptr<_Codecvt> beachmat::read_lin_sparse_block_raw(Rcpp::RObject) [with M = beachmat::lin_matrix; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:65:63:   required from here
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:535:17: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const unsigned int'} and 'R_xlen_t' {aka 'int'} [-Wsign-compare]
         if (nnz != x.size()) {
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:551:45: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const unsigned int'} [-Wsign-compare]
                     if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) {
                                       ~~~~~~^~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:551:73: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const unsigned int'} [-Wsign-compare]
                     if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) {
                                                                   ~~~~~~^~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:593:35: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const unsigned int'} [-Wsign-compare]
                 for (int v = 0; v < nnz; ++v, ++rowIt, ++colIt, ++xIt) {
                                 ~~^~~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::SparseArraySeed_reader<V, TIT>::SparseArraySeed_reader(Rcpp::RObject) [with V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]':
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:561:56:   required from 'beachmat::lin_SparseArraySeed<V, TIT>::lin_SparseArraySeed(Rcpp::RObject) [with V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:38:39:   required from 'std::unique_ptr<_Codecvt> beachmat::read_lin_sparse_block_raw(Rcpp::RObject) [with M = beachmat::lin_matrix; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:65:63:   required from here
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:535:17: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const unsigned int'} and 'R_xlen_t' {aka 'int'} [-Wsign-compare]
         if (nnz != x.size()) {
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:551:45: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const unsigned int'} [-Wsign-compare]
                     if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) {
                                       ~~~~~~^~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:551:73: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const unsigned int'} [-Wsign-compare]
                     if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) {
                                                                   ~~~~~~^~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:593:35: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const unsigned int'} [-Wsign-compare]
                 for (int v = 0; v < nnz; ++v, ++rowIt, ++colIt, ++xIt) {
                                 ~~^~~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::SparseArraySeed_reader<V, TIT>::SparseArraySeed_reader(Rcpp::RObject) [with V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]':
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:561:56:   required from 'beachmat::lin_SparseArraySeed<V, TIT>::lin_SparseArraySeed(Rcpp::RObject) [with V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:40:39:   required from 'std::unique_ptr<_Codecvt> beachmat::read_lin_sparse_block_raw(Rcpp::RObject) [with M = beachmat::lin_matrix; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:65:63:   required from here
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:535:17: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const unsigned int'} and 'R_xlen_t' {aka 'int'} [-Wsign-compare]
         if (nnz != x.size()) {
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:551:45: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const unsigned int'} [-Wsign-compare]
                     if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) {
                                       ~~~~~~^~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:551:73: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const unsigned int'} [-Wsign-compare]
                     if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) {
                                                                   ~~~~~~^~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:593:35: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const unsigned int'} [-Wsign-compare]
                 for (int v = 0; v < nnz; ++v, ++rowIt, ++colIt, ++xIt) {
                                 ~~^~~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::sparse_index<OUT, I> beachmat::Csparse_core<TIT, I, P>::get_row(size_t, ALT, I*, size_t, size_t) [with OUT = const int*; ALT = int*; TIT = const double*; I = int; P = unsigned int; size_t = unsigned int]':
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:650:73:   required from 'beachmat::sparse_index<OUT, int> beachmat::SparseArraySeed_reader<V, TIT>::get_row(size_t, ALT, int*, size_t, size_t) [with OUT = const int*; ALT = int*; V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; size_t = unsigned int]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:596:82:   required from 'beachmat::sparse_index<const int*, int> beachmat::lin_SparseArraySeed<V, TIT>::get_row(size_t, int*, int*, size_t, size_t) [with V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; size_t = unsigned int]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:595:35:   required from here
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:250:22: warning: comparison of integer expressions of different signedness: 'const int' and 'const unsigned int' [-Wsign-compare]
             if (idex != *pIt && static_cast<size_t>(i[idex]) == r) {
                 ~~~~~^~~~~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::sparse_index<OUT, I> beachmat::Csparse_core<TIT, I, P>::get_row(size_t, ALT, I*, size_t, size_t) [with OUT = const double*; ALT = double*; TIT = const double*; I = int; P = unsigned int; size_t = unsigned int]':
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:650:73:   required from 'beachmat::sparse_index<OUT, int> beachmat::SparseArraySeed_reader<V, TIT>::get_row(size_t, ALT, int*, size_t, size_t) [with OUT = const double*; ALT = double*; V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; size_t = unsigned int]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:602:85:   required from 'beachmat::sparse_index<const double*, int> beachmat::lin_SparseArraySeed<V, TIT>::get_row(size_t, double*, int*, size_t, size_t) [with V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; size_t = unsigned int]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:601:38:   required from here
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:250:22: warning: comparison of integer expressions of different signedness: 'const int' and 'const unsigned int' [-Wsign-compare]
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::sparse_index<OUT, I> beachmat::Csparse_core<TIT, I, P>::get_row(size_t, ALT, I*, size_t, size_t) [with OUT = const int*; ALT = int*; TIT = const int*; I = int; P = unsigned int; size_t = unsigned int]':
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:650:73:   required from 'beachmat::sparse_index<OUT, int> beachmat::SparseArraySeed_reader<V, TIT>::get_row(size_t, ALT, int*, size_t, size_t) [with OUT = const int*; ALT = int*; V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; size_t = unsigned int]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:596:82:   required from 'beachmat::sparse_index<const int*, int> beachmat::lin_SparseArraySeed<V, TIT>::get_row(size_t, int*, int*, size_t, size_t) [with V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; size_t = unsigned int]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:595:35:   required from here
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:250:22: warning: comparison of integer expressions of different signedness: 'const int' and 'const unsigned int' [-Wsign-compare]
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::sparse_index<OUT, I> beachmat::Csparse_core<TIT, I, P>::get_row(size_t, ALT, I*, size_t, size_t) [with OUT = const double*; ALT = double*; TIT = const int*; I = int; P = unsigned int; size_t = unsigned int]':
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:650:73:   required from 'beachmat::sparse_index<OUT, int> beachmat::SparseArraySeed_reader<V, TIT>::get_row(size_t, ALT, int*, size_t, size_t) [with OUT = const double*; ALT = double*; V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; size_t = unsigned int]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:602:85:   required from 'beachmat::sparse_index<const double*, int> beachmat::lin_SparseArraySeed<V, TIT>::get_row(size_t, double*, int*, size_t, size_t) [with V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; size_t = unsigned int]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:601:38:   required from here
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:250:22: warning: comparison of integer expressions of different signedness: 'const int' and 'const unsigned int' [-Wsign-compare]
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rhdf5lib/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/dqrng/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/scuttle/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c get_cell_barcodes.cpp -o get_cell_barcodes.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rhdf5lib/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/dqrng/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/scuttle/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c group_cells.cpp -o group_cells.o
group_cells.cpp: In function 'Rcpp::List group_cells(Rcpp::StringVector, Rcpp::IntegerVector)':
group_cells.cpp:10:10: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const unsigned int'} and 'R_xlen_t' {aka 'int'} [-Wsign-compare]
     if (N!=gems.size()) {
         ~^~~~~~~~~~~~~
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rhdf5lib/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/dqrng/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/scuttle/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c hashed_deltas.cpp -o hashed_deltas.o
In file included from C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:12,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:11,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/beachmat.h:24,
                 from hashed_deltas.cpp:2:
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::SparseArraySeed_reader<V, TIT>::SparseArraySeed_reader(Rcpp::RObject) [with V = Rcpp::Vector<13>; TIT = const int*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]':
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:561:56:   required from 'beachmat::lin_SparseArraySeed<V, TIT>::lin_SparseArraySeed(Rcpp::RObject) [with V = Rcpp::Vector<13>; TIT = const int*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:36:39:   required from 'std::unique_ptr<_Codecvt> beachmat::read_lin_sparse_block_raw(Rcpp::RObject) [with M = beachmat::lin_matrix; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:65:63:   required from here
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:535:17: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const unsigned int'} and 'R_xlen_t' {aka 'int'} [-Wsign-compare]
         if (nnz != x.size()) {
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:551:45: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const unsigned int'} [-Wsign-compare]
                     if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) {
                                       ~~~~~~^~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:551:73: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const unsigned int'} [-Wsign-compare]
                     if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) {
                                                                   ~~~~~~^~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:593:35: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const unsigned int'} [-Wsign-compare]
                 for (int v = 0; v < nnz; ++v, ++rowIt, ++colIt, ++xIt) {
                                 ~~^~~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::SparseArraySeed_reader<V, TIT>::SparseArraySeed_reader(Rcpp::RObject) [with V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]':
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:561:56:   required from 'beachmat::lin_SparseArraySeed<V, TIT>::lin_SparseArraySeed(Rcpp::RObject) [with V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:38:39:   required from 'std::unique_ptr<_Codecvt> beachmat::read_lin_sparse_block_raw(Rcpp::RObject) [with M = beachmat::lin_matrix; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:65:63:   required from here
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:535:17: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const unsigned int'} and 'R_xlen_t' {aka 'int'} [-Wsign-compare]
         if (nnz != x.size()) {
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:551:45: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const unsigned int'} [-Wsign-compare]
                     if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) {
                                       ~~~~~~^~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:551:73: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const unsigned int'} [-Wsign-compare]
                     if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) {
                                                                   ~~~~~~^~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:593:35: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const unsigned int'} [-Wsign-compare]
                 for (int v = 0; v < nnz; ++v, ++rowIt, ++colIt, ++xIt) {
                                 ~~^~~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::SparseArraySeed_reader<V, TIT>::SparseArraySeed_reader(Rcpp::RObject) [with V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]':
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:561:56:   required from 'beachmat::lin_SparseArraySeed<V, TIT>::lin_SparseArraySeed(Rcpp::RObject) [with V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:40:39:   required from 'std::unique_ptr<_Codecvt> beachmat::read_lin_sparse_block_raw(Rcpp::RObject) [with M = beachmat::lin_matrix; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:65:63:   required from here
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:535:17: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const unsigned int'} and 'R_xlen_t' {aka 'int'} [-Wsign-compare]
         if (nnz != x.size()) {
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:551:45: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const unsigned int'} [-Wsign-compare]
                     if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) {
                                       ~~~~~~^~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:551:73: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const unsigned int'} [-Wsign-compare]
                     if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) {
                                                                   ~~~~~~^~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:593:35: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const unsigned int'} [-Wsign-compare]
                 for (int v = 0; v < nnz; ++v, ++rowIt, ++colIt, ++xIt) {
                                 ~~^~~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::sparse_index<OUT, I> beachmat::Csparse_core<TIT, I, P>::get_row(size_t, ALT, I*, size_t, size_t) [with OUT = const int*; ALT = int*; TIT = const double*; I = int; P = unsigned int; size_t = unsigned int]':
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:650:73:   required from 'beachmat::sparse_index<OUT, int> beachmat::SparseArraySeed_reader<V, TIT>::get_row(size_t, ALT, int*, size_t, size_t) [with OUT = const int*; ALT = int*; V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; size_t = unsigned int]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:596:82:   required from 'beachmat::sparse_index<const int*, int> beachmat::lin_SparseArraySeed<V, TIT>::get_row(size_t, int*, int*, size_t, size_t) [with V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; size_t = unsigned int]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:595:35:   required from here
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:250:22: warning: comparison of integer expressions of different signedness: 'const int' and 'const unsigned int' [-Wsign-compare]
             if (idex != *pIt && static_cast<size_t>(i[idex]) == r) {
                 ~~~~~^~~~~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::sparse_index<OUT, I> beachmat::Csparse_core<TIT, I, P>::get_row(size_t, ALT, I*, size_t, size_t) [with OUT = const double*; ALT = double*; TIT = const double*; I = int; P = unsigned int; size_t = unsigned int]':
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:650:73:   required from 'beachmat::sparse_index<OUT, int> beachmat::SparseArraySeed_reader<V, TIT>::get_row(size_t, ALT, int*, size_t, size_t) [with OUT = const double*; ALT = double*; V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; size_t = unsigned int]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:602:85:   required from 'beachmat::sparse_index<const double*, int> beachmat::lin_SparseArraySeed<V, TIT>::get_row(size_t, double*, int*, size_t, size_t) [with V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; size_t = unsigned int]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:601:38:   required from here
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:250:22: warning: comparison of integer expressions of different signedness: 'const int' and 'const unsigned int' [-Wsign-compare]
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::sparse_index<OUT, I> beachmat::Csparse_core<TIT, I, P>::get_row(size_t, ALT, I*, size_t, size_t) [with OUT = const int*; ALT = int*; TIT = const int*; I = int; P = unsigned int; size_t = unsigned int]':
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:650:73:   required from 'beachmat::sparse_index<OUT, int> beachmat::SparseArraySeed_reader<V, TIT>::get_row(size_t, ALT, int*, size_t, size_t) [with OUT = const int*; ALT = int*; V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; size_t = unsigned int]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:596:82:   required from 'beachmat::sparse_index<const int*, int> beachmat::lin_SparseArraySeed<V, TIT>::get_row(size_t, int*, int*, size_t, size_t) [with V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; size_t = unsigned int]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:595:35:   required from here
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:250:22: warning: comparison of integer expressions of different signedness: 'const int' and 'const unsigned int' [-Wsign-compare]
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::sparse_index<OUT, I> beachmat::Csparse_core<TIT, I, P>::get_row(size_t, ALT, I*, size_t, size_t) [with OUT = const double*; ALT = double*; TIT = const int*; I = int; P = unsigned int; size_t = unsigned int]':
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:650:73:   required from 'beachmat::sparse_index<OUT, int> beachmat::SparseArraySeed_reader<V, TIT>::get_row(size_t, ALT, int*, size_t, size_t) [with OUT = const double*; ALT = double*; V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; size_t = unsigned int]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:602:85:   required from 'beachmat::sparse_index<const double*, int> beachmat::lin_SparseArraySeed<V, TIT>::get_row(size_t, double*, int*, size_t, size_t) [with V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; size_t = unsigned int]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:601:38:   required from here
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:250:22: warning: comparison of integer expressions of different signedness: 'const int' and 'const unsigned int' [-Wsign-compare]
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rhdf5lib/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/dqrng/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/scuttle/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c montecarlo_pval.cpp -o montecarlo_pval.o
In file included from C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/mpl/aux_/na_assert.hpp:23,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/mpl/arg.hpp:25,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/mpl/placeholders.hpp:24,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/mpl/apply.hpp:24,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/mpl/aux_/iter_apply.hpp:17,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/mpl/aux_/find_if_pred.hpp:14,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/mpl/find_if.hpp:17,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/mpl/find.hpp:17,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/mpl/aux_/contains_impl.hpp:20,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/mpl/contains.hpp:20,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/math/policies/policy.hpp:10,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/math/special_functions/math_fwd.hpp:29,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/math/special_functions/fpclassify.hpp:19,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/random/hyperexponential_distribution.hpp:22,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/random.hpp:69,
                 from montecarlo_pval.cpp:3:
C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses]
 failed ************ (Pred::************
                     ^
C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses]
 failed ************ (boost::mpl::not_<Pred>::************
                     ^
montecarlo_pval.cpp: In function 'Rcpp::IntegerVector montecarlo_pval(Rcpp::IntegerVector, Rcpp::IntegerVector, Rcpp::NumericVector, Rcpp::NumericVector, int, double, Rcpp::List, Rcpp::IntegerVector)':
montecarlo_pval.cpp:99:23: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare]
             if (higher<curlen) {
                 ~~~~~~^~~~~~~
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rhdf5lib/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/dqrng/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/scuttle/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c rand_custom.cpp -o rand_custom.o
rand_custom.cpp: In function 'void check_pcg_vectors(Rcpp::List, Rcpp::IntegerVector, size_t, const char*)':
rand_custom.cpp:8:21: warning: comparison of integer expressions of different signedness: 'R_xlen_t' {aka 'int'} and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
     if (seeds.size()!=N) {
         ~~~~~~~~~~~~^~~
rand_custom.cpp:14:23: warning: comparison of integer expressions of different signedness: 'R_xlen_t' {aka 'int'} and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
     if (streams.size()!=N) {
         ~~~~~~~~~~~~~~^~~
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rhdf5lib/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/dqrng/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/scuttle/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c utils.cpp -o utils.o
C:/rtools40/mingw32/bin/g++ -shared -s -static-libgcc -o DropletUtils.dll tmp.def RcppExports.o downsample_run.o encode_sequences.o find_chimeric.o find_swapped.o get_cell_barcodes.o group_cells.o hashed_deltas.o montecarlo_pval.o rand_custom.o utils.o -LC:/Users/BIOCBU~1/BBS-3~1.12-/R/library/Rhdf5lib/lib/i386 -lhdf5_cpp -lhdf5 -lcurl -lssh2 -lssl -lcrypto -lwldap32 -lws2_32 -lcrypt32 -lszip -lz -lpsapi -LC:/extsoft/lib/i386 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.12-/R/bin/i386 -lR
installing to C:/Users/biocbuild/bbs-3.12-bioc-longtests/meat/DropletUtils.Rcheck/00LOCK-DROPLE~1/00new/DropletUtils/libs/i386

*** arch - x64
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rhdf5lib/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/dqrng/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/scuttle/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rhdf5lib/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/dqrng/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/scuttle/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c downsample_run.cpp -o downsample_run.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rhdf5lib/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/dqrng/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/scuttle/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c encode_sequences.cpp -o encode_sequences.o
encode_sequences.cpp: In function 'Rcpp::IntegerVector encode_sequences(Rcpp::StringVector)':
encode_sequences.cpp:8:23: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
     for (size_t i=0; i<output.size(); ++i) {
                      ~^~~~~~~~~~~~~~
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rhdf5lib/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/dqrng/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/scuttle/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c find_chimeric.cpp -o find_chimeric.o
find_chimeric.cpp: In function 'Rcpp::List find_chimeric(Rcpp::StringVector, Rcpp::IntegerVector, Rcpp::IntegerVector, double, bool)':
find_chimeric.cpp:28:23: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'long long int' [-Wsign-compare]
     for (size_t i=0; i<nmolecules; ++i, ++uIt) {
                      ~^~~~~~~~~~~
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rhdf5lib/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/dqrng/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/scuttle/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c find_swapped.cpp -o find_swapped.o
In file included from C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:12,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:11,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/beachmat.h:24,
                 from find_swapped.cpp:2:
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::SparseArraySeed_reader<V, TIT>::SparseArraySeed_reader(Rcpp::RObject) [with V = Rcpp::Vector<13>; TIT = const int*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]':
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:561:56:   required from 'beachmat::lin_SparseArraySeed<V, TIT>::lin_SparseArraySeed(Rcpp::RObject) [with V = Rcpp::Vector<13>; TIT = const int*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:36:39:   required from 'std::unique_ptr<_Codecvt> beachmat::read_lin_sparse_block_raw(Rcpp::RObject) [with M = beachmat::lin_matrix; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:65:63:   required from here
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:535:17: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
         if (nnz != x.size()) {
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:551:45: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
                     if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) {
                                       ~~~~~~^~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:551:73: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
                     if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) {
                                                                   ~~~~~~^~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:593:35: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
                 for (int v = 0; v < nnz; ++v, ++rowIt, ++colIt, ++xIt) {
                                 ~~^~~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::SparseArraySeed_reader<V, TIT>::SparseArraySeed_reader(Rcpp::RObject) [with V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]':
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:561:56:   required from 'beachmat::lin_SparseArraySeed<V, TIT>::lin_SparseArraySeed(Rcpp::RObject) [with V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:38:39:   required from 'std::unique_ptr<_Codecvt> beachmat::read_lin_sparse_block_raw(Rcpp::RObject) [with M = beachmat::lin_matrix; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:65:63:   required from here
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:535:17: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
         if (nnz != x.size()) {
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:551:45: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
                     if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) {
                                       ~~~~~~^~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:551:73: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
                     if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) {
                                                                   ~~~~~~^~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:593:35: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
                 for (int v = 0; v < nnz; ++v, ++rowIt, ++colIt, ++xIt) {
                                 ~~^~~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::SparseArraySeed_reader<V, TIT>::SparseArraySeed_reader(Rcpp::RObject) [with V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]':
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:561:56:   required from 'beachmat::lin_SparseArraySeed<V, TIT>::lin_SparseArraySeed(Rcpp::RObject) [with V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:40:39:   required from 'std::unique_ptr<_Codecvt> beachmat::read_lin_sparse_block_raw(Rcpp::RObject) [with M = beachmat::lin_matrix; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:65:63:   required from here
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:535:17: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
         if (nnz != x.size()) {
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:551:45: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
                     if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) {
                                       ~~~~~~^~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:551:73: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
                     if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) {
                                                                   ~~~~~~^~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:593:35: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
                 for (int v = 0; v < nnz; ++v, ++rowIt, ++colIt, ++xIt) {
                                 ~~^~~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::sparse_index<OUT, I> beachmat::Csparse_core<TIT, I, P>::get_row(size_t, ALT, I*, size_t, size_t) [with OUT = const int*; ALT = int*; TIT = const double*; I = int; P = long long unsigned int; size_t = long long unsigned int]':
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:650:73:   required from 'beachmat::sparse_index<OUT, int> beachmat::SparseArraySeed_reader<V, TIT>::get_row(size_t, ALT, int*, size_t, size_t) [with OUT = const int*; ALT = int*; V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; size_t = long long unsigned int]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:596:82:   required from 'beachmat::sparse_index<const int*, int> beachmat::lin_SparseArraySeed<V, TIT>::get_row(size_t, int*, int*, size_t, size_t) [with V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; size_t = long long unsigned int]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:595:35:   required from here
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:250:22: warning: comparison of integer expressions of different signedness: 'const int' and 'const long long unsigned int' [-Wsign-compare]
             if (idex != *pIt && static_cast<size_t>(i[idex]) == r) {
                 ~~~~~^~~~~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::sparse_index<OUT, I> beachmat::Csparse_core<TIT, I, P>::get_row(size_t, ALT, I*, size_t, size_t) [with OUT = const double*; ALT = double*; TIT = const double*; I = int; P = long long unsigned int; size_t = long long unsigned int]':
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:650:73:   required from 'beachmat::sparse_index<OUT, int> beachmat::SparseArraySeed_reader<V, TIT>::get_row(size_t, ALT, int*, size_t, size_t) [with OUT = const double*; ALT = double*; V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; size_t = long long unsigned int]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:602:85:   required from 'beachmat::sparse_index<const double*, int> beachmat::lin_SparseArraySeed<V, TIT>::get_row(size_t, double*, int*, size_t, size_t) [with V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; size_t = long long unsigned int]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:601:38:   required from here
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:250:22: warning: comparison of integer expressions of different signedness: 'const int' and 'const long long unsigned int' [-Wsign-compare]
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::sparse_index<OUT, I> beachmat::Csparse_core<TIT, I, P>::get_row(size_t, ALT, I*, size_t, size_t) [with OUT = const int*; ALT = int*; TIT = const int*; I = int; P = long long unsigned int; size_t = long long unsigned int]':
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:650:73:   required from 'beachmat::sparse_index<OUT, int> beachmat::SparseArraySeed_reader<V, TIT>::get_row(size_t, ALT, int*, size_t, size_t) [with OUT = const int*; ALT = int*; V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; size_t = long long unsigned int]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:596:82:   required from 'beachmat::sparse_index<const int*, int> beachmat::lin_SparseArraySeed<V, TIT>::get_row(size_t, int*, int*, size_t, size_t) [with V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; size_t = long long unsigned int]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:595:35:   required from here
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:250:22: warning: comparison of integer expressions of different signedness: 'const int' and 'const long long unsigned int' [-Wsign-compare]
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::sparse_index<OUT, I> beachmat::Csparse_core<TIT, I, P>::get_row(size_t, ALT, I*, size_t, size_t) [with OUT = const double*; ALT = double*; TIT = const int*; I = int; P = long long unsigned int; size_t = long long unsigned int]':
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:650:73:   required from 'beachmat::sparse_index<OUT, int> beachmat::SparseArraySeed_reader<V, TIT>::get_row(size_t, ALT, int*, size_t, size_t) [with OUT = const double*; ALT = double*; V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; size_t = long long unsigned int]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:602:85:   required from 'beachmat::sparse_index<const double*, int> beachmat::lin_SparseArraySeed<V, TIT>::get_row(size_t, double*, int*, size_t, size_t) [with V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; size_t = long long unsigned int]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:601:38:   required from here
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:250:22: warning: comparison of integer expressions of different signedness: 'const int' and 'const long long unsigned int' [-Wsign-compare]
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rhdf5lib/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/dqrng/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/scuttle/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c get_cell_barcodes.cpp -o get_cell_barcodes.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rhdf5lib/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/dqrng/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/scuttle/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c group_cells.cpp -o group_cells.o
group_cells.cpp: In function 'Rcpp::List group_cells(Rcpp::StringVector, Rcpp::IntegerVector)':
group_cells.cpp:10:10: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
     if (N!=gems.size()) {
         ~^~~~~~~~~~~~~
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rhdf5lib/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/dqrng/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/scuttle/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c hashed_deltas.cpp -o hashed_deltas.o
In file included from C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:12,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:11,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/beachmat.h:24,
                 from hashed_deltas.cpp:2:
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::SparseArraySeed_reader<V, TIT>::SparseArraySeed_reader(Rcpp::RObject) [with V = Rcpp::Vector<13>; TIT = const int*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]':
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:561:56:   required from 'beachmat::lin_SparseArraySeed<V, TIT>::lin_SparseArraySeed(Rcpp::RObject) [with V = Rcpp::Vector<13>; TIT = const int*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:36:39:   required from 'std::unique_ptr<_Codecvt> beachmat::read_lin_sparse_block_raw(Rcpp::RObject) [with M = beachmat::lin_matrix; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:65:63:   required from here
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:535:17: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
         if (nnz != x.size()) {
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:551:45: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
                     if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) {
                                       ~~~~~~^~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:551:73: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
                     if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) {
                                                                   ~~~~~~^~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:593:35: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
                 for (int v = 0; v < nnz; ++v, ++rowIt, ++colIt, ++xIt) {
                                 ~~^~~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::SparseArraySeed_reader<V, TIT>::SparseArraySeed_reader(Rcpp::RObject) [with V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]':
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:561:56:   required from 'beachmat::lin_SparseArraySeed<V, TIT>::lin_SparseArraySeed(Rcpp::RObject) [with V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:38:39:   required from 'std::unique_ptr<_Codecvt> beachmat::read_lin_sparse_block_raw(Rcpp::RObject) [with M = beachmat::lin_matrix; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:65:63:   required from here
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:535:17: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
         if (nnz != x.size()) {
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:551:45: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
                     if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) {
                                       ~~~~~~^~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:551:73: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
                     if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) {
                                                                   ~~~~~~^~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:593:35: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
                 for (int v = 0; v < nnz; ++v, ++rowIt, ++colIt, ++xIt) {
                                 ~~^~~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::SparseArraySeed_reader<V, TIT>::SparseArraySeed_reader(Rcpp::RObject) [with V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]':
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:561:56:   required from 'beachmat::lin_SparseArraySeed<V, TIT>::lin_SparseArraySeed(Rcpp::RObject) [with V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:40:39:   required from 'std::unique_ptr<_Codecvt> beachmat::read_lin_sparse_block_raw(Rcpp::RObject) [with M = beachmat::lin_matrix; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:65:63:   required from here
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:535:17: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
         if (nnz != x.size()) {
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:551:45: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
                     if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) {
                                       ~~~~~~^~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:551:73: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
                     if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) {
                                                                   ~~~~~~^~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:593:35: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
                 for (int v = 0; v < nnz; ++v, ++rowIt, ++colIt, ++xIt) {
                                 ~~^~~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::sparse_index<OUT, I> beachmat::Csparse_core<TIT, I, P>::get_row(size_t, ALT, I*, size_t, size_t) [with OUT = const int*; ALT = int*; TIT = const double*; I = int; P = long long unsigned int; size_t = long long unsigned int]':
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:650:73:   required from 'beachmat::sparse_index<OUT, int> beachmat::SparseArraySeed_reader<V, TIT>::get_row(size_t, ALT, int*, size_t, size_t) [with OUT = const int*; ALT = int*; V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; size_t = long long unsigned int]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:596:82:   required from 'beachmat::sparse_index<const int*, int> beachmat::lin_SparseArraySeed<V, TIT>::get_row(size_t, int*, int*, size_t, size_t) [with V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; size_t = long long unsigned int]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:595:35:   required from here
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:250:22: warning: comparison of integer expressions of different signedness: 'const int' and 'const long long unsigned int' [-Wsign-compare]
             if (idex != *pIt && static_cast<size_t>(i[idex]) == r) {
                 ~~~~~^~~~~~~
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::sparse_index<OUT, I> beachmat::Csparse_core<TIT, I, P>::get_row(size_t, ALT, I*, size_t, size_t) [with OUT = const double*; ALT = double*; TIT = const double*; I = int; P = long long unsigned int; size_t = long long unsigned int]':
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:650:73:   required from 'beachmat::sparse_index<OUT, int> beachmat::SparseArraySeed_reader<V, TIT>::get_row(size_t, ALT, int*, size_t, size_t) [with OUT = const double*; ALT = double*; V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; size_t = long long unsigned int]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:602:85:   required from 'beachmat::sparse_index<const double*, int> beachmat::lin_SparseArraySeed<V, TIT>::get_row(size_t, double*, int*, size_t, size_t) [with V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; size_t = long long unsigned int]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:601:38:   required from here
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:250:22: warning: comparison of integer expressions of different signedness: 'const int' and 'const long long unsigned int' [-Wsign-compare]
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::sparse_index<OUT, I> beachmat::Csparse_core<TIT, I, P>::get_row(size_t, ALT, I*, size_t, size_t) [with OUT = const int*; ALT = int*; TIT = const int*; I = int; P = long long unsigned int; size_t = long long unsigned int]':
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:650:73:   required from 'beachmat::sparse_index<OUT, int> beachmat::SparseArraySeed_reader<V, TIT>::get_row(size_t, ALT, int*, size_t, size_t) [with OUT = const int*; ALT = int*; V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; size_t = long long unsigned int]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:596:82:   required from 'beachmat::sparse_index<const int*, int> beachmat::lin_SparseArraySeed<V, TIT>::get_row(size_t, int*, int*, size_t, size_t) [with V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; size_t = long long unsigned int]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:595:35:   required from here
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:250:22: warning: comparison of integer expressions of different signedness: 'const int' and 'const long long unsigned int' [-Wsign-compare]
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::sparse_index<OUT, I> beachmat::Csparse_core<TIT, I, P>::get_row(size_t, ALT, I*, size_t, size_t) [with OUT = const double*; ALT = double*; TIT = const int*; I = int; P = long long unsigned int; size_t = long long unsigned int]':
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:650:73:   required from 'beachmat::sparse_index<OUT, int> beachmat::SparseArraySeed_reader<V, TIT>::get_row(size_t, ALT, int*, size_t, size_t) [with OUT = const double*; ALT = double*; V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; size_t = long long unsigned int]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:602:85:   required from 'beachmat::sparse_index<const double*, int> beachmat::lin_SparseArraySeed<V, TIT>::get_row(size_t, double*, int*, size_t, size_t) [with V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; size_t = long long unsigned int]'
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:601:38:   required from here
C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:250:22: warning: comparison of integer expressions of different signedness: 'const int' and 'const long long unsigned int' [-Wsign-compare]
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rhdf5lib/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/dqrng/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/scuttle/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c montecarlo_pval.cpp -o montecarlo_pval.o
In file included from C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/mpl/aux_/na_assert.hpp:23,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/mpl/arg.hpp:25,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/mpl/placeholders.hpp:24,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/mpl/apply.hpp:24,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/mpl/aux_/iter_apply.hpp:17,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/mpl/aux_/find_if_pred.hpp:14,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/mpl/find_if.hpp:17,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/mpl/find.hpp:17,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/mpl/aux_/contains_impl.hpp:20,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/mpl/contains.hpp:20,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/math/policies/policy.hpp:10,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/math/special_functions/math_fwd.hpp:29,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/math/special_functions/fpclassify.hpp:19,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/random/hyperexponential_distribution.hpp:22,
                 from C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/random.hpp:69,
                 from montecarlo_pval.cpp:3:
C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses]
 failed ************ (Pred::************
                     ^
C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses]
 failed ************ (boost::mpl::not_<Pred>::************
                     ^
montecarlo_pval.cpp: In function 'Rcpp::IntegerVector montecarlo_pval(Rcpp::IntegerVector, Rcpp::IntegerVector, Rcpp::NumericVector, Rcpp::NumericVector, int, double, Rcpp::List, Rcpp::IntegerVector)':
montecarlo_pval.cpp:99:23: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'const int' [-Wsign-compare]
             if (higher<curlen) {
                 ~~~~~~^~~~~~~
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rhdf5lib/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/dqrng/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/scuttle/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c rand_custom.cpp -o rand_custom.o
rand_custom.cpp: In function 'void check_pcg_vectors(Rcpp::List, Rcpp::IntegerVector, size_t, const char*)':
rand_custom.cpp:8:21: warning: comparison of integer expressions of different signedness: 'R_xlen_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
     if (seeds.size()!=N) {
         ~~~~~~~~~~~~^~~
rand_custom.cpp:14:23: warning: comparison of integer expressions of different signedness: 'R_xlen_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
     if (streams.size()!=N) {
         ~~~~~~~~~~~~~~^~~
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/beachmat/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rhdf5lib/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/BH/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/dqrng/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/scuttle/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c utils.cpp -o utils.o
C:/rtools40/mingw64/bin/g++ -shared -s -static-libgcc -o DropletUtils.dll tmp.def RcppExports.o downsample_run.o encode_sequences.o find_chimeric.o find_swapped.o get_cell_barcodes.o group_cells.o hashed_deltas.o montecarlo_pval.o rand_custom.o utils.o -LC:/Users/BIOCBU~1/BBS-3~1.12-/R/library/Rhdf5lib/lib/x64 -lhdf5_cpp -lhdf5 -lcurl -lssh2 -lssl -lcrypto -lwldap32 -lws2_32 -lcrypt32 -lszip -lz -lpsapi -LC:/extsoft/lib/x64 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.12-/R/bin/x64 -lR
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.12-bioc-longtests/meat/DropletUtils.Rcheck/00_pkg_src/DropletUtils/src-x64/RcppExports.o: file format not recognized
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.12-bioc-longtests/meat/DropletUtils.Rcheck/00_pkg_src/DropletUtils/src-x64/downsample_run.o: file format not recognized
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.12-bioc-longtests/meat/DropletUtils.Rcheck/00_pkg_src/DropletUtils/src-x64/encode_sequences.o: file format not recognized
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.12-bioc-longtests/meat/DropletUtils.Rcheck/00_pkg_src/DropletUtils/src-x64/find_chimeric.o: file format not recognized
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.12-bioc-longtests/meat/DropletUtils.Rcheck/00_pkg_src/DropletUtils/src-x64/find_swapped.o: file format not recognized
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.12-bioc-longtests/meat/DropletUtils.Rcheck/00_pkg_src/DropletUtils/src-x64/get_cell_barcodes.o: file format not recognized
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.12-bioc-longtests/meat/DropletUtils.Rcheck/00_pkg_src/DropletUtils/src-x64/group_cells.o: file format not recognized
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.12-bioc-longtests/meat/DropletUtils.Rcheck/00_pkg_src/DropletUtils/src-x64/hashed_deltas.o: file format not recognized
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.12-bioc-longtests/meat/DropletUtils.Rcheck/00_pkg_src/DropletUtils/src-x64/montecarlo_pval.o: file format not recognized
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.12-bioc-longtests/meat/DropletUtils.Rcheck/00_pkg_src/DropletUtils/src-x64/rand_custom.o: file format not recognized
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.12-bioc-longtests/meat/DropletUtils.Rcheck/00_pkg_src/DropletUtils/src-x64/utils.o: file format not recognized
There were 11 warnings (use warnings() to see them)
installing to C:/Users/biocbuild/bbs-3.12-bioc-longtests/meat/DropletUtils.Rcheck/00LOCK-DROPLE~1/00new/DropletUtils/libs/x64
** 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
*** arch - i386
*** arch - x64
** testing if installed package can be loaded from final location
*** arch - i386
*** arch - x64
** testing if installed package keeps a record of temporary installation path
* DONE (DropletUtils)