* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘ACEt’ ...
** this is package ‘ACEt’ version ‘1.9.0’
** package ‘ACEt’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 21.1.6 (2)’
using C++ compiler: ‘Debian clang version 21.1.6 (2)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmptB8yeW/R.INSTALL6ac49539b338e/ACEt/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/BH/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c AtCtEt.cpp -o AtCtEt.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/BH/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c AtCtEtp.cpp -o AtCtEtp.o
AtCtEtp.cpp:294:6: warning: unused variable 'num_a' [-Wunused-variable]
294 | int num_a = b_a_m.n_cols;
| ^~~~~
AtCtEtp.cpp:295:6: warning: unused variable 'num_c' [-Wunused-variable]
295 | int num_c = b_c_m.n_cols;
| ^~~~~
AtCtEtp.cpp:296:6: warning: unused variable 'num_e' [-Wunused-variable]
296 | int num_e = b_e_m.n_cols;
| ^~~~~
3 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/BH/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c AtDtEt.cpp -o AtDtEt.o
AtDtEt.cpp:549:5: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
549 | return(Rcpp::wrap(res));
| ^
AtDtEt.cpp:542:3: note: previous statement is here
542 | for(int i=0; i<num_t; i++)
| ^
1 warning 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/BH/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c AtEtp.cpp -o AtEtp.o
AtEtp.cpp:212:6: warning: unused variable 'num_a' [-Wunused-variable]
212 | int num_a = b_a_m.n_cols;
| ^~~~~
AtEtp.cpp:213:6: warning: unused variable 'num_e' [-Wunused-variable]
213 | int num_e = b_e_m.n_cols;
| ^~~~~
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/BH/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c RInterface.cc -o RInterface.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/BH/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c mcmc.cc -o mcmc.o
mcmc.cc:31:76: warning: unused typedef 'gen_type' [-Wunused-local-typedef]
31 | typedef boost::variate_generator<base_generator_type&, distribution_type> gen_type;
| ^
mcmc.cc:33:77: warning: unused typedef 'gen_type3' [-Wunused-local-typedef]
33 | typedef boost::variate_generator<base_generator_type&, distribution_type3> gen_type3;
| ^
mcmc.cc:925:29: warning: unused typedef 'Mat_i' [-Wunused-local-typedef]
925 | typedef std::vector<Vec_i> Mat_i;
| ^
mcmc.cc:932:76: warning: unused typedef 'gen_type' [-Wunused-local-typedef]
932 | typedef boost::variate_generator<base_generator_type&, distribution_type> gen_type;
| ^
mcmc.cc:934:77: warning: unused typedef 'gen_type3' [-Wunused-local-typedef]
934 | typedef boost::variate_generator<base_generator_type&, distribution_type3> gen_type3;
| ^
5 warnings generated.
clang-21 -std=gnu23 -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/BH/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c packagename_init.c -o packagename_init.o
clang++-21 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o ACEt.so AtCtEt.o AtCtEtp.o AtDtEt.o AtEtp.o RInterface.o mcmc.o packagename_init.o -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/RtmptB8yeW/R.INSTALL6ac49539b338e/ACEt/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmptB8yeW/R.INSTALL6ac49539b338e/ACEt/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmptB8yeW/R.INSTALL6ac49539b338e/ACEt/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-ACEt/00new/ACEt/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 (ACEt)