############################################################################## ############################################################################## ### ### Running command: ### ### rm -rf COSNet.buildbin-libdir && mkdir COSNet.buildbin-libdir && F:\biocbuild\bbs-3.17-bioc\R\bin\R.exe CMD INSTALL --build --library=COSNet.buildbin-libdir COSNet_1.34.0.tar.gz ### ############################################################################## ############################################################################## * installing *source* package 'COSNet' ... ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 12.2.0' gcc -I"F:/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG -I"C:/rtools43/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:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -LC:/rtools43/x86_64-w64-mingw32.static.posix/lib -LF:/biocbuild/bbs-3.17-bioc/R/bin/x64 -lR installing to F:/biocbuild/bbs-3.17-bioc/meat/COSNet.buildbin-libdir/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 * MD5 sums packaged installation of 'COSNet' as COSNet_1.34.0.zip * DONE (COSNet)