* installing *source* package ‘PDSCE’ ...
** this is package ‘PDSCE’ version ‘1.2.1’
** package ‘PDSCE’ 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 SDK: ‘MacOSX14.5.sdk’
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 pdsc.c -o pdsc.o
pdsc.c:99:17: warning: add explicit braces to avoid dangling else [-Wdangling-else]
   99 |                 else
      |                 ^
pdsc.c:133:17: warning: add explicit braces to avoid dangling else [-Wdangling-else]
  133 |                 else
      |                 ^
pdsc.c:20:7: warning: unused variable 'i' [-Wunused-variable]
   20 |   int i,j,jj,k, numit_in, numit_out;
      |       ^
pdsc.c:243:33: warning: unused variable 'tmp' [-Wunused-variable]
  243 |   double xtx,xty,rss,tmpsum,sum,tmp,tmp2,d,a,b;
      |                                 ^~~
pdsc.c:243:37: warning: unused variable 'tmp2' [-Wunused-variable]
  243 |   double xtx,xty,rss,tmpsum,sum,tmp,tmp2,d,a,b;
      |                                     ^~~~
5 warnings generated.
clang -arch arm64 -std=gnu23 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o PDSCE.so pdsc.o -F/Library/Frameworks/R.framework/.. -framework R
installing to /Volumes/Builds/packages/sonoma-arm64/results/4.6/PDSCE.Rcheck/00LOCK-PDSCE/00new/PDSCE/libs
** generating debug symbols (dSYM)
** R
** 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 (PDSCE)