* installing *source* package ‘text2vec’ ...
** package ‘text2vec’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘clang version 18.1.2’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/text2vec/src'
/usr/local/clang18/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/digest/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include   -DRCPP_NO_MODULES -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c HashCorpus.cpp -o HashCorpus.o
/usr/local/clang18/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/digest/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include   -DRCPP_NO_MODULES -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c RcppExports.cpp -o RcppExports.o
/usr/local/clang18/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/digest/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include   -DRCPP_NO_MODULES -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c VocabCorpus.cpp -o VocabCorpus.o
/usr/local/clang18/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/digest/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include   -DRCPP_NO_MODULES -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c Vocabulary.cpp -o Vocabulary.o
/usr/local/clang18/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/digest/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include   -DRCPP_NO_MODULES -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c collocations.cpp -o collocations.o
/usr/local/clang18/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/digest/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include   -DRCPP_NO_MODULES -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c matrix_utils.cpp -o matrix_utils.o
/usr/local/clang18/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/digest/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include   -DRCPP_NO_MODULES -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c memory_tools.cpp -o memory_tools.o
/usr/local/clang18/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/digest/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include   -DRCPP_NO_MODULES -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c utils.cpp -o utils.o
/usr/local/clang18/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/digest/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include   -DRCPP_NO_MODULES -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c warplda.cpp -o warplda.o
In file included from warplda.cpp:18:
In file included from ./mcemlda/LDA.hpp:5:
In file included from ./mcemlda/AliasUrn.hpp:5:
./mcemlda/include/qrand.hpp:23:41: warning: implicit conversion from 'unsigned long long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-const-int-float-conversion]
   23 |                 return static_cast<double>(sample())/(~0ull);
      |                                                     ~ ^~~~~
./mcemlda/include/qrand.hpp:47:41: warning: implicit conversion from 'unsigned long long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-const-int-float-conversion]
   47 |                 return static_cast<double>(sample())/(~0ull);
      |                                                     ~ ^~~~~
./mcemlda/include/qrand.hpp:65:41: warning: implicit conversion from 'unsigned long long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-const-int-float-conversion]
   65 |                 return static_cast<double>(sample())/(~0ull);
      |                                                     ~ ^~~~~
3 warnings generated.
/usr/local/clang18/bin/clang++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang18/lib -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -o text2vec.so HashCorpus.o RcppExports.o VocabCorpus.o Vocabulary.o collocations.o matrix_utils.o memory_tools.o utils.o warplda.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/text2vec/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/text2vec/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/text2vec/src'
installing to /data/gannet/ripley/R/packages/tests-clang/text2vec.Rcheck/00LOCK-text2vec/00new/text2vec/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
OMP: Warning #96: Cannot form a team with 24 threads, using 2 instead.
OMP: Hint Consider unsetting KMP_DEVICE_THREAD_LIMIT (KMP_ALL_THREADS), KMP_TEAMS_THREAD_LIMIT, and OMP_THREAD_LIMIT (if any are set).
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
OMP: Warning #96: Cannot form a team with 24 threads, using 2 instead.
OMP: Hint Consider unsetting KMP_DEVICE_THREAD_LIMIT (KMP_ALL_THREADS), KMP_TEAMS_THREAD_LIMIT, and OMP_THREAD_LIMIT (if any are set).
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
OMP: Warning #96: Cannot form a team with 24 threads, using 2 instead.
OMP: Hint Consider unsetting KMP_DEVICE_THREAD_LIMIT (KMP_ALL_THREADS), KMP_TEAMS_THREAD_LIMIT, and OMP_THREAD_LIMIT (if any are set).
** testing if installed package keeps a record of temporary installation path
* DONE (text2vec)