* installing *source* package 'scanstatistics' ... ** package 'scanstatistics' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 13.2.0' using C++11 make[1]: Entering directory '/d/temp/RtmpecnfuQ/R.INSTALL29a4c14dd719b/scanstatistics/src' g++ -std=gnu++11 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++11 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c probability_functions.cpp -o probability_functions.o probability_functions.cpp: In function 'double poisson_loglihood(const arma::uvec&, const arma::vec&, double)': probability_functions.cpp:33:21: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 33 | for (int i = 0; i < y.n_elem; ++i) { | ~~^~~~~~~~~~ probability_functions.cpp: In function 'double zip_loglihood(const arma::uvec&, const arma::vec&, const arma::vec&, double)': probability_functions.cpp:86:21: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 86 | for (int i = 0; i < y.n_elem; ++i) { | ~~^~~~~~~~~~ g++ -std=gnu++11 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c scan_bayes_negbin.cpp -o scan_bayes_negbin.o g++ -std=gnu++11 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c scan_eb_negbin.cpp -o scan_eb_negbin.o g++ -std=gnu++11 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c scan_eb_poisson.cpp -o scan_eb_poisson.o g++ -std=gnu++11 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c scan_eb_zip.cpp -o scan_eb_zip.o In file included from scan_eb_zip.cpp:2: EBZIPscan.h: In member function 'virtual void EBZIPscan::calculate(arma::uword, arma::uword, arma::uword, const arma::uvec&, const arma::uvec&)': EBZIPscan.h:132:17: warning: 'loglik_new' may be used uninitialized [-Wmaybe-uninitialized] 132 | (this->*store)(storage_index, loglik_new - loglik_null, q_hat, n_iterations, | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 133 | zone_nr + 1, duration + 1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ EBZIPscan.h:106:10: note: 'loglik_new' was declared here 106 | double loglik_new; | ^~~~~~~~~~ g++ -std=gnu++11 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c scan_pb_perm.cpp -o scan_pb_perm.o g++ -std=gnu++11 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c scan_pb_poisson.cpp -o scan_pb_poisson.o g++ -std=gnu++11 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c scan_utility.cpp -o scan_utility.o scan_utility.cpp: In function 'arma::uvec shuffle_time_counts(const arma::uvec&)': scan_utility.cpp:69:42: warning: comparison of integer expressions of different signedness: 'arma::sword' {aka 'int'} and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 69 | for (arma::uword i = res.n_elem - 1; k < res.n_elem; --i, ++k) { | ~~^~~~~~~~~~~~ g++ -shared -s -static-libgcc -o scanstatistics.dll tmp.def RcppExports.o probability_functions.o scan_bayes_negbin.o scan_eb_negbin.o scan_eb_poisson.o scan_eb_zip.o scan_pb_perm.o scan_pb_poisson.o scan_utility.o -fopenmp -LD:/RCompile/recent/R-4.4.0/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.4.0/bin/x64 -lRblas -lgfortran -lm -lquadmath -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.0/bin/x64 -lR make[1]: Leaving directory '/d/temp/RtmpecnfuQ/R.INSTALL29a4c14dd719b/scanstatistics/src' make[1]: Entering directory '/d/temp/RtmpecnfuQ/R.INSTALL29a4c14dd719b/scanstatistics/src' make[1]: Leaving directory '/d/temp/RtmpecnfuQ/R.INSTALL29a4c14dd719b/scanstatistics/src' installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-scanstatistics/00new/scanstatistics/libs/x64 ** R ** data *** moving datasets to lazyload DB ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * MD5 sums packaged installation of 'scanstatistics' as scanstatistics_1.1.1.zip * DONE (scanstatistics)