* installing *source* package ‘hdsvm’ ...
** package ‘hdsvm’ 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) 12.2.0’
using SDK: ‘MacOSX11.3.sdk’
/opt/gfortran/bin/gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c  hdsvm_cd.f90 -o hdsvm_cd.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 init.c -o init.o
/opt/gfortran/bin/gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c  utilities.f90 -o utilities.o
hdsvm_cd.f90:163:35:

  163 |          INTEGER :: i, k, j, l, ctr, ni, me, mnl, mm (nvars), pfl
      |                                   1
Warning: Unused variable ‘ctr’ declared at (1) [-Wunused-variable]
hdsvm_cd.f90:166:22:

  166 |          INTEGER :: jx, hval_id, tt, hval_len, mproj = 2, mp
      |                      1
Warning: Unused variable ‘jx’ declared at (1) [-Wunused-variable]
hdsvm_cd.f90:172:47:

  172 |          DOUBLE PRECISION :: sx(nvars), uo, obj
      |                                               1
Warning: Unused variable ‘obj’ declared at (1) [-Wunused-variable]
hdsvm_cd.f90:171:47:

  171 |          DOUBLE PRECISION :: yt(nobs), quantile, d_kkt, dif_kkt
      |                                               1
Warning: Unused variable ‘quantile’ declared at (1) [-Wunused-variable]
hdsvm_cd.f90:166:35:

  166 |          INTEGER :: jx, hval_id, tt, hval_len, mproj = 2, mp
      |                                   1
Warning: Unused variable ‘tt’ declared at (1) [-Wunused-variable]
hdsvm_cd.f90:171:37:

  171 |          DOUBLE PRECISION :: yt(nobs), quantile, d_kkt, dif_kkt
      |                                     1
Warning: Unused variable ‘yt’ declared at (1) [-Wunused-variable]
utilities.f90:452:58:

  452 |   DOUBLE PRECISION :: a, b, d, e, p, q, r, u, v, w, x, del, bt, lam2
      |                                                          1
Warning: Unused variable ‘del’ declared at (1) [-Wunused-variable]
hdsvm_cd.f90:192:24:

  192 |          hval_len = ndel
      |                        ^
Warning: ‘ndel’ is used uninitialized [-Wuninitialized]
hdsvm_cd.f90:150:56:

  150 |          INTEGER :: nobs, nvars, dfmax, pmax, nlam, ndel
      |                                                        ^
note: ‘ndel’ was declared here
hdsvm_cd.f90:458:19:

  458 |                IF (dif_kkt * dif_kkt/ uo / uo < KKTeps) THEN
      |                   ^
Warning: ‘kkteps’ may be used uninitialized [-Wmaybe-uninitialized]
hdsvm_cd.f90:158:35:

  158 |          DOUBLE PRECISION :: KKTeps, projeps, hvaleps
      |                                   ^
note: ‘kkteps’ was declared here
hdsvm_cd.f90:459:21:

  459 |                  IF (dif * dif < hvaleps) EXIT
      |                     ^
Warning: ‘hvaleps’ may be used uninitialized [-Wmaybe-uninitialized]
hdsvm_cd.f90:158:53:

  158 |          DOUBLE PRECISION :: KKTeps, projeps, hvaleps
      |                                                     ^
note: ‘hvaleps’ was declared here
hdsvm_cd.f90:667:31:

  667 |                            IF (dif < projeps) EXIT
      |                               ^
Warning: ‘projeps’ may be used uninitialized [-Wmaybe-uninitialized]
hdsvm_cd.f90:158:44:

  158 |          DOUBLE PRECISION :: KKTeps, projeps, hvaleps
      |                                            ^
note: ‘projeps’ 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 hdsvm.so hdsvm_cd.o init.o utilities.o -L/opt/gfortran/lib/gcc/x86_64-apple-darwin20.0/12.2.0 -L/opt/gfortran/lib -lgfortran -lquadmath -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.3/hdsvm.Rcheck/00LOCK-hdsvm/00new/hdsvm/libs
** generating debug symbols (dSYM)
** R
** 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 (hdsvm)