############################################################################## ############################################################################## ### ### Running command: ### ### rm -rf DropletUtils.buildbin-libdir && mkdir DropletUtils.buildbin-libdir && F:\biocbuild\bbs-3.15-bioc\R\bin\R.exe CMD INSTALL --build --library=DropletUtils.buildbin-libdir DropletUtils_1.16.0.tar.gz ### ############################################################################## ############################################################################## * installing *source* package 'DropletUtils' ... ** using staged installation ** libs g++ -std=gnu++11 -I"F:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -I'F:/biocbuild/bbs-3.15-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/Rhdf5lib/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/BH/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/dqrng/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/scuttle/include' -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++11 -I"F:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -I'F:/biocbuild/bbs-3.15-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/Rhdf5lib/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/BH/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/dqrng/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/scuttle/include' -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c downsample_run.cpp -o downsample_run.o g++ -std=gnu++11 -I"F:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -I'F:/biocbuild/bbs-3.15-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/Rhdf5lib/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/BH/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/dqrng/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/scuttle/include' -I"C:/rtools42/x86_64-w64-mingw32.static.posix/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] 8 | for (size_t i=0; i::SparseArraySeed_reader(Rcpp::RObject) [with V = Rcpp::Vector<13>; TIT = const int*; Rcpp::RObject = Rcpp::RObject_Impl]': F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:561:56: required from 'beachmat::lin_SparseArraySeed::lin_SparseArraySeed(Rcpp::RObject) [with V = Rcpp::Vector<13>; TIT = const int*; Rcpp::RObject = Rcpp::RObject_Impl]' F:/biocbuild/bbs-3.15-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]' F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:65:63: required from here F:/biocbuild/bbs-3.15-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] 535 | if (nnz != x.size()) { | ~~~~^~~~~~~~~~~ F:/biocbuild/bbs-3.15-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] 551 | if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) { | ~~~~~~^~~~ F:/biocbuild/bbs-3.15-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] 551 | if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) { | ~~~~~~^~~~ F:/biocbuild/bbs-3.15-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] 593 | for (int v = 0; v < nnz; ++v, ++rowIt, ++colIt, ++xIt) { | ~~^~~~~ F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::SparseArraySeed_reader::SparseArraySeed_reader(Rcpp::RObject) [with V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; Rcpp::RObject = Rcpp::RObject_Impl]': F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:561:56: required from 'beachmat::lin_SparseArraySeed::lin_SparseArraySeed(Rcpp::RObject) [with V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; Rcpp::RObject = Rcpp::RObject_Impl]' F:/biocbuild/bbs-3.15-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]' F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:65:63: required from here F:/biocbuild/bbs-3.15-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] 535 | if (nnz != x.size()) { | ~~~~^~~~~~~~~~~ F:/biocbuild/bbs-3.15-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] 551 | if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) { | ~~~~~~^~~~ F:/biocbuild/bbs-3.15-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] 551 | if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) { | ~~~~~~^~~~ F:/biocbuild/bbs-3.15-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] 593 | for (int v = 0; v < nnz; ++v, ++rowIt, ++colIt, ++xIt) { | ~~^~~~~ F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::SparseArraySeed_reader::SparseArraySeed_reader(Rcpp::RObject) [with V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; Rcpp::RObject = Rcpp::RObject_Impl]': F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:561:56: required from 'beachmat::lin_SparseArraySeed::lin_SparseArraySeed(Rcpp::RObject) [with V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; Rcpp::RObject = Rcpp::RObject_Impl]' F:/biocbuild/bbs-3.15-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]' F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:65:63: required from here F:/biocbuild/bbs-3.15-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] 535 | if (nnz != x.size()) { | ~~~~^~~~~~~~~~~ F:/biocbuild/bbs-3.15-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] 551 | if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) { | ~~~~~~^~~~ F:/biocbuild/bbs-3.15-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] 551 | if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) { | ~~~~~~^~~~ F:/biocbuild/bbs-3.15-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] 593 | for (int v = 0; v < nnz; ++v, ++rowIt, ++colIt, ++xIt) { | ~~^~~~~ F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::sparse_index beachmat::Csparse_core::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]': F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:650:42: required from 'beachmat::sparse_index beachmat::SparseArraySeed_reader::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]' F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:596:51: required from 'beachmat::sparse_index beachmat::lin_SparseArraySeed::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]' F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:595:35: required from here F:/biocbuild/bbs-3.15-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] 250 | if (idex != *pIt && static_cast(i[idex]) == r) { | ~~~~~^~~~~~~ F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::sparse_index beachmat::Csparse_core::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]': F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:650:42: required from 'beachmat::sparse_index beachmat::SparseArraySeed_reader::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]' F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:602:54: required from 'beachmat::sparse_index beachmat::lin_SparseArraySeed::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]' F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:601:38: required from here F:/biocbuild/bbs-3.15-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] F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::sparse_index beachmat::Csparse_core::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]': F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:650:42: required from 'beachmat::sparse_index beachmat::SparseArraySeed_reader::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]' F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:596:51: required from 'beachmat::sparse_index beachmat::lin_SparseArraySeed::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]' F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:595:35: required from here F:/biocbuild/bbs-3.15-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] F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::sparse_index beachmat::Csparse_core::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]': F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:650:42: required from 'beachmat::sparse_index beachmat::SparseArraySeed_reader::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]' F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:602:54: required from 'beachmat::sparse_index beachmat::lin_SparseArraySeed::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]' F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:601:38: required from here F:/biocbuild/bbs-3.15-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] g++ -std=gnu++11 -I"F:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -I'F:/biocbuild/bbs-3.15-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/Rhdf5lib/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/BH/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/dqrng/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/scuttle/include' -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c get_cell_barcodes.cpp -o get_cell_barcodes.o g++ -std=gnu++11 -I"F:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -I'F:/biocbuild/bbs-3.15-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/Rhdf5lib/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/BH/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/dqrng/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/scuttle/include' -I"C:/rtools42/x86_64-w64-mingw32.static.posix/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] 10 | if (N!=gems.size()) { | ~^~~~~~~~~~~~~ g++ -std=gnu++11 -I"F:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -I'F:/biocbuild/bbs-3.15-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/Rhdf5lib/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/BH/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/dqrng/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/scuttle/include' -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c hashed_deltas.cpp -o hashed_deltas.o In file included from F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:12, from F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:11, from F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/beachmat.h:24, from hashed_deltas.cpp:2: F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::SparseArraySeed_reader::SparseArraySeed_reader(Rcpp::RObject) [with V = Rcpp::Vector<13>; TIT = const int*; Rcpp::RObject = Rcpp::RObject_Impl]': F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:561:56: required from 'beachmat::lin_SparseArraySeed::lin_SparseArraySeed(Rcpp::RObject) [with V = Rcpp::Vector<13>; TIT = const int*; Rcpp::RObject = Rcpp::RObject_Impl]' F:/biocbuild/bbs-3.15-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]' F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:65:63: required from here F:/biocbuild/bbs-3.15-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] 535 | if (nnz != x.size()) { | ~~~~^~~~~~~~~~~ F:/biocbuild/bbs-3.15-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] 551 | if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) { | ~~~~~~^~~~ F:/biocbuild/bbs-3.15-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] 551 | if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) { | ~~~~~~^~~~ F:/biocbuild/bbs-3.15-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] 593 | for (int v = 0; v < nnz; ++v, ++rowIt, ++colIt, ++xIt) { | ~~^~~~~ F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::SparseArraySeed_reader::SparseArraySeed_reader(Rcpp::RObject) [with V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; Rcpp::RObject = Rcpp::RObject_Impl]': F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:561:56: required from 'beachmat::lin_SparseArraySeed::lin_SparseArraySeed(Rcpp::RObject) [with V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; Rcpp::RObject = Rcpp::RObject_Impl]' F:/biocbuild/bbs-3.15-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]' F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:65:63: required from here F:/biocbuild/bbs-3.15-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] 535 | if (nnz != x.size()) { | ~~~~^~~~~~~~~~~ F:/biocbuild/bbs-3.15-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] 551 | if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) { | ~~~~~~^~~~ F:/biocbuild/bbs-3.15-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] 551 | if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) { | ~~~~~~^~~~ F:/biocbuild/bbs-3.15-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] 593 | for (int v = 0; v < nnz; ++v, ++rowIt, ++colIt, ++xIt) { | ~~^~~~~ F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::SparseArraySeed_reader::SparseArraySeed_reader(Rcpp::RObject) [with V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; Rcpp::RObject = Rcpp::RObject_Impl]': F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:561:56: required from 'beachmat::lin_SparseArraySeed::lin_SparseArraySeed(Rcpp::RObject) [with V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; Rcpp::RObject = Rcpp::RObject_Impl]' F:/biocbuild/bbs-3.15-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]' F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:65:63: required from here F:/biocbuild/bbs-3.15-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] 535 | if (nnz != x.size()) { | ~~~~^~~~~~~~~~~ F:/biocbuild/bbs-3.15-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] 551 | if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) { | ~~~~~~^~~~ F:/biocbuild/bbs-3.15-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] 551 | if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) { | ~~~~~~^~~~ F:/biocbuild/bbs-3.15-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] 593 | for (int v = 0; v < nnz; ++v, ++rowIt, ++colIt, ++xIt) { | ~~^~~~~ F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::sparse_index beachmat::Csparse_core::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]': F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:650:42: required from 'beachmat::sparse_index beachmat::SparseArraySeed_reader::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]' F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:596:51: required from 'beachmat::sparse_index beachmat::lin_SparseArraySeed::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]' F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:595:35: required from here F:/biocbuild/bbs-3.15-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] 250 | if (idex != *pIt && static_cast(i[idex]) == r) { | ~~~~~^~~~~~~ F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::sparse_index beachmat::Csparse_core::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]': F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:650:42: required from 'beachmat::sparse_index beachmat::SparseArraySeed_reader::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]' F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:602:54: required from 'beachmat::sparse_index beachmat::lin_SparseArraySeed::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]' F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:601:38: required from here F:/biocbuild/bbs-3.15-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] F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::sparse_index beachmat::Csparse_core::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]': F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:650:42: required from 'beachmat::sparse_index beachmat::SparseArraySeed_reader::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]' F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:596:51: required from 'beachmat::sparse_index beachmat::lin_SparseArraySeed::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]' F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:595:35: required from here F:/biocbuild/bbs-3.15-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] F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::sparse_index beachmat::Csparse_core::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]': F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:650:42: required from 'beachmat::sparse_index beachmat::SparseArraySeed_reader::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]' F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:602:54: required from 'beachmat::sparse_index beachmat::lin_SparseArraySeed::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]' F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:601:38: required from here F:/biocbuild/bbs-3.15-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] g++ -std=gnu++11 -I"F:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -I'F:/biocbuild/bbs-3.15-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/beachmat/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/Rhdf5lib/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/BH/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/dqrng/include' -I'F:/biocbuild/bbs-3.15-bioc/R/library/scuttle/include' -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c montecarlo_pval.cpp -o montecarlo_pval.o In file included from F:/biocbuild/bbs-3.15-bioc/R/library/BH/include/boost/mpl/aux_/na_assert.hpp:23, from F:/biocbuild/bbs-3.15-bioc/R/library/BH/include/boost/mpl/arg.hpp:25, from F:/biocbuild/bbs-3.15-bioc/R/library/BH/include/boost/mpl/placeholders.hpp:24, from F:/biocbuild/bbs-3.15-bioc/R/library/BH/include/boost/iterator/iterator_categories.hpp:16, from F:/biocbuild/bbs-3.15-bioc/R/library/BH/include/boost/iterator/iterator_concepts.hpp:10, from F:/biocbuild/bbs-3.15-bioc/R/library/BH/include/boost/range/concepts.hpp:20, from F:/biocbuild/bbs-3.15-bioc/R/library/BH/include/boost/range/size_type.hpp:20, from F:/biocbuild/bbs-3.15-bioc/R/library/BH/include/boost/range/size.hpp:21, from F:/biocbuild/bbs-3.15-bioc/R/library/BH/include/boost/random/hyperexponential_distribution.hpp:29, from F:/biocbuild/bbs-3.15-bioc/R/library/BH/include/boost/random.hpp:70, from montecarlo_pval.cpp:3: F:/biocbuild/bbs-3.15-bioc/R/library/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses] 194 | failed ************ (Pred::************ | ^ F:/biocbuild/bbs-3.15-bioc/R/library/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses] 199 | failed ************ (boost::mpl::not_::************ | ^ 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] 99 | if (higher