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-04-26 11:48:59 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.00 | 29.79 | 31.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.32 | 33.04 | 35.36 | 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 | 7.00 | 60.00 | 67.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
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.