############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R-beta-2024-04-15_r86425/bin/R CMD INSTALL methimpute ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library’ * installing *source* package ‘methimpute’ ... ** using staged installation ** libs using C compiler: ‘gcc (GCC) 10.3.1’ 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/usr/local/include -fopenmp -fPIC -g -O2 -Wall -c RcppExports.cpp -o RcppExports.o 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/usr/local/include -fopenmp -fPIC -g -O2 -Wall -c densities.cpp -o densities.o densities.cpp: In member function ‘virtual void NegativeBinomial::calc_densities(Rcpp::Matrix<14>::Row&)’: densities.cpp:920:70: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘double’ [-Wformat=] 920 | if (verbosity>=4) Rprintf(" lGammaR = %g, lgamma(size + obs=%d) = %g\n", lGammaR, obs_j, lgamma(size + obs_j)); | ~^ ~~~~~ | | | | int double | %f densities.cpp: In member function ‘virtual void BinomialTestContext::calc_densities(Rcpp::Matrix<14>::Row&)’: densities.cpp:614:31: warning: ‘prob_context’ may be used uninitialized in this function [-Wmaybe-uninitialized] 614 | if (verbosity >= 4) Rprintf("obs_test[t=%d] = %d, obs_total[t] = %d, prob_context = %g\n", t, obs_test[t], obs_total[t], prob_context); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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/usr/local/include -fopenmp -fPIC -g -O2 -Wall -c fitHMM.cpp -o fitHMM.o 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/usr/local/include -fopenmp -fPIC -g -O2 -Wall -c fitHMM_context.cpp -o fitHMM_context.o 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/usr/local/include -fopenmp -fPIC -g -O2 -Wall -c hmm_context.cpp -o hmm_context.o hmm_context.cpp: In destructor ‘HMM_context::~HMM_context()’: hmm_context.cpp:68:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 68 | for (int i=0; iemissionDensities.size(); i++) | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -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/usr/local/include -fPIC -g -O2 -Wall -c methimpute_init.c -o methimpute_init.o 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/usr/local/include -fopenmp -fPIC -g -O2 -Wall -c scalehmm.cpp -o scalehmm.o scalehmm.cpp: In destructor ‘ScaleHMM::~ScaleHMM()’: scalehmm.cpp:311:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 311 | for (int i=0; iemissionDensities.size(); i++) | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -std=gnu++11 -shared -L/home/biocbuild/R/R-beta-2024-04-15_r86425/lib -L/usr/local/lib -o methimpute.so RcppExports.o densities.o fitHMM.o fitHMM_context.o hmm_context.o methimpute_init.o scalehmm.o -fopenmp -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-methimpute/00new/methimpute/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 (methimpute)