* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘HDLSSkST’ ...
** this is package ‘HDLSSkST’ version ‘2.1.0’
** package ‘HDLSSkST’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 19.1.7 (7)’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp9MbBvN/R.INSTALLe766818e47695/HDLSSkST/src'
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c RcppExports.cpp -o RcppExports.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c clust_ct.cpp -o clust_ct.o
clust_ct.cpp:13:24: warning: unused variable 'maxD' [-Wunused-variable]
13 | double d0,min,n0,d00,maxD,minD,WC,PC,DI;
| ^~~~
clust_ct.cpp:13:29: warning: unused variable 'minD' [-Wunused-variable]
13 | double d0,min,n0,d00,maxD,minD,WC,PC,DI;
| ^~~~
clust_ct.cpp:13:34: warning: unused variable 'WC' [-Wunused-variable]
13 | double d0,min,n0,d00,maxD,minD,WC,PC,DI;
| ^~
clust_ct.cpp:13:37: warning: unused variable 'PC' [-Wunused-variable]
13 | double d0,min,n0,d00,maxD,minD,WC,PC,DI;
| ^~
clust_ct.cpp:13:40: warning: unused variable 'DI' [-Wunused-variable]
13 | double d0,min,n0,d00,maxD,minD,WC,PC,DI;
| ^~
clust_ct.cpp:14:20: warning: unused variable 'm11' [-Wunused-variable]
14 | int nclust,m1,m2,m11,m22;
| ^~~
clust_ct.cpp:14:24: warning: unused variable 'm22' [-Wunused-variable]
14 | int nclust,m1,m2,m11,m22;
| ^~~
clust_ct.cpp:214:11: warning: variable 'y' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
214 | else if(i==2){ y=t; }
| ^~~~
clust_ct.cpp:215:10: note: uninitialized use occurs here
215 | return y;
| ^
clust_ct.cpp:214:8: note: remove the 'if' if its condition is always true
214 | else if(i==2){ y=t; }
| ^~~~~~~~
clust_ct.cpp:212:11: note: initialize the variable 'y' to silence this warning
212 | double y;
| ^
| = 0.0
clust_ct.cpp:228:11: warning: variable 'y' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
228 | else if(i==5){ y=t; }
| ^~~~
clust_ct.cpp:229:10: note: uninitialized use occurs here
229 | return y;
| ^
clust_ct.cpp:228:8: note: remove the 'if' if its condition is always true
228 | else if(i==5){ y=t; }
| ^~~~~~~~
clust_ct.cpp:223:11: note: initialize the variable 'y' to silence this warning
223 | double y;
| ^
| = 0.0
clust_ct.cpp:590:5: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
590 | for(i = 0; i < ncol - 1; i++)
| ^
clust_ct.cpp:585:3: note: previous statement is here
585 | for(i = 2; i <= ntotal; i++)
| ^
10 warnings generated.
clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o HDLSSkST.so RcppExports.o clust_ct.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp9MbBvN/R.INSTALLe766818e47695/HDLSSkST/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp9MbBvN/R.INSTALLe766818e47695/HDLSSkST/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp9MbBvN/R.INSTALLe766818e47695/HDLSSkST/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-HDLSSkST/00new/HDLSSkST/libs
** 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
** 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 (HDLSSkST)