CRAN Package Check Results for Package textrecipes

Last updated on 2024-08-24 02:49:57 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.6 15.46 180.20 195.66 NOTE
r-devel-linux-x86_64-debian-gcc 1.0.6 12.85 128.60 141.45 NOTE
r-devel-linux-x86_64-fedora-clang 1.0.6 324.50 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0.6 325.60 NOTE
r-devel-windows-x86_64 1.0.6 22.00 187.00 209.00 NOTE
r-patched-linux-x86_64 1.0.6 24.62 173.40 198.02 OK
r-release-linux-x86_64 1.0.6 16.65 171.98 188.63 OK
r-release-macos-arm64 1.0.6 97.00 OK
r-release-macos-x86_64 1.0.6 167.00 OK
r-release-windows-x86_64 1.0.6 23.00 191.00 214.00 OK
r-oldrel-macos-arm64 1.0.6 242.00 OK
r-oldrel-macos-x86_64 1.0.6 308.00 OK
r-oldrel-windows-x86_64 1.0.6 28.00 242.00 270.00 OK

Additional issues

rchk

Check Details

Version: 1.0.6
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: step_clean_levels.Rd: recipe step_clean_names.Rd: recipe step_dummy_hash.Rd: recipe step_lda.Rd: recipe step_lemma.Rd: recipe step_ngram.Rd: recipe step_pos_filter.Rd: recipe step_sequence_onehot.Rd: recipe step_stem.Rd: recipe step_stopwords.Rd: recipe step_text_normalization.Rd: recipe step_textfeature.Rd: recipe step_texthash.Rd: recipe step_tf.Rd: recipe, prep.recipe step_tfidf.Rd: recipe, prep.recipe step_tokenfilter.Rd: recipe, prep.recipe step_tokenize.Rd: recipe step_tokenize_bpe.Rd: recipe, prep.recipe step_tokenize_sentencepiece.Rd: recipe, prep.recipe step_tokenize_wordpiece.Rd: recipe step_tokenmerge.Rd: recipe step_untokenize.Rd: recipe step_word_embeddings.Rd: recipe Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64

Version: 1.0.6
Check: compiled code
Result: NOTE File ‘textrecipes/libs/textrecipes.so’: Found non-API calls to R: ‘SETLENGTH’, ‘SET_GROWABLE_BIT’, ‘SET_TRUELENGTH’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.0.6
Check: data for non-ASCII characters
Result: NOTE Note: found 4 marked UTF-8 strings Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.0.6
Check: compiled code
Result: NOTE File 'textrecipes/libs/x64/textrecipes.dll': Found non-API calls to R: 'SETLENGTH', 'SET_GROWABLE_BIT', 'SET_TRUELENGTH' Compiled code should not call non-API entry points in R. See 'Writing portable packages' in the 'Writing R Extensions' manual, and section 'Moving into C API compliance' for issues with the use of non-API entry points. Flavor: r-devel-windows-x86_64