* installing *source* package 'iRafNet' ... ** package 'iRafNet' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 12.3.0' make[1]: Entering directory '/d/temp/RtmpOs8qYZ/R.INSTALL1d47445ef50e8/iRafNet/src' gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c regTree.c -o regTree.o regTree.c: In function 'findBestSplit': regTree.c:155:55: warning: unused variable 'last1' [-Wunused-variable] 155 | int i, kv, j, l, *mind, *ncase, mindo, k, mvar,kk,last1,jsel; | ^~~~~ regTree.c:155:47: warning: unused variable 'mvar' [-Wunused-variable] 155 | int i, kv, j, l, *mind, *ncase, mindo, k, mvar,kk,last1,jsel; | ^~~~ regTree.c:285:38: warning: 'kv' may be used uninitialized [-Wmaybe-uninitialized] 285 | *msplit = kv + 1; | ~~~^~~ regTree.c:155:12: note: 'kv' was declared here 155 | int i, kv, j, l, *mind, *ncase, mindo, k, mvar,kk,last1,jsel; | ^~ gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c regrf.c -o regrf.o regrf.c: In function 'regRF': regrf.c:61:30: warning: variable 'nodexts' set but not used [-Wunused-but-set-variable] 61 | int *in, *nind, *nodex, *nodexts; | ^~~~~~~ regrf.c:61:22: warning: variable 'nodex' set but not used [-Wunused-but-set-variable] 61 | int *in, *nind, *nodex, *nodexts; | ^~~~~ regrf.c:59:10: warning: variable 'oobpair' set but not used [-Wunused-but-set-variable] 59 | int *oobpair, varImp, localImp, *varUsed; | ^~~~~~~ regrf.c:58:41: warning: unused variable 'mindo' [-Wunused-variable] 58 | nsample, mdim, keepF, keepInbag,mindo; | ^~~~~ regrf.c:57:61: warning: variable 'nPerm' set but not used [-Wunused-but-set-variable] 57 | int k, m, mr, n, nOOB, j, jout, idx, ntest, last, ktmp, nPerm, | ^~~~~ regrf.c:57:31: warning: unused variable 'jout' [-Wunused-variable] 57 | int k, m, mr, n, nOOB, j, jout, idx, ntest, last, ktmp, nPerm, | ^~~~ regrf.c:57:22: warning: unused variable 'nOOB' [-Wunused-variable] 57 | int k, m, mr, n, nOOB, j, jout, idx, ntest, last, ktmp, nPerm, | ^~~~ regrf.c:57:15: warning: unused variable 'mr' [-Wunused-variable] 57 | int k, m, mr, n, nOOB, j, jout, idx, ntest, last, ktmp, nPerm, | ^~ regrf.c:55:36: warning: variable 'ytree' set but not used [-Wunused-but-set-variable] 55 | double *yb, *xtmp, *xb, *ytr, *ytree, *tgini, *sw; | ^~~~~ regrf.c:55:30: warning: variable 'ytr' set but not used [-Wunused-but-set-variable] 55 | double *yb, *xtmp, *xb, *ytr, *ytree, *tgini, *sw; | ^~~ regrf.c:55:18: warning: variable 'xtmp' set but not used [-Wunused-but-set-variable] 55 | double *yb, *xtmp, *xb, *ytr, *ytree, *tgini, *sw; | ^~~~ regrf.c:53:60: warning: variable 'resOOB' set but not used [-Wunused-but-set-variable] 53 | errb = 0.0, resid=0.0, ooberr, ooberrperm, delta, *resOOB; | ^~~~~~ regrf.c:53:52: warning: unused variable 'delta' [-Wunused-variable] 53 | errb = 0.0, resid=0.0, ooberr, ooberrperm, delta, *resOOB; | ^~~~~ regrf.c:53:40: warning: unused variable 'ooberrperm' [-Wunused-variable] 53 | errb = 0.0, resid=0.0, ooberr, ooberrperm, delta, *resOOB; | ^~~~~~~~~~ regrf.c:53:32: warning: unused variable 'ooberr' [-Wunused-variable] 53 | errb = 0.0, resid=0.0, ooberr, ooberrperm, delta, *resOOB; | ^~~~~~ regrf.c:53:21: warning: unused variable 'resid' [-Wunused-variable] 53 | errb = 0.0, resid=0.0, ooberr, ooberrperm, delta, *resOOB; | ^~~~~ regrf.c:53:9: warning: unused variable 'errb' [-Wunused-variable] 53 | errb = 0.0, resid=0.0, ooberr, ooberrperm, delta, *resOOB; | ^~~~ regrf.c:52:63: warning: unused variable 'r' [-Wunused-variable] 52 | double errts = 0.0, averrb, meanY, meanYts, varY, varYts, r, xrand, | ^ regrf.c:52:25: warning: variable 'averrb' set but not used [-Wunused-but-set-variable] 52 | double errts = 0.0, averrb, meanY, meanYts, varY, varYts, r, xrand, | ^~~~~~ regrf.c:52:12: warning: unused variable 'errts' [-Wunused-variable] 52 | double errts = 0.0, averrb, meanY, meanYts, varY, varYts, r, xrand, | ^~~~~ gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c rfutils.c -o rfutils.o gcc -shared -s -static-libgcc -o iRafNet.dll tmp.def regTree.o regrf.o rfutils.o -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR make[1]: Leaving directory '/d/temp/RtmpOs8qYZ/R.INSTALL1d47445ef50e8/iRafNet/src' make[1]: Entering directory '/d/temp/RtmpOs8qYZ/R.INSTALL1d47445ef50e8/iRafNet/src' make[1]: Leaving directory '/d/temp/RtmpOs8qYZ/R.INSTALL1d47445ef50e8/iRafNet/src' installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-iRafNet/00new/iRafNet/libs/x64 ** R ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * MD5 sums packaged installation of 'iRafNet' as iRafNet_1.1-1.zip * DONE (iRafNet)