Back to Multiple platform build/check report for BioC 3.8
ABCDEFGHIJKLMNOPQR[S]TUVWXYZ

INSTALL report for scran on malbec1

This page was generated on 2019-04-16 11:52:01 -0400 (Tue, 16 Apr 2019).

Package 1405/1649HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
scran 1.10.2
Aaron Lun
Snapshot Date: 2019-04-15 17:01:12 -0400 (Mon, 15 Apr 2019)
URL: https://git.bioconductor.org/packages/scran
Branch: RELEASE_3_8
Last Commit: b4191ec
Last Changed Date: 2019-01-04 13:12:28 -0400 (Fri, 04 Jan 2019)
malbec1 Linux (Ubuntu 16.04.6 LTS) / x86_64 [ OK ] OK  OK UNNEEDED, same version exists in internal repository
merida1 OS X 10.11.6 El Capitan / x86_64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: scran
Version: 1.10.2
Command: /home/biocbuild/bbs-3.8-bioc/R/bin/R CMD INSTALL scran
StartedAt: 2019-04-15 18:32:04 -0400 (Mon, 15 Apr 2019)
EndedAt: 2019-04-15 18:34:25 -0400 (Mon, 15 Apr 2019)
EllapsedTime: 140.7 seconds
RetCode: 0
Status:  OK 

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.8-bioc/R/bin/R CMD INSTALL scran
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.8-bioc/R/library’
* installing *source* package ‘scran’ ...
** libs
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rhdf5lib/include" -I/usr/local/include   -fpic  -g -O2 -Wall -c build_snn.cpp -o build_snn.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rhdf5lib/include" -I/usr/local/include   -fpic  -g -O2 -Wall -c calc_log_count_stats.cpp -o calc_log_count_stats.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rhdf5lib/include" -I/usr/local/include   -fpic  -g -O2 -Wall -c combine_simes.cpp -o combine_simes.o
combine_simes.cpp: In function ‘SEXPREC* combine_simes(SEXP, SEXP)’:
combine_simes.cpp:15:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         } else if (ngenes!=current.size()) {
                          ^
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rhdf5lib/include" -I/usr/local/include   -fpic  -g -O2 -Wall -c compute_CV2.cpp -o compute_CV2.o
compute_CV2.cpp: In instantiation of ‘SEXPREC* compute_CV2_internal(M, SEXP, SEXP, SEXP) [with M = beachmat::lin_matrix<int, Rcpp::Vector<13> >*; SEXP = SEXPREC*]’:
compute_CV2.cpp:74:83:   required from here
compute_CV2.cpp:28:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if (sizefacs.size()!=ncells) { 
                            ^
compute_CV2.cpp: In instantiation of ‘SEXPREC* compute_CV2_internal(M, SEXP, SEXP, SEXP) [with M = beachmat::lin_matrix<double, Rcpp::Vector<14, Rcpp::PreserveStorage> >*; SEXP = SEXPREC*]’:
compute_CV2.cpp:77:83:   required from here
compute_CV2.cpp:28:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from /home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_matrix.h:238:0,
                 from /home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/integer_matrix.h:4,
                 from scran.h:4,
                 from compute_CV2.cpp:1:
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h: In instantiation of ‘beachmat::const_col_indexed_info<V> beachmat::lin_matrix<T, V>::get_const_col_indexed(size_t, typename V::iterator, size_t, size_t) [with T = double; V = Rcpp::Vector<14, Rcpp::PreserveStorage>; beachmat::const_col_indexed_info<V> = std::tuple<long unsigned int, int*, double*>; typename V::iterator = double*; size_t = long unsigned int; typename V::iterator = double*]’:
compute_CV2.cpp:80:1:   required from here
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h:82:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (indices.size()!=this->get_nrow()) {
                       ^
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h: In instantiation of ‘beachmat::const_col_indexed_info<V> beachmat::lin_matrix<T, V>::get_const_col_indexed(size_t, typename V::iterator, size_t, size_t) [with T = int; V = Rcpp::Vector<13>; beachmat::const_col_indexed_info<V> = std::tuple<long unsigned int, int*, int*>; typename V::iterator = int*; size_t = long unsigned int; typename V::iterator = int*]’:
compute_CV2.cpp:80:1:   required from here
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h:82:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rhdf5lib/include" -I/usr/local/include   -fpic  -g -O2 -Wall -c compute_rho.cpp -o compute_rho.o
compute_rho.cpp: In member function ‘std::vector<long unsigned int> cache_manager::reorder(Rcpp::IntegerVector, Rcpp::IntegerVector)’:
compute_rho.cpp:246:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if (npairs!=g2.size()) {
                   ^
compute_rho.cpp:259:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             if (g1x < 0 || g1x >= Ngenes) {
                                ^
compute_rho.cpp:262:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             if (g2x < 0 || g2x >= Ngenes) {
                                ^
compute_rho.cpp: In function ‘SEXPREC* combine_corP(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
compute_rho.cpp:338:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (Npairs!=second.size()) { 
               ^
compute_rho.cpp:343:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (Rho.size()!=Npairs) { 
                   ^
compute_rho.cpp:348:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (Pval.size()!=Npairs) {
                    ^
compute_rho.cpp:353:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (Limited.size()!=Npairs) { 
                       ^
compute_rho.cpp:358:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (Order.size()!=Npairs) { 
                     ^
compute_rho.cpp: In instantiation of ‘SEXPREC* rank_subset_internal(M, SEXP, SEXP, SEXP, T) [with T = int; V = Rcpp::Vector<13>; M = beachmat::lin_matrix<int, Rcpp::Vector<13> >*; SEXP = SEXPREC*]’:
compute_rho.cpp:175:114:   required from here
compute_rho.cpp:159:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (int cs=0; cs<cslen; ++cs, ++iIt){ 
                          ^
compute_rho.cpp: In instantiation of ‘SEXPREC* rank_subset_internal(M, SEXP, SEXP, SEXP, T) [with T = double; V = Rcpp::Vector<14, Rcpp::PreserveStorage>; M = beachmat::lin_matrix<double, Rcpp::Vector<14, Rcpp::PreserveStorage> >*; SEXP = SEXPREC*]’:
compute_rho.cpp:180:117:   required from here
compute_rho.cpp:159:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from /home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_matrix.h:238:0,
                 from /home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/integer_matrix.h:4,
                 from scran.h:4,
                 from compute_rho.cpp:1:
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h: In instantiation of ‘beachmat::const_col_indexed_info<V> beachmat::lin_matrix<T, V>::get_const_col_indexed(size_t, typename V::iterator, size_t, size_t) [with T = double; V = Rcpp::Vector<14, Rcpp::PreserveStorage>; beachmat::const_col_indexed_info<V> = std::tuple<long unsigned int, int*, double*>; typename V::iterator = double*; size_t = long unsigned int; typename V::iterator = double*]’:
compute_rho.cpp:406:1:   required from here
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h:82:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (indices.size()!=this->get_nrow()) {
                       ^
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h: In instantiation of ‘beachmat::const_col_indexed_info<V> beachmat::lin_matrix<T, V>::get_const_col_indexed(size_t, typename V::iterator, size_t, size_t) [with T = int; V = Rcpp::Vector<13>; beachmat::const_col_indexed_info<V> = std::tuple<long unsigned int, int*, int*>; typename V::iterator = int*; size_t = long unsigned int; typename V::iterator = int*]’:
compute_rho.cpp:406:1:   required from here
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h:82:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rhdf5lib/include" -I/usr/local/include   -fpic  -g -O2 -Wall -c find_mutual_nns.cpp -o find_mutual_nns.o
find_mutual_nns.cpp: In function ‘SEXPREC* smooth_gaussian_kernel(SEXP, SEXP, SEXP, SEXP)’:
find_mutual_nns.cpp:110:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (npairs!=_index.size()) { 
               ^
find_mutual_nns.cpp:125:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             if (i >= averages.size() || averages[i].size()==0) { 
                   ^
find_mutual_nns.cpp:126:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
                 if (i >= averages.size()) { 
                       ^
In file included from /home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_matrix.h:238:0,
                 from /home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/integer_matrix.h:4,
                 from scran.h:4,
                 from find_mutual_nns.cpp:1:
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h: In instantiation of ‘beachmat::const_col_indexed_info<V> beachmat::lin_matrix<T, V>::get_const_col_indexed(size_t, typename V::iterator, size_t, size_t) [with T = double; V = Rcpp::Vector<14, Rcpp::PreserveStorage>; beachmat::const_col_indexed_info<V> = std::tuple<long unsigned int, int*, double*>; typename V::iterator = double*; size_t = long unsigned int; typename V::iterator = double*]’:
find_mutual_nns.cpp:348:1:   required from here
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h:82:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (indices.size()!=this->get_nrow()) {
                       ^
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h: In instantiation of ‘beachmat::const_col_indexed_info<V> beachmat::lin_matrix<T, V>::get_const_col_indexed(size_t, typename V::iterator, size_t, size_t) [with T = int; V = Rcpp::Vector<13>; beachmat::const_col_indexed_info<V> = std::tuple<long unsigned int, int*, int*>; typename V::iterator = int*; size_t = long unsigned int; typename V::iterator = int*]’:
find_mutual_nns.cpp:348:1:   required from here
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h:82:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rhdf5lib/include" -I/usr/local/include   -fpic  -g -O2 -Wall -c fit_linear_model.cpp -o fit_linear_model.o
In file included from /home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_matrix.h:238:0,
                 from /home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/integer_matrix.h:4,
                 from scran.h:4,
                 from fit_linear_model.cpp:1:
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h: In instantiation of ‘beachmat::const_col_indexed_info<V> beachmat::lin_matrix<T, V>::get_const_col_indexed(size_t, typename V::iterator, size_t, size_t) [with T = double; V = Rcpp::Vector<14, Rcpp::PreserveStorage>; beachmat::const_col_indexed_info<V> = std::tuple<long unsigned int, int*, double*>; typename V::iterator = double*; size_t = long unsigned int; typename V::iterator = double*]’:
fit_linear_model.cpp:139:1:   required from here
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h:82:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (indices.size()!=this->get_nrow()) {
                       ^
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h: In instantiation of ‘beachmat::const_col_indexed_info<V> beachmat::lin_matrix<T, V>::get_const_col_indexed(size_t, typename V::iterator, size_t, size_t) [with T = int; V = Rcpp::Vector<13>; beachmat::const_col_indexed_info<V> = std::tuple<long unsigned int, int*, int*>; typename V::iterator = int*; size_t = long unsigned int; typename V::iterator = int*]’:
fit_linear_model.cpp:139:1:   required from here
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h:82:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rhdf5lib/include" -I/usr/local/include   -fpic  -g -O2 -Wall -c forge_system.cpp -o forge_system.o
forge_system.cpp: In function ‘SEXPREC* forge_system(SEXP, SEXP, SEXP, SEXP)’:
forge_system.cpp:20:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if (SIZE < 1 || SIZE > ncells) { throw std::runtime_error("each element of sizes should be within [1, number of cells]"); }
                              ^
forge_system.cpp:28:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (ngenes!=pseudo_cell.size()) { throw std::runtime_error("length of pseudo-cell vector is not the same as the number of cells"); }
               ^
forge_system.cpp:32:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (order.size() < ncells*2-1)  { throw std::runtime_error("ordering vector is too short for number of cells"); }
                      ^
forge_system.cpp:34:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if (o < 0 || o > ncells) { 
                        ^
In file included from /home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_matrix.h:238:0,
                 from /home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/integer_matrix.h:4,
                 from scran.h:4,
                 from forge_system.cpp:1:
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h: In instantiation of ‘beachmat::const_col_indexed_info<V> beachmat::lin_matrix<T, V>::get_const_col_indexed(size_t, typename V::iterator, size_t, size_t) [with T = double; V = Rcpp::Vector<14, Rcpp::PreserveStorage>; beachmat::const_col_indexed_info<V> = std::tuple<long unsigned int, int*, double*>; typename V::iterator = double*; size_t = long unsigned int; typename V::iterator = double*]’:
forge_system.cpp:127:1:   required from here
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h:82:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (indices.size()!=this->get_nrow()) {
                       ^
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rhdf5lib/include" -I/usr/local/include   -fpic  -g -O2 -Wall -c get_residuals.cpp -o get_residuals.o
get_residuals.cpp: In function ‘SEXPREC* get_residuals(SEXP, SEXP, SEXP, SEXP, SEXP)’:
get_residuals.cpp:39:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             for (int c=0; c<ncells; ++c, ++tIt) {
                            ^
In file included from /home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_matrix.h:238:0,
                 from /home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/integer_matrix.h:4,
                 from scran.h:4,
                 from get_residuals.cpp:1:
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h: In instantiation of ‘beachmat::const_col_indexed_info<V> beachmat::lin_matrix<T, V>::get_const_col_indexed(size_t, typename V::iterator, size_t, size_t) [with T = double; V = Rcpp::Vector<14, Rcpp::PreserveStorage>; beachmat::const_col_indexed_info<V> = std::tuple<long unsigned int, int*, double*>; typename V::iterator = double*; size_t = long unsigned int; typename V::iterator = double*]’:
get_residuals.cpp:64:1:   required from here
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h:82:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (indices.size()!=this->get_nrow()) {
                       ^
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rhdf5lib/include" -I/usr/local/include   -fpic  -g -O2 -Wall -c get_scaled_ranks.cpp -o get_scaled_ranks.o
In file included from /home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_matrix.h:238:0,
                 from /home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/integer_matrix.h:4,
                 from scran.h:4,
                 from get_scaled_ranks.cpp:1:
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h: In instantiation of ‘beachmat::const_col_indexed_info<V> beachmat::lin_matrix<T, V>::get_const_col_indexed(size_t, typename V::iterator, size_t, size_t) [with T = double; V = Rcpp::Vector<14, Rcpp::PreserveStorage>; beachmat::const_col_indexed_info<V> = std::tuple<long unsigned int, int*, double*>; typename V::iterator = double*; size_t = long unsigned int; typename V::iterator = double*]’:
get_scaled_ranks.cpp:113:1:   required from here
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h:82:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (indices.size()!=this->get_nrow()) {
                       ^
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h: In instantiation of ‘beachmat::const_col_indexed_info<V> beachmat::lin_matrix<T, V>::get_const_col_indexed(size_t, typename V::iterator, size_t, size_t) [with T = int; V = Rcpp::Vector<13>; beachmat::const_col_indexed_info<V> = std::tuple<long unsigned int, int*, int*>; typename V::iterator = int*; size_t = long unsigned int; typename V::iterator = int*]’:
get_scaled_ranks.cpp:113:1:   required from here
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h:82:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rhdf5lib/include" -I/usr/local/include   -fpic  -g -O2 -Wall -c init.cpp -o init.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rhdf5lib/include" -I/usr/local/include   -fpic  -g -O2 -Wall -c overlap_exprs.cpp -o overlap_exprs.o
In file included from /home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_matrix.h:238:0,
                 from /home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/integer_matrix.h:4,
                 from scran.h:4,
                 from overlap_exprs.cpp:1:
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h: In instantiation of ‘beachmat::const_col_indexed_info<V> beachmat::lin_matrix<T, V>::get_const_col_indexed(size_t, typename V::iterator, size_t, size_t) [with T = double; V = Rcpp::Vector<14, Rcpp::PreserveStorage>; beachmat::const_col_indexed_info<V> = std::tuple<long unsigned int, int*, double*>; typename V::iterator = double*; size_t = long unsigned int; typename V::iterator = double*]’:
overlap_exprs.cpp:152:1:   required from here
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h:82:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (indices.size()!=this->get_nrow()) {
                       ^
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h: In instantiation of ‘beachmat::const_col_indexed_info<V> beachmat::lin_matrix<T, V>::get_const_col_indexed(size_t, typename V::iterator, size_t, size_t) [with T = int; V = Rcpp::Vector<13>; beachmat::const_col_indexed_info<V> = std::tuple<long unsigned int, int*, int*>; typename V::iterator = int*; size_t = long unsigned int; typename V::iterator = int*]’:
overlap_exprs.cpp:152:1:   required from here
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h:82:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rhdf5lib/include" -I/usr/local/include   -fpic  -g -O2 -Wall -c run_dormqr.cpp -o run_dormqr.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rhdf5lib/include" -I/usr/local/include   -fpic  -g -O2 -Wall -c shuffle_matrix.cpp -o shuffle_matrix.o
In file included from /home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_matrix.h:238:0,
                 from /home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/integer_matrix.h:4,
                 from scran.h:4,
                 from shuffle_matrix.cpp:1:
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h: In instantiation of ‘beachmat::const_col_indexed_info<V> beachmat::lin_matrix<T, V>::get_const_col_indexed(size_t, typename V::iterator, size_t, size_t) [with T = double; V = Rcpp::Vector<14, Rcpp::PreserveStorage>; beachmat::const_col_indexed_info<V> = std::tuple<long unsigned int, int*, double*>; typename V::iterator = double*; size_t = long unsigned int; typename V::iterator = double*]’:
shuffle_matrix.cpp:33:1:   required from here
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h:82:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (indices.size()!=this->get_nrow()) {
                       ^
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h: In instantiation of ‘beachmat::const_col_indexed_info<V> beachmat::lin_matrix<T, V>::get_const_col_indexed(size_t, typename V::iterator, size_t, size_t) [with T = int; V = Rcpp::Vector<13>; beachmat::const_col_indexed_info<V> = std::tuple<long unsigned int, int*, int*>; typename V::iterator = int*; size_t = long unsigned int; typename V::iterator = int*]’:
shuffle_matrix.cpp:33:1:   required from here
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h:82:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rhdf5lib/include" -I/usr/local/include   -fpic  -g -O2 -Wall -c shuffle_scores.cpp -o shuffle_scores.o
shuffle_scores.cpp: In instantiation of ‘SEXPREC* shuffle_scores_internal(M, Rcpp::IntegerVector, Rcpp::IntegerVector, Rcpp::IntegerVector, Rcpp::IntegerVector, Rcpp::IntegerVector, Rcpp::IntegerVector, Rcpp::IntegerVector) [with V = Rcpp::Vector<13>; M = beachmat::lin_matrix<int, Rcpp::Vector<13> >*; SEXP = SEXPREC*; Rcpp::IntegerVector = Rcpp::Vector<13>]’:
shuffle_scores.cpp:118:130:   required from here
shuffle_scores.cpp:53:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (npairs!=marker2.size()) { throw std::runtime_error("vectors of markers must be of the same length"); }
               ^
shuffle_scores.cpp:64:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if (m1m >= nused || m1m < 0) { throw std::runtime_error("first marker indices are out of range"); }
                 ^
shuffle_scores.cpp:66:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if (m2m >= nused || m2m < 0) { throw std::runtime_error("second marker indices are out of range"); }
                 ^
shuffle_scores.cpp:72:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if (usedex >= ngenes || usedex < 0) { throw std::runtime_error("used gene indices are out of range"); }
                    ^
shuffle_scores.cpp: In instantiation of ‘SEXPREC* shuffle_scores_internal(M, Rcpp::IntegerVector, Rcpp::IntegerVector, Rcpp::IntegerVector, Rcpp::IntegerVector, Rcpp::IntegerVector, Rcpp::IntegerVector, Rcpp::IntegerVector) [with V = Rcpp::Vector<14, Rcpp::PreserveStorage>; M = beachmat::lin_matrix<double, Rcpp::Vector<14, Rcpp::PreserveStorage> >*; SEXP = SEXPREC*; Rcpp::IntegerVector = Rcpp::Vector<13>]’:
shuffle_scores.cpp:121:130:   required from here
shuffle_scores.cpp:53:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (npairs!=marker2.size()) { throw std::runtime_error("vectors of markers must be of the same length"); }
               ^
shuffle_scores.cpp:64:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if (m1m >= nused || m1m < 0) { throw std::runtime_error("first marker indices are out of range"); }
                 ^
shuffle_scores.cpp:66:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if (m2m >= nused || m2m < 0) { throw std::runtime_error("second marker indices are out of range"); }
                 ^
shuffle_scores.cpp:72:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if (usedex >= ngenes || usedex < 0) { throw std::runtime_error("used gene indices are out of range"); }
                    ^
In file included from /home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_matrix.h:238:0,
                 from /home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/integer_matrix.h:4,
                 from scran.h:4,
                 from shuffle_scores.cpp:1:
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h: In instantiation of ‘beachmat::const_col_indexed_info<V> beachmat::lin_matrix<T, V>::get_const_col_indexed(size_t, typename V::iterator, size_t, size_t) [with T = double; V = Rcpp::Vector<14, Rcpp::PreserveStorage>; beachmat::const_col_indexed_info<V> = std::tuple<long unsigned int, int*, double*>; typename V::iterator = double*; size_t = long unsigned int; typename V::iterator = double*]’:
shuffle_scores.cpp:156:1:   required from here
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h:82:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (indices.size()!=this->get_nrow()) {
                       ^
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h: In instantiation of ‘beachmat::const_col_indexed_info<V> beachmat::lin_matrix<T, V>::get_const_col_indexed(size_t, typename V::iterator, size_t, size_t) [with T = int; V = Rcpp::Vector<13>; beachmat::const_col_indexed_info<V> = std::tuple<long unsigned int, int*, int*>; typename V::iterator = int*; size_t = long unsigned int; typename V::iterator = int*]’:
shuffle_scores.cpp:156:1:   required from here
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h:82:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rhdf5lib/include" -I/usr/local/include   -fpic  -g -O2 -Wall -c simple_sum_factors.cpp -o simple_sum_factors.o
simple_sum_factors.cpp: In instantiation of ‘SEXPREC* simple_sum_factors_internal(M, Rcpp::IntegerMatrix, Rcpp::NumericMatrix, Rcpp::IntegerVector, SEXP, SEXP) [with V = Rcpp::Vector<13>; M = beachmat::lin_matrix<int, Rcpp::Vector<13> >*; SEXP = SEXPREC*; Rcpp::IntegerMatrix = Rcpp::Matrix<13>; Rcpp::NumericMatrix = Rcpp::Matrix<14>; Rcpp::IntegerVector = Rcpp::Vector<13>]’:
simple_sum_factors.cpp:122:123:   required from here
simple_sum_factors.cpp:50:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (indices.ncol()!=ncells || distances.ncol()!=ncells) {
                       ^
simple_sum_factors.cpp:50:51: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (indices.ncol()!=ncells || distances.ncol()!=ncells) {
                                                   ^
simple_sum_factors.cpp: In instantiation of ‘SEXPREC* simple_sum_factors_internal(M, Rcpp::IntegerMatrix, Rcpp::NumericMatrix, Rcpp::IntegerVector, SEXP, SEXP) [with V = Rcpp::Vector<14, Rcpp::PreserveStorage>; M = beachmat::lin_matrix<double, Rcpp::Vector<14, Rcpp::PreserveStorage> >*; SEXP = SEXPREC*; Rcpp::IntegerMatrix = Rcpp::Matrix<13>; Rcpp::NumericMatrix = Rcpp::Matrix<14>; Rcpp::IntegerVector = Rcpp::Vector<13>]’:
simple_sum_factors.cpp:125:124:   required from here
simple_sum_factors.cpp:50:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (indices.ncol()!=ncells || distances.ncol()!=ncells) {
                       ^
simple_sum_factors.cpp:50:51: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (indices.ncol()!=ncells || distances.ncol()!=ncells) {
                                                   ^
In file included from /home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_matrix.h:238:0,
                 from /home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/integer_matrix.h:4,
                 from scran.h:4,
                 from simple_sum_factors.cpp:1:
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h: In instantiation of ‘beachmat::const_col_indexed_info<V> beachmat::lin_matrix<T, V>::get_const_col_indexed(size_t, typename V::iterator, size_t, size_t) [with T = double; V = Rcpp::Vector<14, Rcpp::PreserveStorage>; beachmat::const_col_indexed_info<V> = std::tuple<long unsigned int, int*, double*>; typename V::iterator = double*; size_t = long unsigned int; typename V::iterator = double*]’:
simple_sum_factors.cpp:128:1:   required from here
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h:82:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (indices.size()!=this->get_nrow()) {
                       ^
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h: In instantiation of ‘beachmat::const_col_indexed_info<V> beachmat::lin_matrix<T, V>::get_const_col_indexed(size_t, typename V::iterator, size_t, size_t) [with T = int; V = Rcpp::Vector<13>; beachmat::const_col_indexed_info<V> = std::tuple<long unsigned int, int*, int*>; typename V::iterator = int*; size_t = long unsigned int; typename V::iterator = int*]’:
simple_sum_factors.cpp:128:1:   required from here
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h:82:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rhdf5lib/include" -I/usr/local/include   -fpic  -g -O2 -Wall -c subset_and_divide.cpp -o subset_and_divide.o
subset_and_divide.cpp: In instantiation of ‘SEXPREC* subset_and_divide_internal(M, SEXP, SEXP, SEXP) [with V = Rcpp::Vector<13>; M = beachmat::lin_matrix<int, Rcpp::Vector<13> >*; SEXP = SEXPREC*]’:
subset_and_divide.cpp:93:108:   required from here
subset_and_divide.cpp:28:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if (scale_values.size()!=in->get_ncol()) {
                                ^
subset_and_divide.cpp: In instantiation of ‘SEXPREC* subset_and_divide_internal(M, SEXP, SEXP, SEXP) [with V = Rcpp::Vector<14, Rcpp::PreserveStorage>; M = beachmat::lin_matrix<double, Rcpp::Vector<14, Rcpp::PreserveStorage> >*; SEXP = SEXPREC*]’:
subset_and_divide.cpp:96:108:   required from here
subset_and_divide.cpp:28:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from /home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_matrix.h:238:0,
                 from /home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/integer_matrix.h:4,
                 from scran.h:4,
                 from subset_and_divide.cpp:1:
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h: In instantiation of ‘beachmat::const_col_indexed_info<V> beachmat::lin_matrix<T, V>::get_const_col_indexed(size_t, typename V::iterator, size_t, size_t) [with T = double; V = Rcpp::Vector<14, Rcpp::PreserveStorage>; beachmat::const_col_indexed_info<V> = std::tuple<long unsigned int, int*, double*>; typename V::iterator = double*; size_t = long unsigned int; typename V::iterator = double*]’:
subset_and_divide.cpp:99:1:   required from here
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h:82:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (indices.size()!=this->get_nrow()) {
                       ^
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h: In instantiation of ‘beachmat::const_col_indexed_info<V> beachmat::lin_matrix<T, V>::get_const_col_indexed(size_t, typename V::iterator, size_t, size_t) [with T = int; V = Rcpp::Vector<13>; beachmat::const_col_indexed_info<V> = std::tuple<long unsigned int, int*, int*>; typename V::iterator = int*; size_t = long unsigned int; typename V::iterator = int*]’:
subset_and_divide.cpp:99:1:   required from here
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h:82:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rhdf5lib/include" -I/usr/local/include   -fpic  -g -O2 -Wall -c utils.cpp -o utils.o
utils.cpp: In function ‘Rcpp::IntegerVector check_subset_vector(SEXP, size_t)’:
utils.cpp:6:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if (isNA(s) || s < 0 || s >= len) {
                                   ^
g++ -std=gnu++11 -shared -L/home/biocbuild/bbs-3.8-bioc/R/lib -L/usr/local/lib -o scran.so build_snn.o calc_log_count_stats.o combine_simes.o compute_CV2.o compute_rho.o find_mutual_nns.o fit_linear_model.o forge_system.o get_residuals.o get_scaled_ranks.o init.o overlap_exprs.o run_dormqr.o shuffle_matrix.o shuffle_scores.o simple_sum_factors.o subset_and_divide.o utils.o -L/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/lib -Wl,-rpath,/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/lib -lbeachmat -pthread -L/home/biocbuild/bbs-3.8-bioc/R/lib -lRlapack -L/home/biocbuild/bbs-3.8-bioc/R/lib -lRblas -lgfortran -lm -lquadmath -L/home/biocbuild/bbs-3.8-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.8-bioc/R/library/scran/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (scran)