* installing *source* package ‘dlm’ ...
** this is package ‘dlm’ version ‘1.1-6.1’
** package ‘dlm’ 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 arms-R.c -o arms-R.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 dlm.c -o dlm.o
arms-R.c:315:37: warning: unused variable 'z' [-Wunused-variable]
315 | 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]
336 | if (q->pl->x == q->x){
| ^~~~~~~~~~~~~~~~
arms-R.c:368:15: note: uninitialized use occurs here
368 | 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
336 | if (q->pl->x == q->x){
| ^~~~~~~~~~~~~~~~~~~~~~
337 | /* interval is of zero length */
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
338 | p->x = q->x;
| ~~~~~~~~~~~~
339 | p->y = q->y;
| ~~~~~~~~~~~~
340 | p->ey = q->ey;
| ~~~~~~~~~~~~~~
341 | } else {
| ~~~~~~
arms-R.c:315:14: note: initialize the variable 'xl' to silence this warning
315 | double u,xl,xr,yl,yr,eyl,eyr,prop,z;
| ^
| = 0.0
dlm.c:1312:51: warning: variable 'Uy' set but not used [-Wunused-but-set-variable]
1312 | *sqrtVinv, *a, *Ux_prior, *Dx_prior, *f, *Uy, *Dy,
| ^
dlm.c:1312:56: warning: variable 'Dy' set but not used [-Wunused-but-set-variable]
1312 | *sqrtVinv, *a, *Ux_prior, *Dx_prior, *f, *Uy, *Dy,
| ^
dlm.c:1941:51: warning: variable 'Uy' set but not used [-Wunused-but-set-variable]
1941 | *sqrtVinv, *a, *Ux_prior, *Dx_prior, *f, *Uy, *Dy,
| ^
dlm.c:1941:56: warning: variable 'Dy' set but not used [-Wunused-but-set-variable]
1941 | *sqrtVinv, *a, *Ux_prior, *Dx_prior, *f, *Uy, *Dy,
| ^
dlm.c:2462:53: warning: unused variable 'DR' [-Wunused-variable]
2462 | double *sm, *smooth, *DS, *US, *sGG, *DC, *UC, *DR, *UR, *Ht, *C, *Rinv,
| ^~
dlm.c:2462:58: warning: unused variable 'UR' [-Wunused-variable]
2462 | double *sm, *smooth, *DS, *US, *sGG, *DC, *UC, *DR, *UR, *Ht, *C, *Rinv,
| ^~
dlm.c:2768:2: warning: unused variable 'nr' [-Wunused-variable]
2768 | nr;
| ^~
dlm.c:2769:53: warning: unused variable 'DR' [-Wunused-variable]
2769 | double *sm, *smooth, *DS, *US, *sGG, *DC, *UC, *DR, *UR, *Ht, *C, *Rinv,
| ^~
dlm.c:2769:58: warning: unused variable 'UR' [-Wunused-variable]
2769 | double *sm, *smooth, *DS, *US, *sGG, *DC, *UC, *DR, *UR, *Ht, *C, *Rinv,
| ^~
2 warnings generated.
9 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 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/14.2.0 -L/opt/gfortran/lib -lemutls_w -lheapt_w -lgfortran -lquadmath -F/Library/Frameworks/R.framework/.. -framework R
installing to /Volumes/Builds/packages/sonoma-arm64/results/4.6/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)