* installing *source* package ‘npsf’ ...
** package ‘npsf’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using SDK: ‘MacOSX11.3.sdk’
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I"nllpk" -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c radial.cpp -o radial.o
radial.cpp:140:7: warning: variable 'nrow' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
                if (*rts == 3){
                    ^~~~~~~~~
radial.cpp:145:11: note: uninitialized use occurs here
        int ne = nrow * ncol;
                 ^~~~
radial.cpp:140:3: note: remove the 'if' if its condition is always true
                if (*rts == 3){
                ^~~~~~~~~~~~~~
radial.cpp:136:10: note: initialize the variable 'nrow' to silence this warning
        int nrow;
                ^
                 = 0
1 warning generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I"nllpk" -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c nonradial.cpp -o nonradial.o
nonradial.cpp:140:8: warning: variable 'nrow' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
   if (*rts == 3){
       ^~~~~~~~~
nonradial.cpp:144:17: note: uninitialized use occurs here
  yxRTSlength = nrow;
                ^~~~
nonradial.cpp:140:4: note: remove the 'if' if its condition is always true
   if (*rts == 3){
   ^~~~~~~~~~~~~~
nonradial.cpp:136:11: note: initialize the variable 'nrow' to silence this warning
  int nrow, ncol1, yxRTSlength;
          ^
           = 0
1 warning generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I"nllpk" -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/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/big-sur-arm64/Rlib/4.4/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 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I"nllpk" -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c init.c -o init.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I"nllpk" -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c fourcomp.c -o fourcomp.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I"nllpk" -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c halton.c -o halton.o
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 -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.4/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)