############################################################################## ############################################################################## ### ### Running command: ### ### F:\biocbuild\bbs-3.15-bioc\R\bin\R.exe CMD INSTALL groHMM ### ############################################################################## ############################################################################## * installing to library 'F:/biocbuild/bbs-3.15-bioc/R/library' * installing *source* package 'groHMM' ... ** using staged installation ** libs gcc -I"F:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c AnnotateProbes.c -o AnnotateProbes.o gcc -I"F:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c DecayAlgorithm.c -o DecayAlgorithm.o gcc -I"F:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c MLEfit.c -o MLEfit.o In file included from MLEfit.c:43: hmmHeader.h:301:16: warning: 'expSum' defined but not used [-Wunused-function] 301 | static double expSum(double *logValues, int length) { | ^~~~~~ hmmHeader.h:281:16: warning: 'MargainalizeSumLogProbOver' defined but not used [-Wunused-function] 281 | static double MargainalizeSumLogProbOver(int state, int position, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -I"F:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c RegisterRRoutines.c -o RegisterRRoutines.o gcc -I"F:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c Windowing.c -o Windowing.o Windowing.c: In function 'WindowAnalysis': Windowing.c:146:6: warning: unused variable 'II' [-Wunused-variable] 146 | int II = 0; | ^~ gcc -I"F:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c hmmEM.c -o hmmEM.o In file included from hmmEM.c:50: hmmHeader.h:301:16: warning: 'expSum' defined but not used [-Wunused-function] 301 | static double expSum(double *logValues, int length) { | ^~~~~~ hmmHeader.h:281:16: warning: 'MargainalizeSumLogProbOver' defined but not used [-Wunused-function] 281 | static double MargainalizeSumLogProbOver(int state, int position, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from hmmHeader.h:36, from hmmEM.c:50: UsefulValues.h:39:15: warning: 'VERY_LARGE_DOUBLE_VALUE' defined but not used [-Wunused-variable] 39 | static double VERY_LARGE_DOUBLE_VALUE = 1e20; | ^~~~~~~~~~~~~~~~~~~~~~~ gcc -I"F:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c hmmFwBw.c -o hmmFwBw.o hmmFwBw.c: In function 'forward': hmmFwBw.c:142:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 142 | for(k=1; k