* installing *source* package ‘tokenizers’ ...
** package ‘tokenizers’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/tokenizers/src'
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c RcppExports.cpp -o RcppExports.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c shingle_ngrams.cpp -o shingle_ngrams.o
shingle_ngrams.cpp: In function 'size_t get_ngram_seq_len(int, int, int)':
shingle_ngrams.cpp:8:36: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
    8 |   for (size_t i = ngram_min - 1; i < ngram_max; i++)
      |                                  ~~^~~~~~~~~~~
shingle_ngrams.cpp: In function 'Rcpp::CharacterVector generate_ngrams_internal(Rcpp::CharacterVector, int, int, std::set<std::__cxx11::basic_string<char> >&, std::deque<std::__cxx11::basic_string<char> >&, std::string)':
shingle_ngrams.cpp:28:24: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'R_xlen_t' {aka 'long int'} [-Wsign-compare]
   28 |   for (size_t i = 0; i < terms_raw.size(); i++) {
      |                      ~~^~~~~~~~~~~~~~~~~~
shingle_ngrams.cpp:45:23: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
   45 |   for(size_t j = 0; j < len; j++ ) {
      |                     ~~^~~~~
shingle_ngrams.cpp:48:14: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare]
   48 |     while (k <= ngram_max && j_max_observed < len) {
      |            ~~^~~~~~~~~~~~
shingle_ngrams.cpp:48:45: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
   48 |     while (k <= ngram_max && j_max_observed < len) {
      |                              ~~~~~~~~~~~~~~~^~~~~
shingle_ngrams.cpp:56:12: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare]
   56 |       if(k >= ngram_min) {
      |          ~~^~~~~~~~~~~~
shingle_ngrams.cpp: In function 'Rcpp::ListOf<Rcpp::Vector<16> > generate_ngrams_batch(Rcpp::ListOf<const Rcpp::Vector<16> >, int, int, Rcpp::CharacterVector, Rcpp::String)':
shingle_ngrams.cpp:84:23: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'R_xlen_t' {aka 'long int'} [-Wsign-compare]
   84 |   for(size_t i = 0; i < stopwords.size(); i++){
      |                     ~~^~~~~~~~~~~~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c skip_ngrams.cpp -o skip_ngrams.o
g++-13 -std=gnu++17 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o tokenizers.so RcppExports.o shingle_ngrams.o skip_ngrams.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/tokenizers/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/tokenizers/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/tokenizers/src'
installing to /data/gannet/ripley/R/packages/tests-devel/tokenizers.Rcheck/00LOCK-tokenizers/00new/tokenizers/libs
** R
** data
*** moving datasets to lazyload DB
** 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 (tokenizers)