* installing *source* package ‘glmpath’ ...
** package ‘glmpath’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Apple clang version 13.0.0 (clang-1300.0.29.30)’
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 asa_cg.c -o asa_cg.o
asa_cg.c:377:20: warning: unused variable 'mess1' [-Wunused-variable]
        const char mess1 [] = "Possible causes of this error message:" ;
                   ^
asa_cg.c:378:20: warning: unused variable 'mess2' [-Wunused-variable]
        const char mess2 [] = "   - your tolerance may be too strict: "
                   ^
asa_cg.c:380:20: warning: unused variable 'mess4' [-Wunused-variable]
        const char mess4 [] = "   - your gradient routine has an error" ;
                   ^
asa_cg.c:381:20: warning: unused variable 'mess5' [-Wunused-variable]
        const char mess5 [] = "   - the parameter epsilon in "
                   ^
4 warnings generated.
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c glmpath_init.c -o glmpath_init.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 solve_coxpath.c -o solve_coxpath.o
solve_coxpath.c:160:7: warning: unused variable 'iy' [-Wunused-variable]
  int iy, id, irept, ipenalty, i, j, k0, k, l;
      ^
solve_coxpath.c:303:7: warning: unused variable 'iy' [-Wunused-variable]
  int iy, id, irept, ipenalty, ieta, iwsum, ilp, i, j, k0, k, l;
      ^
2 warnings generated.
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c solve_glmpath.c -o solve_glmpath.o
clang -arch arm64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o glmpath.so asa_cg.o glmpath_init.o solve_coxpath.o solve_glmpath.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.3/glmpath.Rcheck/00LOCK-glmpath/00new/glmpath/libs
** generating debug symbols (dSYM)
** R
** data
** 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 (glmpath)