* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘communication’ ...
** this is package ‘communication’ version ‘0.1’
** package ‘communication’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 21.1.7 (1)’
using C++11
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpzp5veN/R.INSTALL13e24c77f51c29/communication/src'
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O3 -Wall -pedantic   -c RcppExports.cpp -o RcppExports.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O3 -Wall -pedantic   -c hmm.cpp -o hmm.o
hmm.cpp:1079:26: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
 1079 |     lxis[i].col(Ts[i]-1).max(k_T); // (state mle @ T | xi) -> k_T
      |                          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/subview_bones.hpp:440:5: note: 'max' has been explicitly marked deprecated here
  440 |   [[deprecated("use .index_max() instead")]] inline eT max(uword& index_of_max_val) const;
      |     ^
hmm.cpp:1084:54: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
 1084 |       (lxis[i].col(t-1) + lGamma.col(revseq.back())).max(k); // (state mle @ t-1 | xi, state @ t) -> k
      |                                                      ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/Base_bones.hpp:131:5: note: 'max' has been explicitly marked deprecated here
  131 |   [[deprecated("use .index_max() instead")]] inline elem_type max(uword& index_of_max_val) const;
      |     ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O3 -Wall -pedantic   -c isSilent.cpp -o isSilent.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O3 -Wall -pedantic   -c notSilence.cpp -o notSilence.o
clang++-21 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o communication.so RcppExports.o hmm.o isSilent.o notSilence.o -fopenmp -llapack -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lRblas -L/usr/lib/llvm-21/lib/clang/21/lib/linux -L/usr/lib/llvm-21/lib -lflang_rt.runtime -lm -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpzp5veN/R.INSTALL13e24c77f51c29/communication/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpzp5veN/R.INSTALL13e24c77f51c29/communication/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpzp5veN/R.INSTALL13e24c77f51c29/communication/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-communication/00new/communication/libs
** R
** data
** 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 (communication)