* installing *source* package ‘npsf’ ...
** this is package ‘npsf’ version ‘0.8.0’
** package ‘npsf’ 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 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"nllpk" -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c radial.cpp -o radial.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I"nllpk" -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c nonradial.cpp -o nonradial.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I"nllpk" -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c nllpk/routines.cpp -o nllpk/routines.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I"nllpk" -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c nllpk/simplexMethod.cpp -o nllpk/simplexMethod.o
clang -arch arm64 -std=gnu23 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I"nllpk" -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c init.c -o init.o
clang -arch arm64 -std=gnu23 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I"nllpk" -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c fourcomp.c -o fourcomp.o
clang -arch arm64 -std=gnu23 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I"nllpk" -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c halton.c -o halton.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
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.
1 warning 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 npsf.so radial.o nonradial.o nllpk/routines.o nllpk/simplexMethod.o init.o fourcomp.o halton.o -F/Library/Frameworks/R.framework/.. -framework R
installing to /Volumes/Builds/packages/sonoma-arm64/results/4.6/npsf.Rcheck/00LOCK-npsf/00new/npsf/libs
** generating debug symbols (dSYM)
** 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
* DONE (npsf)