############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.14-bioc/R/bin/R CMD INSTALL cn.mops ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.14-bioc/R/library’ * installing *source* package ‘cn.mops’ ... ** using staged installation ** libs gcc -I"/home/biocbuild/bbs-3.14-bioc/R/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c R_init_cnmops.c -o R_init_cnmops.o g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.14-bioc/R/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c cnmops.cpp -o cnmops.o g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.14-bioc/R/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c segment.cpp -o segment.o segment.cpp: In function ‘SEXPREC* segment(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’: segment.cpp:59:20: warning: variable ‘globalSd’ set but not used [-Wunused-but-set-variable] 59 | double globalMean,globalSd,diff,M2,globalVariance; | ^~~~~~~~ segment.cpp:60:9: warning: variable ‘oldStatistic’ set but not used [-Wunused-but-set-variable] 60 | double oldStatistic, meanLeft,meanRight,varLeft,varRight; | ^~~~~~~~~~~~ segment.cpp:61:31: warning: variable ‘maxStatistic’ set but not used [-Wunused-but-set-variable] 61 | double newStatistic,meanDiff,maxStatistic,DOF,a,b,eps1; | ^~~~~~~~~~~~ segment.cpp:62:40: warning: variable ‘maxIdx’ set but not used [-Wunused-but-set-variable] 62 | double newPValue, maxPValue,oldPValue,maxIdx; | ^~~~~~ In file included from segment.cpp:10: /home/biocbuild/bbs-3.14-bioc/R/include/Rmath.h:208:15: warning: unused variable ‘Rf_beta’ [-Wunused-variable] 208 | #define beta Rf_beta | ^~~~~~~ segment.cpp:64:9: note: in expansion of macro ‘beta’ 64 | double beta,nn; | ^~~~ g++ -std=gnu++14 -shared -L/home/biocbuild/bbs-3.14-bioc/R/lib -L/usr/local/lib -o cn.mops.so R_init_cnmops.o cnmops.o segment.o -L/home/biocbuild/bbs-3.14-bioc/R/lib -lR installing to /home/biocbuild/bbs-3.14-bioc/R/library/00LOCK-cn.mops/00new/cn.mops/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 (cn.mops)