* installing *source* package ‘DLCA’ ...
** this is package ‘DLCA’ version ‘1.0’
** package ‘DLCA’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Apple clang version 17.0.0 (clang-1700.3.19.1)’
using SDK: ‘MacOSX14.5.sdk’
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c RcppExports.cpp -o RcppExports.o
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c lcaData.cpp -o lcaData.o
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c lcaFit.cpp -o lcaFit.o
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c lcaModel.cpp -o lcaModel.o
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c lcaRcpp.cpp -o lcaRcpp.o
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c lcaStarts.cpp -o lcaStarts.o
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c sourceCppDLC.cpp -o sourceCppDLC.o
In file included from sourceCppDLC.cpp:2:
./dlcFunctions.h:1550:16: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical]
1550 | if((exists[k] == 1) & (isSplit[k] == 0))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| &&
./dlcFunctions.h:1550:16: note: cast one or both operands to int to silence this warning
sourceCppDLC.cpp:158:12: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical]
158 | if((exists[k] == 1) & (isSplit[k] == 0) & (isChecked[k] == 0))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| &&
sourceCppDLC.cpp:158:12: note: cast one or both operands to int to silence this warning
sourceCppDLC.cpp:158:12: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical]
158 | if((exists[k] == 1) & (isSplit[k] == 0) & (isChecked[k] == 0))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| &&
sourceCppDLC.cpp:158:12: note: cast one or both operands to int to silence this warning
sourceCppDLC.cpp:211:12: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical]
211 | if((state.exists[k] == 1) & (state.isChecked[k] == 0))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| &&
sourceCppDLC.cpp:211:12: note: cast one or both operands to int to silence this warning
sourceCppDLC.cpp:224:12: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical]
224 | if((state.exists[k] == 1) & (state.isSplit[k] == 0)) nclassEnd++;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| &&
sourceCppDLC.cpp:224:12: note: cast one or both operands to int to silence this warning
5 warnings generated.
clang++ -arch arm64 -std=gnu++20 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o DLCA.so RcppExports.o lcaData.o lcaFit.o lcaModel.o lcaRcpp.o lcaStarts.o sourceCppDLC.o -F/Library/Frameworks/R.framework/.. -framework R
installing to /Volumes/Builds/packages/sonoma-arm64/results/4.6/DLCA.Rcheck/00LOCK-DLCA/00new/DLCA/libs
** generating debug symbols (dSYM)
** R
** inst
** 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 (DLCA)