* 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: ‘clang version 22.1.8’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/DLCA/src'
clang++-22 -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang22me/include -I/usr/local/clang/include   -fopenmp -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c RcppExports.cpp -o RcppExports.o
clang++-22 -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang22me/include -I/usr/local/clang/include   -fopenmp -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c lcaData.cpp -o lcaData.o
clang++-22 -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang22me/include -I/usr/local/clang/include   -fopenmp -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c lcaFit.cpp -o lcaFit.o
clang++-22 -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang22me/include -I/usr/local/clang/include   -fopenmp -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c lcaModel.cpp -o lcaModel.o
clang++-22 -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang22me/include -I/usr/local/clang/include   -fopenmp -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c lcaRcpp.cpp -o lcaRcpp.o
clang++-22 -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang22me/include -I/usr/local/clang/include   -fopenmp -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c lcaStarts.cpp -o lcaStarts.o
clang++-22 -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang22me/include -I/usr/local/clang/include   -fopenmp -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -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++-22 -std=gnu++20 -shared -L/usr/local/clang/lib64 -L/usr/local/clang22me/lib -L/usr/local/clang22me/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o DLCA.so RcppExports.o lcaData.o lcaFit.o lcaModel.o lcaRcpp.o lcaStarts.o sourceCppDLC.o -fopenmp
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/DLCA/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/DLCA/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/DLCA/src'
installing to /data/localhost/ripley/R/packages/tests-clang/DLCA.Rcheck/00LOCK-DLCA/00new/DLCA/libs
** 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)