############################################################################## ############################################################################## ### ### Running command: ### ### F:\biocbuild\bbs-3.16-bioc\R\bin\R.exe CMD INSTALL COSNet ### ############################################################################## ############################################################################## * installing to library 'F:/biocbuild/bbs-3.16-bioc/R/library' * installing *source* package 'COSNet' ... ** using staged installation ** libs gcc -I"F:/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c COSNet.c -o COSNet.o COSNet.c: In function 'error_minimization': COSNet.c:207:22: warning: 'theta_best_over' may be used uninitialized in this function [-Wmaybe-uninitialized] 207 | c_values[j] = y1 - tan(theta_best)*x1; | ^~~~~~~~~~~~~~~ COSNet.c:409:9: note: 'theta_best_over' was declared here 409 | double theta_best_over, theta_best_under=0,tmp_hmean_under, tmp_hmean_over; | ^~~~~~~~~~~~~~~ gcc -shared -s -static-libgcc -o COSNet.dll tmp.def COSNet.o -LC:/rtools42/x86_64-w64-mingw32.static.posix/lib/x64 -LC:/rtools42/x86_64-w64-mingw32.static.posix/lib -LF:/biocbuild/bbs-3.16-bioc/R/bin/x64 -lR installing to F:/biocbuild/bbs-3.16-bioc/R/library/00LOCK-COSNet/00new/COSNet/libs/x64 ** R ** 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 COSNet: Cost-Sensitive algorithm for binary classification in graphs. ** testing if installed package can be loaded from final location COSNet: Cost-Sensitive algorithm for binary classification in graphs. ** testing if installed package keeps a record of temporary installation path * DONE (COSNet)