* installing *source* package 'nets' ... ** package 'nets' 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/2024_11_18_01_50_01_1577/RtmpGQI2zE/R.INSTALL12ff43e7673b1/nets/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 nets.c -o nets.o nets.c: In function 'nets_predict': nets.c:473:13: warning: unused variable 'idx' [-Wunused-variable] 473 | int idx, i, j, k, l; | ^~~ nets.c: In function 'alpha_update': nets.c:545:25: warning: unused variable 'l' [-Wunused-variable] 545 | int ip, jp, kp, l, t; | ^ nets.c:545:21: warning: unused variable 'kp' [-Wunused-variable] 545 | int ip, jp, kp, l, t; | ^~ nets.c:545:17: warning: unused variable 'jp' [-Wunused-variable] 545 | int ip, jp, kp, l, t; | ^~ nets.c: In function 'rho_update_init': nets.c:637:16: warning: unused variable 'c_xx' [-Wunused-variable] 637 | double c_xx = 0; | ^~~~ nets.c:636:16: warning: unused variable 'c_yx' [-Wunused-variable] 636 | double c_yx = 0; | ^~~~ nets.c:635:20: warning: unused variable 'k' [-Wunused-variable] 635 | int t, ip, k; | ^ nets.c:635:16: warning: unused variable 'ip' [-Wunused-variable] 635 | int t, ip, k; | ^~ nets.c: In function 'nets_shooting': nets.c:232:23: warning: 'delta' may be used uninitialized [-Wmaybe-uninitialized] 232 | if( verbose ) nets_log(alpha,rho,y_aux,lambda,alpha_weights,rho_weights,T,N,P,granger_network,parcorr_network,0,delta); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nets.c:65:16: note: 'delta' was declared here 65 | double delta, toll; | ^~~~~ nets.c: In function 'nets_activeshooting': nets.c:444:23: warning: 'delta' may be used uninitialized [-Wmaybe-uninitialized] 444 | if( verbose ) nets_log(alpha,rho,y_aux,lambda,alpha_weights,rho_weights,T,N,P,granger_network,parcorr_network,0,delta); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nets.c:264:16: note: 'delta' was declared here 264 | double delta, toll; | ^~~~~ nets.c:396:48: warning: 'alpha_nact' may be used uninitialized [-Wmaybe-uninitialized] 396 | for( idx=0; idx<alpha_nact; ++idx){ | ~~~^~~~~~~~~~~ nets.c:263:13: note: 'alpha_nact' was declared here 263 | int alpha_nact, rho_nact; | ^~~~~~~~~~ nets.c:408:52: warning: 'rho_set' may be used uninitialized [-Wmaybe-uninitialized] 408 | i = rho_set[idx][0]; | ~~~~~~~^~~~~ nets.c:262:31: note: 'rho_set' was declared here 262 | double **alpha_set, **rho_set; | ^~~~~~~ nets.c:425:39: warning: 'rho_old' may be used uninitialized [-Wmaybe-uninitialized] 425 | if( parcorr_network ) memcpy(rho_old ,rho ,sizeof(double)*(N*(N-1)/2)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nets.c:261:29: note: 'rho_old' was declared here 261 | double *alpha_old, *rho_old; | ^~~~~~~ nets.c:397:54: warning: 'alpha_set' may be used uninitialized [-Wmaybe-uninitialized] 397 | i = alpha_set[idx][0]; | ~~~~~~~~~^~~~~ nets.c:262:18: note: 'alpha_set' was declared here 262 | double **alpha_set, **rho_set; | ^~~~~~~~~ nets.c:424:39: warning: 'alpha_old' may be used uninitialized [-Wmaybe-uninitialized] 424 | if( granger_network ) memcpy(alpha_old,alpha,sizeof(double)*(N*N*P)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nets.c:261:17: note: 'alpha_old' was declared here 261 | double *alpha_old, *rho_old; | ^~~~~~~~~ gcc -shared -s -static-libgcc -o nets.dll tmp.def nets.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/2024_11_18_01_50_01_1577/RtmpGQI2zE/R.INSTALL12ff43e7673b1/nets/src' make[1]: Entering directory '/d/temp/2024_11_18_01_50_01_1577/RtmpGQI2zE/R.INSTALL12ff43e7673b1/nets/src' make[1]: Leaving directory '/d/temp/2024_11_18_01_50_01_1577/RtmpGQI2zE/R.INSTALL12ff43e7673b1/nets/src' installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-nets/00new/nets/libs/x64 ** R ** demo ** 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 'nets' as nets_0.9.1.zip * DONE (nets)