The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

CRAN Package Check Results for Package grafzahl

Last updated on 2026-06-10 11:54:44 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.12 10.53 99.38 109.91 OK
r-devel-linux-x86_64-debian-gcc 0.0.12 7.83 72.75 80.58 OK
r-devel-linux-x86_64-fedora-clang 0.0.12 17.00 155.06 172.06 OK
r-devel-linux-x86_64-fedora-gcc 0.0.12 17.00 164.47 181.47 OK
r-devel-windows-x86_64 0.0.12 14.00 125.00 139.00 OK
r-patched-linux-x86_64 0.0.12 10.11 92.61 102.72 OK
r-release-linux-x86_64 0.0.12 11.08 92.64 103.72 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 18.00 140.00 158.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. -bin-frontmatterd35c3a8d7a6b;D :\\temp\\2026_02_05_01_50_00_ (right here) ------^ Execution halted Flavor: r-release-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.