* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘textrecipes’ ...
** package ‘textrecipes’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (Debian 13.2.0-23) 13.2.0’
make[1]: Entering directory '/tmp/RtmpT2QOgK/R.INSTALL14c7165725876/textrecipes/src'
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c cpp11.cpp -o cpp11.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c ngram.cpp -o ngram.o
g++-13 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o textrecipes.so cpp11.o ngram.o -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpT2QOgK/R.INSTALL14c7165725876/textrecipes/src'
make[1]: Entering directory '/tmp/RtmpT2QOgK/R.INSTALL14c7165725876/textrecipes/src'
make[1]: Leaving directory '/tmp/RtmpT2QOgK/R.INSTALL14c7165725876/textrecipes/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-textrecipes/00new/textrecipes/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘textrecipes’
    finding HTML links ... done
    all_tokenized                           html  
    count_functions                         html  
    emoji_samples                           html  
    pipe                                    html  
    reexports                               html  
    required_pkgs.step                      html  
    show_tokens                             html  
    step_clean_levels                       html  
    finding level-2 HTML links ... done

    step_clean_names                        html  
    step_dummy_hash                         html  
    step_lda                                html  
    step_lemma                              html  
    step_ngram                              html  
    step_pos_filter                         html  
    step_sequence_onehot                    html  
    step_stem                               html  
    step_stopwords                          html  
    step_text_normalization                 html  
    step_textfeature                        html  
    step_texthash                           html  
    step_tf                                 html  
    step_tfidf                              html  
    step_tokenfilter                        html  
    step_tokenize                           html  
    step_tokenize_bpe                       html  
    step_tokenize_sentencepiece             html  
    step_tokenize_wordpiece                 html  
    step_tokenmerge                         html  
    step_untokenize                         html  
    step_word_embeddings                    html  
    textrecipes-package                     html  
    tidy.recipe                             html  
    tokenlist                               html  
    tunable_textrecipes                     html  
*** copying figures
** 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 (textrecipes)