CRAN Package Check Results for Maintainer ‘Lindley Slipetz <ddj6tu at virginia.edu>’

Last updated on 2026-04-29 01:50:45 CEST.

Package ERROR OK
LLMing 1 12

Package LLMing

Current CRAN status: ERROR: 1, OK: 12

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