* installing *source* package ‘hdqr’ ... ** package ‘hdqr’ 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’ 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 lqr_hd.f90 -o lqr_hd.o lqr_hd.f90:162:35: 162 | INTEGER :: i, k, j, l, ctr, ni, me, mnl, mm (nvars), pfl | 1 Warning: Unused variable ‘ctr’ declared at (1) [-Wunused-variable] lqr_hd.f90:165:22: 165 | INTEGER :: jx, hval_id, tt, hval_len=4, mproj = 1, mp | 1 Warning: Unused variable ‘jx’ declared at (1) [-Wunused-variable] lqr_hd.f90:171:47: 171 | DOUBLE PRECISION :: sx(nvars), uo, obj, ab, KKTeps, projeps | 1 Warning: Unused variable ‘obj’ declared at (1) [-Wunused-variable] lqr_hd.f90:170:69: 170 | DOUBLE PRECISION :: ytmp(nobs), quantile, d_kkt, dif_kkt, st | 1 Warning: Unused variable ‘st’ declared at (1) [-Wunused-variable] lqr_hd.f90:165:35: 165 | INTEGER :: jx, hval_id, tt, hval_len=4, mproj = 1, mp | 1 Warning: Unused variable ‘tt’ declared at (1) [-Wunused-variable] lqr_hd.f90:170:39: 170 | DOUBLE PRECISION :: ytmp(nobs), quantile, d_kkt, dif_kkt, st | 1 Warning: Unused variable ‘ytmp’ declared at (1) [-Wunused-variable] lqr_hd.f90:698:72: 698 | DOUBLE PRECISION :: r (nobs), vl (nvars), dl (nobs), dly (nobs) | 1 Warning: Unused variable ‘dly’ declared at (1) [-Wunused-variable] lqr_hd.f90:693:61: 693 | SUBROUTINE lqr_drv (nobs, nvars, x, y, tau, r, vl, hinv, onemh, oneph) | 1 Warning: Unused dummy argument ‘hinv’ at (1) [-Wunused-dummy-argument] lqr_hd.f90:693:43: 693 | SUBROUTINE lqr_drv (nobs, nvars, x, y, tau, r, vl, hinv, onemh, oneph) | 1 Warning: Unused dummy argument ‘y’ at (1) [-Wunused-dummy-argument] lqr_hd.f90:92:71: 92 | DOUBLE PRECISION :: ulam (nlam), alam (nlam), projeps, hvaleps | 1 Warning: Unused variable ‘hvaleps’ declared at (1) [-Wunused-variable] lqr_hd.f90:93:65: 93 | DOUBLE PRECISION :: beta (pmax, nlam), b0 (nlam), KKTeps, wdelta | 1 Warning: Unused variable ‘kkteps’ declared at (1) [-Wunused-variable] lqr_hd.f90:88:83: 88 | INTEGER :: isd, npass(nlam), jerr, jd (*), ibeta (pmax), nbeta(nlam), ndel, is_exact | 1 Warning: Unused variable ‘ndel’ declared at (1) [-Wunused-variable] lqr_hd.f90:87:92: 87 | INTEGER :: nobs, nvars, nlam, nalam, maxit, dfmax, pmax, pfncol, nwdel, nhval(nlam) | 1 Warning: Unused variable ‘nhval’ declared at (1) [-Wunused-variable] lqr_hd.f90:87:79: 87 | INTEGER :: nobs, nvars, nlam, nalam, maxit, dfmax, pmax, pfncol, nwdel, nhval(nlam) | 1 Warning: Unused variable ‘nwdel’ declared at (1) [-Wunused-variable] lqr_hd.f90:92:62: 92 | DOUBLE PRECISION :: ulam (nlam), alam (nlam), projeps, hvaleps | 1 Warning: Unused variable ‘projeps’ declared at (1) [-Wunused-variable] lqr_hd.f90:93:73: 93 | DOUBLE PRECISION :: beta (pmax, nlam), b0 (nlam), KKTeps, wdelta | 1 Warning: Unused variable ‘wdelta’ declared at (1) [-Wunused-variable] lqr_hd.f90:256:16: 256 | IF (al > al0) THEN | ^ Warning: ‘al0’ may be used uninitialized [-Wmaybe-uninitialized] lqr_hd.f90:166:56: 166 | DOUBLE PRECISION :: ga (nvars), vl (nvars), al0, maj0(nvars) | ^ note: ‘al0’ was declared here /opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c utilities.f90 -o utilities.o utilities.f90:253:60: 253 | DOUBLE PRECISION :: fh (nobs), xi (nobs), xi_tmp, tau, del, ttau, ab | 1 Warning: Unused variable ‘del’ declared at (1) [-Wunused-variable] utilities.f90:249:64: 249 | SUBROUTINE objfun(intcpt, bb, ab, ka, y, lam1, lam2, nobs, nvars, tau, objval) !change | 1 Warning: Unused dummy argument ‘nvars’ at (1) [-Wunused-dummy-argument] utilities.f90:276:58: 276 | DOUBLE PRECISION :: a, b, d, e, p, q, r, u, v, w, x, del, ab, 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 hdqr.so init.o lqr_hd.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 _lqr_drv_: register 73 saved somewhere other than in frame ld: warning: could not create compact unwind for _lqr_path_: registers 78 and 79 not saved contiguously in frame ld: warning: could not create compact unwind for _lqr_hd_: 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 ___emutls_get_address: registers 23 and 24 not saved contiguously in frame installing to /Volumes/Builds/packages/big-sur-arm64/results/4.4/hdqr.Rcheck/00LOCK-hdqr/00new/hdqr/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 (hdqr)