* installing *source* package ‘mda’ ...
** this is package ‘mda’ version ‘0.5-5’
** package ‘mda’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using Fortran compiler: ‘GNU Fortran (GCC) 14.2.0’
using SDK: ‘MacOSX11.3.sdk’
/opt/gfortran/bin/gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c bruto.f -o bruto.o
/opt/gfortran/bin/gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c bsplvd.f -o bsplvd.o
/opt/gfortran/bin/gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c bvalue.f -o bvalue.o
/opt/gfortran/bin/gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c dcalcvar.f -o dcalcvar.o
/opt/gfortran/bin/gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c dmarss.f -o dmarss.o
/opt/gfortran/bin/gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c dorthreg.f -o dorthreg.o
/opt/gfortran/bin/gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c dqrreg.f -o dqrreg.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c mda_init.c -o mda_init.o
/opt/gfortran/bin/gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c mspline.f -o mspline.o
/opt/gfortran/bin/gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c sgram.f -o sgram.o
/opt/gfortran/bin/gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c sknotl.f -o sknotl.o
/opt/gfortran/bin/gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c sortdi.f -o sortdi.o
/opt/gfortran/bin/gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c tmatch.f -o tmatch.o
/opt/gfortran/bin/gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c wmean.f -o wmean.o
mspline.f:870:72:

  870 |             coef(2,j)=sxy/sxx
      |                                                                        ^
Warning: 'sxx' may be used uninitialized [-Wmaybe-uninitialized]
mspline.f:822:44:

  822 |       double precision sx,sy,sumw, dcent,sxx,syy,sxy
      |                                            ^
note: 'sxx' was declared here
mspline.f:294:72:

  294 |       lambda = ratio*16.**(-2. + u*(6.))
      |                                                                        ^
Warning: 'u' may be used uninitialized [-Wmaybe-uninitialized]
mspline.f:107:70:

  107 |       double precision t1,t2,ratio, a,b,c,d,e,eps,xm,p,q,r,tol1,tol2,u,
      |                                                                      ^
note: 'u' was declared here
clang -arch x86_64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o mda.so bruto.o bsplvd.o bvalue.o dcalcvar.o dmarss.o dorthreg.o dqrreg.o mda_init.o mspline.o sgram.o sknotl.o sortdi.o tmatch.o wmean.o -L/opt/gfortran/lib/gcc/x86_64-apple-darwin20.0/14.2.0 -L/opt/gfortran/lib -lemutls_w -lheapt_w -lgfortran -lquadmath -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.5/mda.Rcheck/00LOCK-mda/00new/mda/libs
** generating debug symbols (dSYM)
** R
** data
** inst
** 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 (mda)