* installing *source* package ‘netClust’ ...
** this is package ‘netClust’ version ‘1.0.1’
** package ‘netClust’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘clang version 21.1.6’
using C++11
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/netClust/src'
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -isystem /usr/local/clang21/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
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -isystem /usr/local/clang21/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 netClust.cpp -o netClust.o
netClust.cpp:192:7: warning: variable 'itr' set but not used [-Wunused-but-set-variable]
192 | int itr=0;
| ^
netClust.cpp:242:51: warning: 'from<unsigned int, arma::mtOp<unsigned int, arma::mtOp<unsigned int, arma::Col<double>, arma::op_rel_eq>, arma::op_find_simple>>' is deprecated: replace conv_to<...>::from(X) with as_scalar(X) [-Wdeprecated-declarations]
242 | arma::uword q = arma::conv_to<arma::uword>::from(arma::find(lbl == seq(pos)));
| ^
/data/gannet/ripley/R/test-clang/RcppArmadillo/include/current/armadillo_bits/fn_conv_to.hpp:33:5: note: 'from<unsigned int, arma::mtOp<unsigned int, arma::mtOp<unsigned int, arma::Col<double>, arma::op_rel_eq>, arma::op_find_simple>>' has been explicitly marked deprecated here
33 | [[deprecated("replace conv_to<...>::from(X) with as_scalar(X)")]] inline static out_eT from(const Base<in_eT, T1>& in, const typename arma_not_cx<in_eT>::result* junk = nullptr);
| ^
netClust.cpp:325:51: warning: 'from<unsigned int, arma::mtOp<unsigned int, arma::mtOp<unsigned int, arma::Col<double>, arma::op_rel_eq>, arma::op_find_simple>>' is deprecated: replace conv_to<...>::from(X) with as_scalar(X) [-Wdeprecated-declarations]
325 | arma::uword q = arma::conv_to<arma::uword>::from(arma::find(lbl == seq(pos)));
| ^
/data/gannet/ripley/R/test-clang/RcppArmadillo/include/current/armadillo_bits/fn_conv_to.hpp:33:5: note: 'from<unsigned int, arma::mtOp<unsigned int, arma::mtOp<unsigned int, arma::Col<double>, arma::op_rel_eq>, arma::op_find_simple>>' has been explicitly marked deprecated here
33 | [[deprecated("replace conv_to<...>::from(X) with as_scalar(X)")]] inline static out_eT from(const Base<in_eT, T1>& in, const typename arma_not_cx<in_eT>::result* junk = nullptr);
| ^
netClust.cpp:1243:51: warning: 'from<unsigned int, arma::mtOp<unsigned int, arma::mtOp<unsigned int, arma::Col<double>, arma::op_rel_eq>, arma::op_find_simple>>' is deprecated: replace conv_to<...>::from(X) with as_scalar(X) [-Wdeprecated-declarations]
1243 | arma::uword q = arma::conv_to<arma::uword>::from(arma::find(lbl == seq(pos)));
| ^
/data/gannet/ripley/R/test-clang/RcppArmadillo/include/current/armadillo_bits/fn_conv_to.hpp:33:5: note: 'from<unsigned int, arma::mtOp<unsigned int, arma::mtOp<unsigned int, arma::Col<double>, arma::op_rel_eq>, arma::op_find_simple>>' has been explicitly marked deprecated here
33 | [[deprecated("replace conv_to<...>::from(X) with as_scalar(X)")]] inline static out_eT from(const Base<in_eT, T1>& in, const typename arma_not_cx<in_eT>::result* junk = nullptr);
| ^
netClust.cpp:1304:51: warning: 'from<unsigned int, arma::mtOp<unsigned int, arma::mtOp<unsigned int, arma::Col<double>, arma::op_rel_eq>, arma::op_find_simple>>' is deprecated: replace conv_to<...>::from(X) with as_scalar(X) [-Wdeprecated-declarations]
1304 | arma::uword q = arma::conv_to<arma::uword>::from(arma::find(lbl == seq(pos)));
| ^
/data/gannet/ripley/R/test-clang/RcppArmadillo/include/current/armadillo_bits/fn_conv_to.hpp:33:5: note: 'from<unsigned int, arma::mtOp<unsigned int, arma::mtOp<unsigned int, arma::Col<double>, arma::op_rel_eq>, arma::op_find_simple>>' has been explicitly marked deprecated here
33 | [[deprecated("replace conv_to<...>::from(X) with as_scalar(X)")]] inline static out_eT from(const Base<in_eT, T1>& in, const typename arma_not_cx<in_eT>::result* junk = nullptr);
| ^
5 warnings generated.
/usr/local/clang21/bin/clang++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang21/lib -L/usr/local/clang21/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -L/usr/local/clang21/lib/clang/21/lib/x86_64-unknown-linux-gnu -o netClust.so RcppExports.o netClust.o -fopenmp -L/data/gannet/ripley/R/R-clang/lib -lRlapack -L/data/gannet/ripley/R/R-clang/lib -lRblas -lflang_rt.runtime -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/netClust/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/netClust/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/netClust/src'
installing to /data/gannet/ripley/R/packages/tests-clang/netClust.Rcheck/00LOCK-netClust/00new/netClust/libs
** R
** data
** 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 (netClust)