* 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: ‘Apple clang version 17.0.0 (clang-1700.3.19.1)’
using SDK: ‘MacOSX14.5.sdk’
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c RcppExports.cpp -o RcppExports.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -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
9 warnings generated.
clang++ -arch arm64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o HDLSSkST.so RcppExports.o clust_ct.o -F/Library/Frameworks/R.framework/.. -framework R
installing to /Volumes/Builds/packages/sonoma-arm64/results/4.6/HDLSSkST.Rcheck/00LOCK-HDLSSkST/00new/HDLSSkST/libs
** generating debug symbols (dSYM)
** 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)