* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘kSamples’ ...
** package ‘kSamples’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (Debian 13.2.0-13) 13.2.0’
make[1]: Entering directory '/tmp/RtmpQPz1Q7/R.INSTALL1f1fd36259bb3c/kSamples/src'
gcc-13 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c kSamples.c -o kSamples.o
kSamples.c: In function ‘adkPVal’:
kSamples.c:651:24: warning: unused variable ‘temp’ [-Wunused-variable]
  651 |                 double temp;
      |                        ^~~~
kSamples.c:650:24: warning: unused variable ‘randy’ [-Wunused-variable]
  650 |                 double randy;
      |                        ^~~~~
kSamples.c:617:13: warning: unused variable ‘index’ [-Wunused-variable]
  617 |         int index;
      |             ^~~~~
kSamples.c: In function ‘QNpvalue’:
kSamples.c:1243:24: warning: unused variable ‘temp’ [-Wunused-variable]
 1243 |                 double temp;
      |                        ^~~~
kSamples.c:1242:24: warning: unused variable ‘randy’ [-Wunused-variable]
 1242 |                 double randy;
      |                        ^~~~~
kSamples.c:1214:13: warning: unused variable ‘index’ [-Wunused-variable]
 1214 |         int index;
      |             ^~~~~
kSamples.c:1209:13: warning: unused variable ‘Ri’ [-Wunused-variable]
 1209 |         int Ri;
      |             ^~
kSamples.c:1208:13: warning: unused variable ‘j’ [-Wunused-variable]
 1208 |         int j;
      |             ^
kSamples.c: In function ‘SteelTestStat’:
kSamples.c:1417:16: warning: unused variable ‘maxR’ [-Wunused-variable]
 1417 |         double maxR;
      |                ^~~~
kSamples.c: In function ‘Steelpvalue’:
kSamples.c:1547:24: warning: unused variable ‘temp’ [-Wunused-variable]
 1547 |                 double temp;
      |                        ^~~~
kSamples.c:1546:24: warning: unused variable ‘randy’ [-Wunused-variable]
 1546 |                 double randy;
      |                        ^~~~~
kSamples.c:1517:13: warning: unused variable ‘index’ [-Wunused-variable]
 1517 |         int index;
      |             ^~~~~
kSamples.c:1512:13: warning: unused variable ‘Ri’ [-Wunused-variable]
 1512 |         int Ri;
      |             ^~
kSamples.c:1511:13: warning: unused variable ‘j’ [-Wunused-variable]
 1511 |         int j;
      |             ^
kSamples.c: In function ‘SteelVec’:
kSamples.c:1985:24: warning: unused variable ‘temp’ [-Wunused-variable]
 1985 |                 double temp;
      |                        ^~~~
kSamples.c:1984:24: warning: unused variable ‘randy’ [-Wunused-variable]
 1984 |                 double randy;
      |                        ^~~~~
kSamples.c:1964:13: warning: unused variable ‘index’ [-Wunused-variable]
 1964 |         int index;
      |             ^~~~~
kSamples.c:1958:13: warning: unused variable ‘Ri’ [-Wunused-variable]
 1958 |         int Ri;
      |             ^~
kSamples.c:1957:13: warning: unused variable ‘j’ [-Wunused-variable]
 1957 |         int j;
      |             ^
kSamples.c: In function ‘convvec’:
kSamples.c:2158:17: warning: unused variable ‘pij’ [-Wunused-variable]
 2158 |     double xij, pij;
      |                 ^~~
kSamples.c:2158:12: warning: unused variable ‘xij’ [-Wunused-variable]
 2158 |     double xij, pij;
      |            ^~~
kSamples.c:2157:14: warning: unused variable ‘M’ [-Wunused-variable]
 2157 |     int i,j, M;
      |              ^
kSamples.c: In function ‘JTpvalue’:
kSamples.c:2404:24: warning: unused variable ‘temp’ [-Wunused-variable]
 2404 |                 double temp;
      |                        ^~~~
kSamples.c:2403:24: warning: unused variable ‘randy’ [-Wunused-variable]
 2403 |                 double randy;
      |                        ^~~~~
kSamples.c:2376:13: warning: unused variable ‘index’ [-Wunused-variable]
 2376 |         int index;
      |             ^~~~~
kSamples.c:2371:13: warning: unused variable ‘Ri’ [-Wunused-variable]
 2371 |         int Ri;
      |             ^~
kSamples.c:2370:13: warning: unused variable ‘j’ [-Wunused-variable]
 2370 |         int j;
      |             ^
kSamples.c: At top level:
kSamples.c:2235:16: warning: ‘JTvec’ defined but not used [-Wunused-variable]
 2235 | static double *JTvec;
      |                ^~~~~
kSamples.c:2232:12: warning: ‘getJTdist’ defined but not used [-Wunused-variable]
 2232 | static int getJTdist;
      |            ^~~~~~~~~
kSamples.c:1323:12: warning: ‘getSteeldist’ defined but not used [-Wunused-variable]
 1323 | static int getSteeldist; /* logical value to indicate whether
      |            ^~~~~~~~~~~~
kSamples.c:1092:16: warning: ‘QNvec’ defined but not used [-Wunused-variable]
 1092 | static double *QNvec;
      |                ^~~~~
kSamples.c:1089:12: warning: ‘getQNdist’ defined but not used [-Wunused-variable]
 1089 | static int getQNdist;
      |            ^~~~~~~~~
gcc-13 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o kSamples.so kSamples.o -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpQPz1Q7/R.INSTALL1f1fd36259bb3c/kSamples/src'
make[1]: Entering directory '/tmp/RtmpQPz1Q7/R.INSTALL1f1fd36259bb3c/kSamples/src'
make[1]: Leaving directory '/tmp/RtmpQPz1Q7/R.INSTALL1f1fd36259bb3c/kSamples/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-kSamples/00new/kSamples/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘kSamples’
    finding HTML links ... done
    ShorelineFireEMS                        html  
    Steel.test                              html  
    SteelConfInt                            html  
    ad.pval                                 html  
    ad.test                                 html  
    ad.test.combined                        html  
    contingency2xt                          html  
    contingency2xt.comb                     html  
    conv                                    html  
    jt.dist                                 html  
    jt.test                                 html  
    kSamples-package                        html  
    pp.kSamples                             html  
    qn.test                                 html  
    qn.test.combined                        html  
** 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 (kSamples)