* installing *source* package ‘coinclp’ ...
** this is package ‘coinclp’ version ‘0.1.1’
** package ‘coinclp’ successfully unpacked and MD5 sums checked
** using staged installation
checking for Clp... 1.17.11 (pkg-config)
checking for Clp_C_Interface.h... found, and Clp links
checking for Clp_writeMps... yes
checking for Clp_modifyCoefficient... yes
checking for Clp_setRowName... yes
checking for Clp_maximumIterations... no
checking for maximumIterations... yes (the unprefixed Clp 1.17 spelling)
coinclp: PKG_CPPFLAGS = -DCOINCLP_CONFIGURED -DCOINCLP_HAVE_WRITEMPS=1 -DCOINCLP_HAVE_MODIFYCOEFFICIENT=1 -DCOINCLP_HAVE_SETNAMES=1 -I/opt/R/x86_64/include/coin
coinclp: PKG_LIBS = -L/opt/R/x86_64/lib -lClpSolver -lClp -lc++ -lCoinUtils -lbz2 -lz -lm
** libs
specified C++17
using C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using C++17
using SDK: ‘MacOSX11.3.1.sdk’
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DCOINCLP_CONFIGURED -DCOINCLP_HAVE_WRITEMPS=1 -DCOINCLP_HAVE_MODIFYCOEFFICIENT=1 -DCOINCLP_HAVE_SETNAMES=1 -I/opt/R/x86_64/include/coin  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c coinclp_io.cpp -o coinclp_io.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DCOINCLP_CONFIGURED -DCOINCLP_HAVE_WRITEMPS=1 -DCOINCLP_HAVE_MODIFYCOEFFICIENT=1 -DCOINCLP_HAVE_SETNAMES=1 -I/opt/R/x86_64/include/coin  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c coinclp_model.cpp -o coinclp_model.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DCOINCLP_CONFIGURED -DCOINCLP_HAVE_WRITEMPS=1 -DCOINCLP_HAVE_MODIFYCOEFFICIENT=1 -DCOINCLP_HAVE_SETNAMES=1 -I/opt/R/x86_64/include/coin  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c coinclp_params.cpp -o coinclp_params.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DCOINCLP_CONFIGURED -DCOINCLP_HAVE_WRITEMPS=1 -DCOINCLP_HAVE_MODIFYCOEFFICIENT=1 -DCOINCLP_HAVE_SETNAMES=1 -I/opt/R/x86_64/include/coin  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c coinclp_solve.cpp -o coinclp_solve.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DCOINCLP_CONFIGURED -DCOINCLP_HAVE_WRITEMPS=1 -DCOINCLP_HAVE_MODIFYCOEFFICIENT=1 -DCOINCLP_HAVE_SETNAMES=1 -I/opt/R/x86_64/include/coin  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c init.cpp -o init.o
clang++ -arch x86_64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o coinclp.so coinclp_io.o coinclp_model.o coinclp_params.o coinclp_solve.o init.o -L/opt/R/x86_64/lib -lClpSolver -lClp -lc++ -lCoinUtils -lbz2 -lz -lm -F/Library/Frameworks/R.framework/.. -framework R
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.6/coinclp.Rcheck/00LOCK-coinclp/00new/coinclp/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 (coinclp)