* 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: ‘clang version 20.1.0-rc2’ using C++ compiler: ‘clang version 20.1.0-rc2’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/ACEt/src' /usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/BH/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c AtCtEt.cpp -o AtCtEt.o /usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/BH/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c AtCtEtp.cpp -o AtCtEtp.o /usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/BH/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c AtDtEt.cpp -o AtDtEt.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; | ^~~~~ /usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/BH/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c AtEtp.cpp -o AtEtp.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++) | ^ 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; | ^~~~~ /usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/BH/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c RInterface.cc -o RInterface.o /usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/BH/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mcmc.cc -o mcmc.o /usr/local/clang20/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/BH/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c packagename_init.c -o packagename_init.o 2 warnings generated. 3 warnings generated. 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; | ^ 1 warning generated. 5 warnings generated. /usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang20/lib -L/usr/local/clang20/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o ACEt.so AtCtEt.o AtCtEtp.o AtDtEt.o AtEtp.o RInterface.o mcmc.o packagename_init.o -L/data/gannet/ripley/R/R-clang/lib -lRlapack -L/data/gannet/ripley/R/R-clang/lib -lRblas -lFortranRuntime -lFortranDecimal -lm make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/ACEt/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/ACEt/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/ACEt/src' installing to /data/gannet/ripley/R/packages/tests-clang/ACEt.Rcheck/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)