* installing *source* package ‘vistla’ ... ** using staged installation ** libs using C compiler: ‘Debian clang version 18.1.5 (2)’ clang-18 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O3 -Wall -pedantic -c vistla.c -o vistla.o In file included from vistla.c:45: ./ensemble.h:113:13: warning: variable 'ny' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 113 | }else if(estimator==kt){ | ^~~~~~~~~~~~~ ./ensemble.h:128:25: note: uninitialized use occurs here 128 | u32 bc=vistla(x,nx,y,ny,m,nn,&ht,&rng,1,false,iomin,flow,t,ntargets,mi,miY,queue,P,S,si); | ^~ ./ensemble.h:113:10: note: remove the 'if' if its condition is always true 113 | }else if(estimator==kt){ | ^~~~~~~~~~~~~~~~~ ./ensemble.h:97:18: note: initialize the variable 'ny' to silence this warning 97 | *y=NULL,ny; | ^ | = 0 1 warning generated. clang-18 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o vistla.so vistla.o -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN/vistla.Rcheck/00LOCK-vistla/00new/vistla/libs ** R ** data *** moving datasets to lazyload DB ** inst ** 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 ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (vistla)