* installing *source* package ‘dlm’ ...
** package ‘dlm’ 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 SDK: ‘MacOSX11.3.sdk’
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c arms-R.c -o arms-R.o
arms-R.c:315:37: warning: unused variable 'z' [-Wunused-variable]
  double u,xl,xr,yl,yr,eyl,eyr,prop,z;
                                    ^
arms-R.c:336:7: warning: variable 'xl' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized]
  if (q->pl->x == q->x){
      ^~~~~~~~~~~~~~~~
arms-R.c:368:15: note: uninitialized use occurs here
  if ((p->x < xl) || (p->x > xr)) error("exit 1");
              ^~
arms-R.c:336:3: note: remove the 'if' if its condition is always false
  if (q->pl->x == q->x){
  ^~~~~~~~~~~~~~~~~~~~~~
arms-R.c:315:14: note: initialize the variable 'xl' to silence this warning
  double u,xl,xr,yl,yr,eyl,eyr,prop,z;
             ^
              = 0.0
2 warnings generated.
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c dlm.c -o dlm.o
dlm.c:1312:51: warning: variable 'Uy' set but not used [-Wunused-but-set-variable]
        *sqrtVinv, *a, *Ux_prior, *Dx_prior, *f, *Uy, *Dy,
                                                  ^
dlm.c:1312:56: warning: variable 'Dy' set but not used [-Wunused-but-set-variable]
        *sqrtVinv, *a, *Ux_prior, *Dx_prior, *f, *Uy, *Dy,
                                                       ^
dlm.c:1941:56: warning: variable 'Dy' set but not used [-Wunused-but-set-variable]
        *sqrtVinv, *a, *Ux_prior, *Dx_prior, *f, *Uy, *Dy,
                                                       ^
dlm.c:1941:51: warning: variable 'Uy' set but not used [-Wunused-but-set-variable]
        *sqrtVinv, *a, *Ux_prior, *Dx_prior, *f, *Uy, *Dy,
                                                  ^
dlm.c:2462:53: warning: unused variable 'DR' [-Wunused-variable]
    double *sm, *smooth, *DS, *US, *sGG, *DC, *UC, *DR, *UR, *Ht, *C, *Rinv, 
                                                    ^
dlm.c:2462:58: warning: unused variable 'UR' [-Wunused-variable]
    double *sm, *smooth, *DS, *US, *sGG, *DC, *UC, *DR, *UR, *Ht, *C, *Rinv, 
                                                         ^
dlm.c:2769:53: warning: unused variable 'DR' [-Wunused-variable]
    double *sm, *smooth, *DS, *US, *sGG, *DC, *UC, *DR, *UR, *Ht, *C, *Rinv, 
                                                    ^
dlm.c:2769:58: warning: unused variable 'UR' [-Wunused-variable]
    double *sm, *smooth, *DS, *US, *sGG, *DC, *UC, *DR, *UR, *Ht, *C, *Rinv, 
                                                         ^
dlm.c:2768:2: warning: unused variable 'nr' [-Wunused-variable]
        nr;
        ^
9 warnings generated.
clang -arch arm64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o dlm.so arms-R.o dlm.o -L/Library/Frameworks/R.framework/Resources/lib -lRlapack -L/Library/Frameworks/R.framework/Resources/lib -lRblas -L/opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/12.2.0 -L/opt/gfortran/lib -lgfortran -lemutls_w -lquadmath -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
ld: warning: could not create compact unwind for ___emutls_get_address: registers 23 and 24 not saved contiguously in frame
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.4/dlm.Rcheck/00LOCK-dlm/00new/dlm/libs
** generating debug symbols (dSYM)
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 (dlm)