############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD INSTALL GBScleanR ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.20-bioc/R/site-library’ * installing *source* package ‘GBScleanR’ ... ** using staged installation ** libs using C++ compiler: ‘g++ (Ubuntu 13.2.0-23ubuntu4) 13.2.0’ using C++11 g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I'/home/biocbuild/bbs-3.20-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.20-bioc/R/site-library/RcppParallel/include' -I/usr/local/include -fpic -g -O2 -Wall -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I'/home/biocbuild/bbs-3.20-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.20-bioc/R/site-library/RcppParallel/include' -I/usr/local/include -fpic -g -O2 -Wall -c gbsrCalcProb.cpp -o gbsrCalcProb.o gbsrCalcProb.cpp: In function ‘std::vector calcGenoprob(const double&, const double&, const double&, const double&, const double&, const bool&, const int&)’: gbsrCalcProb.cpp:25:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 25 | for(int g = 0; g < prob.size(); ++g){ | ~~^~~~~~~~~~~~~ gbsrCalcProb.cpp:37:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 37 | for(int g = 0; g < prob.size(); ++g){ | ~~^~~~~~~~~~~~~ gbsrCalcProb.cpp:38:18: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses] 38 | if(g != 0 & g != ploidy){ | ~~^~~~ gbsrCalcProb.cpp: In function ‘void calcMissmap(std::vector&, const double&, const double&, const bool&, const int&)’: gbsrCalcProb.cpp:72:21: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘const int’ [-Wsign-compare] 72 | } else if(g == ploidy){ | ~~^~~~~~~~~ gbsrCalcProb.cpp:74:22: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘const int’ [-Wsign-compare] 74 | if(h == ploidy){ | ~~^~~~~~~~~ gbsrCalcProb.cpp:87:29: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘const int’ [-Wsign-compare] 87 | } else if(h == ploidy){ | ~~^~~~~~~~~ gbsrCalcProb.cpp:127:29: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘const int’ [-Wsign-compare] 127 | } else if(g == ploidy){ | ~~^~~~~~~~~ g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I'/home/biocbuild/bbs-3.20-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.20-bioc/R/site-library/RcppParallel/include' -I/usr/local/include -fpic -g -O2 -Wall -c gbsrFB.cpp -o gbsrFB.o gbsrFB.cpp: In member function ‘virtual void ParFB::operator()(size_t, size_t)’: gbsrFB.cpp:109:17: warning: ‘hap_offset_ij’ may be used uninitialized [-Wmaybe-uninitialized] 109 | int hap_offset_ij; | ^~~~~~~~~~~~~ g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I'/home/biocbuild/bbs-3.20-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.20-bioc/R/site-library/RcppParallel/include' -I/usr/local/include -fpic -g -O2 -Wall -c gbsrIPO.cpp -o gbsrIPO.o gbsrIPO.cpp: In member function ‘virtual void ParGenoProb::operator()(size_t, size_t)’: gbsrIPO.cpp:57:34: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 57 | for(int g = 0; g < prob.size(); ++g){ | ~~^~~~~~~~~~~~~ g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I'/home/biocbuild/bbs-3.20-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.20-bioc/R/site-library/RcppParallel/include' -I/usr/local/include -fpic -g -O2 -Wall -c gbsrStats.cpp -o gbsrStats.o g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I'/home/biocbuild/bbs-3.20-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.20-bioc/R/site-library/RcppParallel/include' -I/usr/local/include -fpic -g -O2 -Wall -c gbsrViterbi.cpp -o gbsrViterbi.o g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I'/home/biocbuild/bbs-3.20-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.20-bioc/R/site-library/RcppParallel/include' -I/usr/local/include -fpic -g -O2 -Wall -c gbsrutil.cpp -o gbsrutil.o g++ -std=gnu++11 -shared -L/home/biocbuild/bbs-3.20-bioc/R/lib -L/usr/local/lib -o GBScleanR.so RcppExports.o gbsrCalcProb.o gbsrFB.o gbsrIPO.o gbsrStats.o gbsrViterbi.o gbsrutil.o -L/home/biocbuild/bbs-3.20-bioc/R/lib -lR installing to /home/biocbuild/bbs-3.20-bioc/R/site-library/00LOCK-GBScleanR/00new/GBScleanR/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 (GBScleanR)