* installing *source* package ‘quadprog’ ...
** package ‘quadprog’ 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’
gfortran -arch x86_64   -fPIC -Wall -g -O2 -msse2 -mfpmath=sse   -fPIC  -Wall -g -O2  -c aind.f -o aind.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
gfortran -arch x86_64   -fPIC -Wall -g -O2 -msse2 -mfpmath=sse   -fPIC  -Wall -g -O2  -c solve.QP.compact.f -o solve.QP.compact.o
solve.QP.compact.f:254:3:

  254 |  72   if (nvl .EQ. 0) then
      |   1
Warning: Label 72 at (1) defined but not used [-Wunused-label]
solve.QP.compact.f:302:2:

  302 |  7       t1inf = .FALSE.
      |  1
Warning: Label 7 at (1) defined but not used [-Wunused-label]
gfortran -arch x86_64   -fPIC -Wall -g -O2 -msse2 -mfpmath=sse   -fPIC  -Wall -g -O2  -c solve.QP.f -o solve.QP.o
solve.QP.f:245:3:

  245 |  72   if (nvl .EQ. 0) then
      |   1
Warning: Label 72 at (1) defined but not used [-Wunused-label]
solve.QP.f:293:2:

  293 |  7       t1inf = .FALSE.
      |  1
Warning: Label 7 at (1) defined but not used [-Wunused-label]
solve.QP.f:85:41:

   85 |      *     info, q, iact(*), iter(*), it1,
      |                                         ^
Warning: ‘it1’ may be used uninitialized [-Wmaybe-uninitialized]
gfortran -arch x86_64   -fPIC -Wall -g -O2 -msse2 -mfpmath=sse   -fPIC  -Wall -g -O2  -c util.f -o util.o
clang -arch x86_64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o quadprog.so aind.o init.o solve.QP.compact.o solve.QP.o util.o -L/Library/Frameworks/R.framework/Resources/lib -lRblas -L/opt/gfortran/lib/gcc/x86_64-apple-darwin20.0/12.2.0 -L/opt/gfortran/lib -lgfortran -lquadmath -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/quadprog.Rcheck/00LOCK-quadprog/00new/quadprog/libs
** generating debug symbols (dSYM)
** R
** 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 (quadprog)