* installing *source* package ‘hdsvm’ ... ** package ‘hdsvm’ 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 Fortran compiler: ‘GNU Fortran (GCC) 12.2.0’ using SDK: ‘MacOSX11.3.sdk’ /opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c hdsvm_cd.f90 -o hdsvm_cd.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] 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 arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c init.c -o init.o /opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c utilities.f90 -o utilities.o 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] 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 hdsvm.so hdsvm_cd.o init.o utilities.o -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 _svm_drv_: register 73 saved somewhere other than in frame ld: warning: could not create compact unwind for _hdsvm_cd_path_: registers 78 and 79 not saved contiguously in frame ld: warning: could not create compact unwind for _hdsvm_cd_: registers 27 and 28 not saved contiguously in frame ld: warning: could not create compact unwind for _objfun_enetsvm_: registers 27 and 28 not saved contiguously in frame ld: warning: could not create compact unwind for _objfun_: registers 27 and 28 not saved contiguously in frame ld: warning: could not create compact unwind for _kktcheckloo_: registers 27 and 28 not saved contiguously in frame ld: warning: could not create compact unwind for _kktcheckloo2_: registers 27 and 28 not saved contiguously in frame ld: warning: could not create compact unwind for _opt_int_: registers 78 and 79 not saved contiguously in frame ld: warning: could not create compact unwind for _opt_int_enetsvm_: registers 78 and 79 not saved contiguously in frame 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/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)