CRAN Package Check Results for Package grafzahl

Last updated on 2026-05-30 11:50:39 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.12 OK
r-devel-linux-x86_64-debian-gcc 0.0.12 7.66 72.50 80.16 OK
r-devel-linux-x86_64-fedora-clang 0.0.12 20.00 168.04 188.04 OK
r-devel-linux-x86_64-fedora-gcc 0.0.12 17.00 159.69 176.69 OK
r-devel-windows-x86_64 0.0.12 16.00 115.00 131.00 ERROR
r-patched-linux-x86_64 0.0.12 10.24 93.23 103.47 OK
r-release-linux-x86_64 0.0.12 10.99 93.64 104.63 OK
r-release-macos-arm64 0.0.12 3.00 29.00 32.00 OK
r-release-macos-x86_64 0.0.12 8.00 150.00 158.00 OK
r-release-windows-x86_64 0.0.12 14.00 115.00 129.00 ERROR
r-oldrel-macos-arm64 0.0.12 OK
r-oldrel-macos-x86_64 0.0.12 7.00 97.00 104.00 OK
r-oldrel-windows-x86_64 0.0.12 19.00 149.00 168.00 OK

Check Details

Version: 0.0.12
Check: examples
Result: ERROR Running examples in 'grafzahl-Ex.R' failed The error most likely occurred in: > ### Name: grafzahl > ### Title: Fine tune a pretrained Transformer model for texts > ### Aliases: grafzahl grafzahl.default grafzahl.corpus > ### textmodel_transformer grafzahl.character > > ### ** Examples > > if (detect_conda() && interactive()) { + library(quanteda) + set.seed(20190721) + ## Using the default cross validation method + model1 <- grafzahl(unciviltweets, model_type = "bertweet", model_name = "vinai/bertweet-base") + predict(model1) + + ## Using LIME + input <- corpus(ecosent, text_field = "headline") + training_corpus <- corpus_subset(input, !gold) + model2 <- grafzahl(x = training_corpus, + y = "value", + model_name = "GroNLP/bert-base-dutch-cased") + test_corpus <- corpus_subset(input, gold) + predicted_sentiment <- predict(model2, test_corpus) + require(lime) + sentences <- c("Dijsselbloem pessimistisch over snelle stappen Grieken", + "Aandelenbeurzen zetten koersopmars voort") + explainer <- lime(training_corpus, model2) + explanations <- explain(sentences, explainer, n_labels = 1, + n_features = 2) + plot_text_explanations(explanations) + } Error: lexical error: invalid character inside string. in;D:\\RCompile\\recent\\R\\bi n\\x64\\/", "CONDA_ROOT": (right here) ------^ Execution halted Flavor: r-devel-windows-x86_64

Version: 0.0.12
Check: examples
Result: ERROR Running examples in 'grafzahl-Ex.R' failed The error most likely occurred in: > ### Name: grafzahl > ### Title: Fine tune a pretrained Transformer model for texts > ### Aliases: grafzahl grafzahl.default grafzahl.corpus > ### textmodel_transformer grafzahl.character > > ### ** Examples > > if (detect_conda() && interactive()) { + library(quanteda) + set.seed(20190721) + ## Using the default cross validation method + model1 <- grafzahl(unciviltweets, model_type = "bertweet", model_name = "vinai/bertweet-base") + predict(model1) + + ## Using LIME + input <- corpus(ecosent, text_field = "headline") + training_corpus <- corpus_subset(input, !gold) + model2 <- grafzahl(x = training_corpus, + y = "value", + model_name = "GroNLP/bert-base-dutch-cased") + test_corpus <- corpus_subset(input, gold) + predicted_sentiment <- predict(model2, test_corpus) + require(lime) + sentences <- c("Dijsselbloem pessimistisch over snelle stappen Grieken", + "Aandelenbeurzen zetten koersopmars voort") + explainer <- lime(training_corpus, model2) + explanations <- explain(sentences, explainer, n_labels = 1, + n_features = 2) + plot_text_explanations(explanations) + } Error: lexical error: invalid character inside string. .2+10\\bin;C:\\Program Files\\ Julia\\bin;C:\\Users\\CRAN\\. (right here) ------^ Execution halted Flavor: r-release-windows-x86_64