The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
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[@]metanet.ch.
Last updated on 2026-06-07 23:50:35 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.12 | 10.76 | 98.60 | 109.36 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.0.12 | 7.95 | 70.86 | 78.81 | 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 | 13.00 | 122.00 | 135.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 | 19.00 | 138.00 | 157.00 | OK |
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.