* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘npsf’ ...
** package ‘npsf’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 18.1.4 (1)’
using C++ compiler: ‘Debian clang version 18.1.4 (1)’
make[1]: Entering directory '/tmp/RtmpZH4dpQ/R.INSTALL3691e8775caf8d/npsf/src'
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I"nllpk" -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  -c radial.cpp -o radial.o
radial.cpp:140:7: warning: variable 'nrow' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
  140 |                 if (*rts == 3){
      |                     ^~~~~~~~~
radial.cpp:145:11: note: uninitialized use occurs here
  145 |         int ne = nrow * ncol;
      |                  ^~~~
radial.cpp:140:3: note: remove the 'if' if its condition is always true
  140 |                 if (*rts == 3){
      |                 ^~~~~~~~~~~~~~
radial.cpp:136:10: note: initialize the variable 'nrow' to silence this warning
  136 |         int nrow;
      |                 ^
      |                  = 0
1 warning generated.
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I"nllpk" -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  -c nonradial.cpp -o nonradial.o
nonradial.cpp:140:8: warning: variable 'nrow' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
  140 |    if (*rts == 3){
      |        ^~~~~~~~~
nonradial.cpp:144:17: note: uninitialized use occurs here
  144 |   yxRTSlength = nrow;
      |                 ^~~~
nonradial.cpp:140:4: note: remove the 'if' if its condition is always true
  140 |    if (*rts == 3){
      |    ^~~~~~~~~~~~~~
nonradial.cpp:136:11: note: initialize the variable 'nrow' to silence this warning
  136 |   int nrow, ncol1, yxRTSlength;
      |           ^
      |            = 0
1 warning generated.
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I"nllpk" -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  -c nllpk/routines.cpp -o nllpk/routines.o
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I"nllpk" -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  -c nllpk/simplexMethod.cpp -o nllpk/simplexMethod.o
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I"nllpk" -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 -c init.c -o init.o
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I"nllpk" -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 -c fourcomp.c -o fourcomp.o
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I"nllpk" -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 -c halton.c -o halton.o
clang++-18 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o npsf.so radial.o nonradial.o nllpk/routines.o nllpk/simplexMethod.o init.o fourcomp.o halton.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpZH4dpQ/R.INSTALL3691e8775caf8d/npsf/src'
make[1]: Entering directory '/tmp/RtmpZH4dpQ/R.INSTALL3691e8775caf8d/npsf/src'
make[1]: Leaving directory '/tmp/RtmpZH4dpQ/R.INSTALL3691e8775caf8d/npsf/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-npsf/00new/npsf/libs
** R
** data
** 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
* creating tarball
packaged installation of ‘npsf’ as ‘npsf_0.8.0_R_x86_64-pc-linux-gnu.tar.gz’
* DONE (npsf)