############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD INSTALL R3CPET ### ############################################################################## ############################################################################## * installing to library ‘/media/volume/teran2_disk/biocbuild/bbs-3.20-bioc/R/site-library’ * installing *source* package ‘R3CPET’ ... ** using staged installation ** libs using C compiler: ‘gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0’ using C++ compiler: ‘g++ (Ubuntu 13.2.0-23ubuntu4) 13.2.0’ gcc -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I'/media/volume/teran2_disk/biocbuild/bbs-3.20-bioc/R/site-library/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -c R3CPET_init.c -o R3CPET_init.o g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I'/media/volume/teran2_disk/biocbuild/bbs-3.20-bioc/R/site-library/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I'/media/volume/teran2_disk/biocbuild/bbs-3.20-bioc/R/site-library/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -c corpus.cpp -o corpus.o g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I'/media/volume/teran2_disk/biocbuild/bbs-3.20-bioc/R/site-library/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -c main.cpp -o main.o g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I'/media/volume/teran2_disk/biocbuild/bbs-3.20-bioc/R/site-library/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -c state.cpp -o state.o state.cpp: In member function ‘int HDP::iterate_gibbs_state(bool, bool)’: state.cpp:171:29: warning: ‘void std::random_shuffle(_RAIter, _RAIter) [with _RAIter = __gnu_cxx::__normal_iterator >]’ is deprecated: use 'std::shuffle' instead [-Wdeprecated-declarations] 171 | std::random_shuffle ( doc_states_.begin(), doc_states_.end() ); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/13/algorithm:61, from state.cpp:2: /usr/include/c++/13/bits/stl_algo.h:4581:5: note: declared here 4581 | random_shuffle(_RandomAccessIterator __first, _RandomAccessIterator __last) | ^~~~~~~~~~~~~~ state.cpp:173:27: warning: ‘void std::random_shuffle(_RAIter, _RAIter) [with _RAIter = __gnu_cxx::__normal_iterator >]’ is deprecated: use 'std::shuffle' instead [-Wdeprecated-declarations] 173 | std::random_shuffle ( doc_states_[j]->words_.begin(), doc_states_[j]->words_.end() ); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/13/bits/stl_algo.h:4581:5: note: declared here 4581 | random_shuffle(_RandomAccessIterator __first, _RandomAccessIterator __last) | ^~~~~~~~~~~~~~ state.cpp: In member function ‘int HDP::sample_word_assignment(DocState*, int, bool, vct*)’: state.cpp:253:10: warning: ‘k’ may be used uninitialized [-Wmaybe-uninitialized] 253 | return int(old_k != k); | ^~~~~~~~~~~~~~~ state.cpp:193:19: note: ‘k’ was declared here 193 | int old_k = -1, k; | ^ g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I'/media/volume/teran2_disk/biocbuild/bbs-3.20-bioc/R/site-library/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -c stirln.cpp -o stirln.o g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I'/media/volume/teran2_disk/biocbuild/bbs-3.20-bioc/R/site-library/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -c utils.cpp -o utils.o g++ -std=gnu++17 -shared -L/home/biocbuild/bbs-3.20-bioc/R/lib -L/usr/local/lib -o R3CPET.so R3CPET_init.o RcppExports.o corpus.o main.o state.o stirln.o utils.o -L/home/biocbuild/bbs-3.20-bioc/R/lib -lR installing to /media/volume/teran2_disk/biocbuild/bbs-3.20-bioc/R/site-library/00LOCK-R3CPET/00new/R3CPET/libs ** R ** data ** inst ** byte-compile and prepare package for lazy loading NOTE: arguments in definition for validity method for class 'ChromMaintainers' changed from (x) to (object) NOTE: arguments in definition for validity method for class 'HLDAResult' changed from (x) to (object) NOTE: arguments in definition for validity method for class 'NetworkCollection' changed from (x) to (object) ** 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 (R3CPET)