* installing *source* package ‘lmomRFA’ ...
** package ‘lmomRFA’ 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 lmomRFA-lmom.f -o lmomRFA-lmom.o
lmomRFA-lmom.f:1376:6:

 1376 |       DOUBLE PRECISION FUNCTION DERF(X)
      |      1
Warning: ‘derf’ declared at (1) is also the name of an intrinsic.  It can only be called via an explicit interface or if declared EXTERNAL. [-Wintrinsic-shadow]
lmomRFA-lmom.f:1524:6:

 1524 |       DOUBLE PRECISION FUNCTION DLGAMA(X)
      |      1
Warning: ‘dlgama’ declared at (1) is also the name of an intrinsic.  It can only be called via an explicit interface or if declared EXTERNAL. [-Wintrinsic-shadow]
lmomRFA-lmom.f:1567:9:

 1567 |       IF(X.GT.TOOBIG)GOTO 1000
      |         ^
Warning: ‘toobig’ may be used uninitialized [-Wmaybe-uninitialized]
lmomRFA-lmom.f:1567:20:

 1567 |       IF(X.GT.TOOBIG)GOTO 1000
      |                    ^
note: ‘toobig’ was declared here
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c lmomRFA.f -o lmomRFA.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c lmomRFAc.c -o lmomRFAc.o
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 lmomRFA.so init.o lmomRFA-lmom.o lmomRFA.o lmomRFAc.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 _regtst_: register 79 saved somewhere other than in frame
ld: warning: could not create compact unwind for ___emutls_get_address: registers 23 and 24 not saved contiguously in frame
ld: warning: could not create compact unwind for _lmrgev_: registers 76 and 77 not saved contiguously in frame
ld: warning: could not create compact unwind for _lmrglo_: registers 76 and 77 not saved contiguously in frame
ld: warning: could not create compact unwind for _lmrgno_: register 79 saved somewhere other than in frame
ld: warning: could not create compact unwind for _lmrpe3_: register 77 saved somewhere other than in frame
ld: warning: could not create compact unwind for _pelgev_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _pelgno_: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for _pelkap_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _pelpe3_: register 77 saved somewhere other than in frame
ld: warning: could not create compact unwind for _dlgama_: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for _samlm_: register 73 saved somewhere other than in frame
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.4/lmomRFA.Rcheck/00LOCK-lmomRFA/00new/lmomRFA/libs
** generating debug symbols (dSYM)
** R
** data
*** moving datasets to lazyload DB
** 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 (lmomRFA)