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

INSTALL report for SingleR on malbec1

This page was generated on 2020-04-15 12:16:07 -0400 (Wed, 15 Apr 2020).

Package 1606/1823HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
SingleR 1.0.6
Aaron Lun
Snapshot Date: 2020-04-14 16:46:13 -0400 (Tue, 14 Apr 2020)
URL: https://git.bioconductor.org/packages/SingleR
Branch: RELEASE_3_10
Last Commit: 5803a1f
Last Changed Date: 2020-04-08 12:05:48 -0400 (Wed, 08 Apr 2020)
malbec1 Linux (Ubuntu 18.04.4 LTS) / x86_64 [ OK ] OK  WARNINGS UNNEEDED, same version exists in internal repository
tokay1 Windows Server 2012 R2 Standard / x64  OK  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository
merida1 OS X 10.11.6 El Capitan / x86_64  OK  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository

Summary

Package: SingleR
Version: 1.0.6
Command: /home/biocbuild/bbs-3.10-bioc/R/bin/R CMD INSTALL SingleR
StartedAt: 2020-04-14 18:48:49 -0400 (Tue, 14 Apr 2020)
EndedAt: 2020-04-14 18:49:40 -0400 (Tue, 14 Apr 2020)
EllapsedTime: 50.8 seconds
RetCode: 0
Status:  OK 

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.10-bioc/R/bin/R CMD INSTALL SingleR
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.10-bioc/R/library’
* installing *source* package ‘SingleR’ ...
** using staged installation
** libs
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.10-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.10-bioc/R/library/beachmat/include" -I/usr/local/include  -fpic  -g -O2  -Wall -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.10-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.10-bioc/R/library/beachmat/include" -I/usr/local/include  -fpic  -g -O2  -Wall -c fine_tune_de.cpp -o fine_tune_de.o
fine_tune_de.cpp: In constructor ‘de_markers::de_markers(Rcpp::List)’:
fine_tune_de.cpp:6:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (size_t i=0; i<marker_genes.size(); ++i) {
                          ~^~~~~~~~~~~~~~~~~~~~
fine_tune_de.cpp:9:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             for (size_t j=0; j<internals.size(); ++j) {
                              ~^~~~~~~~~~~~~~~~~
fine_tune_de.cpp: In function ‘Rcpp::List fine_tune_label_de(SEXP, Rcpp::NumericMatrix, Rcpp::List, double, double, Rcpp::List)’:
fine_tune_de.cpp:38:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (size_t i=0; i<References.size(); ++i) {
                      ~^~~~~~~~~~~~~~~~~~
In file included from fine_tune_de.cpp:2:0:
fine_tuner.h: In instantiation of ‘tuned_stats fine_tuner::assign(int, beachmat::numeric_matrix*, Rcpp::NumericMatrix, const matrix_list&, double, double, const PICKER&) [with PICKER = de_markers; tuned_stats = std::tuple<int, double, double>; beachmat::numeric_matrix = beachmat::lin_matrix<double, Rcpp::Vector<14, Rcpp::PreserveStorage> >; Rcpp::NumericMatrix = Rcpp::Matrix<14>; matrix_list = std::vector<std::unique_ptr<beachmat::lin_matrix<double, Rcpp::Vector<14, Rcpp::PreserveStorage> > > >]’:
fine_tune_de.cpp:51:95:   required from here
fine_tuner.h:42:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (size_t i=0; i<cur_scores.size(); ++i) {
                          ~^~~~~~~~~~~~~~~~~~
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.10-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.10-bioc/R/library/beachmat/include" -I/usr/local/include  -fpic  -g -O2  -Wall -c fine_tune_sd.cpp -o fine_tune_sd.o
fine_tune_sd.cpp: In function ‘Rcpp::List fine_tune_label_sd(SEXP, Rcpp::NumericMatrix, Rcpp::List, double, double, Rcpp::NumericMatrix, double)’:
fine_tune_sd.cpp:46:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (size_t i=0; i<References.size(); ++i) {
                      ~^~~~~~~~~~~~~~~~~~
In file included from fine_tune_sd.cpp:2:0:
fine_tuner.h: In instantiation of ‘tuned_stats fine_tuner::assign(int, beachmat::numeric_matrix*, Rcpp::NumericMatrix, const matrix_list&, double, double, const PICKER&) [with PICKER = sd_markers; tuned_stats = std::tuple<int, double, double>; beachmat::numeric_matrix = beachmat::lin_matrix<double, Rcpp::Vector<14, Rcpp::PreserveStorage> >; Rcpp::NumericMatrix = Rcpp::Matrix<14>; matrix_list = std::vector<std::unique_ptr<beachmat::lin_matrix<double, Rcpp::Vector<14, Rcpp::PreserveStorage> > > >]’:
fine_tune_sd.cpp:59:95:   required from here
fine_tuner.h:42:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (size_t i=0; i<cur_scores.size(); ++i) {
                          ~^~~~~~~~~~~~~~~~~~
g++ -std=gnu++11 -shared -L/home/biocbuild/bbs-3.10-bioc/R/lib -L/usr/local/lib -o SingleR.so RcppExports.o fine_tune_de.o fine_tune_sd.o -L/home/biocbuild/bbs-3.10-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.10-bioc/R/library/00LOCK-SingleR/00new/SingleR/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (SingleR)