############################################################################## ############################################################################## ### ### Running command: ### ### F:\biocbuild\bbs-3.19-bioc\R\bin\R.exe CMD INSTALL COSNet ### ############################################################################## ############################################################################## * installing to library 'F:/biocbuild/bbs-3.19-bioc/R/library' * installing *source* package 'COSNet' ... ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 13.2.0' gcc -I"F:/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c COSNet.c -o COSNet.o In function 'compute_c', inlined from 'error_minimization' at COSNet.c:456:2: COSNet.c:207:36: warning: 'theta_best_over' may be used uninitialized [-Wmaybe-uninitialized] 207 | c_values[j] = y1 - tan(theta_best)*x1; | ^~~~~~~~~~~~~~~ COSNet.c: In function 'error_minimization': COSNet.c:409:16: 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:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -LC:/rtools44/x86_64-w64-mingw32.static.posix/lib -LF:/biocbuild/bbs-3.19-bioc/R/bin/x64 -lR installing to F:/biocbuild/bbs-3.19-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)