* installing *source* package ‘nltm’ ...
** this is package ‘nltm’ version ‘1.4.6’
** package ‘nltm’ 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/opt/R/arm64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c covariance.cc -o covariance.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c dmat.cc -o dmat.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c models.cc -o models.o
clang -arch arm64 -std=gnu23 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c package_init.c -o package_init.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c printVector.cc -o printVector.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include   -I. -fPIC  -falign-functions=64 -Wall -g -O2   -c profileLik.cc -o profileLik.o
profileLik.cc:203:6: warning: variable 'xx1' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
  203 |   if(*nvar1>0)
      |      ^~~~~~~~
profileLik.cc:232:13: note: uninitialized use occurs here
  232 |   predictor(xx1, xx2, *nvar1, *nvar2, beta, *cure, pred);
      |             ^~~
profileLik.cc:203:3: note: remove the 'if' if its condition is always true
  203 |   if(*nvar1>0)
      |   ^~~~~~~~~~~~
  204 |     xx1=dmat(x1, nn, *nvar1);
profileLik.cc:195:15: note: initialize the variable 'xx1' to silence this warning
  195 |   double **xx1, **xx2;
      |               ^
      |                = nullptr
profileLik.cc:205:6: warning: variable 'xx2' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
  205 |   if(*npred>1 && *nvar2>0)
      |      ^~~~~~~~~~~~~~~~~~~~
profileLik.cc:232:18: note: uninitialized use occurs here
  232 |   predictor(xx1, xx2, *nvar1, *nvar2, beta, *cure, pred);
      |                  ^~~
profileLik.cc:205:3: note: remove the 'if' if its condition is always true
  205 |   if(*npred>1 && *nvar2>0)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
  206 |     xx2=dmat(x2, nn, *nvar2);
profileLik.cc:205:6: warning: variable 'xx2' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized]
  205 |   if(*npred>1 && *nvar2>0)
      |      ^~~~~~~~
profileLik.cc:232:18: note: uninitialized use occurs here
  232 |   predictor(xx1, xx2, *nvar1, *nvar2, beta, *cure, pred);
      |                  ^~~
profileLik.cc:205:6: note: remove the '&&' if its condition is always true
  205 |   if(*npred>1 && *nvar2>0)
      |      ^~~~~~~~~~~
profileLik.cc:195:22: note: initialize the variable 'xx2' to silence this warning
  195 |   double **xx1, **xx2;
      |                      ^
      |                       = nullptr
3 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 nltm.so covariance.o dmat.o models.o package_init.o printVector.o profileLik.o -F/Library/Frameworks/R.framework/.. -framework R
installing to /Volumes/Builds/packages/sonoma-arm64/results/4.6/nltm.Rcheck/00LOCK-nltm/00new/nltm/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 (nltm)