Last updated on 2026-04-25 09:49:47 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.1 | 2.78 | 37.45 | 40.23 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2.1 | 2.22 | 28.57 | 30.79 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.2.1 | 5.00 | 57.81 | 62.81 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 55.70 | OK | |||
| r-patched-linux-x86_64 | 1.2.1 | 2.59 | 33.12 | 35.71 | OK | |
| r-release-linux-x86_64 | 1.2.1 | 2.58 | 31.82 | 34.40 | OK | |
| r-release-macos-arm64 | 1.2.1 | 1.00 | 15.00 | 16.00 | OK | |
| r-release-macos-x86_64 | 1.2.1 | 2.00 | 30.00 | 32.00 | ERROR | |
| r-release-windows-x86_64 | 1.2.1 | 5.00 | 55.00 | 60.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.1 | 1.00 | 15.00 | 16.00 | OK | |
| r-oldrel-macos-x86_64 | 1.2.1 | 2.00 | 30.00 | 32.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.1 | 5.00 | 54.00 | 59.00 | OK |
Version: 1.2.1
Check: examples
Result: ERROR
Running examples in ‘LLMing-Ex.R’ failed
The error most likely occurred in:
> ### Name: embed
> ### Title: Embed texts with a selected embedding model
> ### Aliases: embed
>
> ### ** Examples
>
> df <- data.frame(
+ text = c(
+ "I slept well and feel great today!",
+ "I saw friends and it went well.",
+ "I think I failed that exam. I'm such a disappointment."
+ )
+ )
>
> emb_dat <- embed(
+ dat = df,
+ method = "GloVe",
+ text_col = "text"
+ )
Error in embed(dat = df, method = "GloVe", text_col = "text") :
Install text2vec for GloVe
Execution halted
Flavor: r-release-macos-x86_64