############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R-beta-2024-04-15_r86425/bin/R CMD INSTALL HGC ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library’ * installing *source* package ‘HGC’ ... ** using staged installation ** libs using C++ compiler: ‘g++ (GCC) 10.3.1’ using C++11 g++ -std=gnu++11 -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/RcppEigen/include' -I/usr/local/include -fPIC -g -O2 -Wall -c HGC_unordered_map.cpp -o HGC_unordered_map.o HGC_unordered_map.cpp: In member function ‘void Graph::add_node(int)’: HGC_unordered_map.cpp:165:12: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 165 | if (node == adj.size()) { | ~~~~~^~~~~~~~~~~~~ HGC_unordered_map.cpp: In member function ‘void Graph::add_edge(Edge)’: HGC_unordered_map.cpp:177:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 177 | if (e.node1 < adj.size() && e.node2 < adj.size()) { | ~~~~~~~~^~~~~~~~~~~~ HGC_unordered_map.cpp:177:39: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 177 | if (e.node1 < adj.size() && e.node2 < adj.size()) { | ~~~~~~~~^~~~~~~~~~~~ g++ -std=gnu++11 -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/RcppEigen/include' -I/usr/local/include -fPIC -g -O2 -Wall -c RHGC_unordered_map.cpp -o RHGC_unordered_map.o RHGC_unordered_map.cpp: In function ‘Rcpp::NumericMatrix HierarCluster_paris(Eigen::SparseMatrix)’: RHGC_unordered_map.cpp:35:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 35 | for (int i = 0; i < G.adj.size(); i++) { | ~~^~~~~~~~~~~~~~ RHGC_unordered_map.cpp:43:31: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 43 | for (int i = 0; i < G.adj.size(); i++) { | ~~^~~~~~~~~~~~~~ RHGC_unordered_map.cpp:133:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 133 | for (int i = 0; i < cc.size(); i++) { | ~~^~~~~~~~~~~ g++ -std=gnu++11 -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/RcppEigen/include' -I/usr/local/include -fPIC -g -O2 -Wall -c RTime.cpp -o RTime.o RTime.cpp: In function ‘Rcpp::NumericMatrix HierarCluster_paris_time(Eigen::SparseMatrix)’: RTime.cpp:36:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 36 | for (int i = 0; i < G.adj.size(); i++) { | ~~^~~~~~~~~~~~~~ RTime.cpp:44:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 44 | for (int i = 0; i < G.adj.size(); i++) { | ~~^~~~~~~~~~~~~~ RTime.cpp:132:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 132 | for(int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 135 | for(int i=0; i SNN_SmallestNonzero_Dist(Eigen::SparseMatrix, Eigen::MatrixXd, int, std::vector)’: snn.cpp:96:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 96 | if (n_i > nonzero_order.size()) n_i = nonzero_order.size(); | ~~~~^~~~~~~~~~~~~~~~~~~~~~ snn.cpp:98:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 98 | for (int j = 0; j < nonzero_order.size(); ++j) { | ~~^~~~~~~~~~~~~~~~~~~~~~ snn.cpp:102:23: warning: comparison of integer expressions of different signedness: ‘std::vector::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 102 | if(dists.size() < n_i || nonzero[nonzero_order[j]] == nonzero[nonzero_order[n_i-1]]) { | ~~~~~~~~~~~~~^~~~~ snn.cpp:114:22: warning: comparison of integer expressions of different signedness: ‘std::vector::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 114 | if (dists.size() > n_i) { | ~~~~~~~~~~~~~^~~~~ g++ -std=gnu++11 -shared -L/home/biocbuild/R/R-beta-2024-04-15_r86425/lib -L/usr/local/lib -o HGC.so HGC_unordered_map.o RHGC_unordered_map.o RTime.o RcppExports.o Rget_leaves.o snn.o -L/home/biocbuild/R/R-beta-2024-04-15_r86425/lib -lR installing to /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/00LOCK-HGC/00new/HGC/libs ** R ** data ** 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 (HGC)