LLMing
Large Language Model (LLM) Tools for Psychological Text Analysis
Description
A collection of large language model (LLM) text analysis methods designed with psychological data in mind. Currently, LLMing (aka "lemming") includes a text anomaly detection method based on the angle-based subspace approach described by Zhang, Lin, and Karim (2015) and a text generation method. <doi:10.1016/j.ress.2015.05.025>.
Downloads
440
Last 30 days
9027th
1.6K
Last 90 days
2.6K
Last year
Trend: -3.9% (30d vs prior 30d)
7
Last 30 days
35
Last 90 days
77
Last year
Trend: -61.1% (30d vs prior 30d)
CRAN Check Status
Show all 13 flavors
| Flavor | Status |
|---|---|
| r-devel-linux-x86_64-debian-clang | OK |
| r-devel-linux-x86_64-debian-gcc | OK |
| r-devel-linux-x86_64-fedora-clang | OK |
| r-devel-linux-x86_64-fedora-gcc | OK |
| r-devel-windows-x86_64 | OK |
| r-oldrel-macos-arm64 | OK |
| r-oldrel-macos-x86_64 | OK |
| r-oldrel-windows-x86_64 | OK |
| r-patched-linux-x86_64 | OK |
| r-release-linux-x86_64 | OK |
| r-release-macos-arm64 | OK |
| r-release-macos-x86_64 | OK |
| r-release-windows-x86_64 | OK |
Check History
OK 13 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Jun 9, 2026
ERROR 12 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Jun 8, 2026
package dependencies
Package required but not available: ‘text’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual.
OK 13 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE May 2, 2026
ERROR 11 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Apr 25, 2026
examples
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 ...[truncated]... ailed 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
NOTE 11 OK · 3 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Apr 10, 2026
DESCRIPTION meta-information
Packages listed in more than one of Depends, Imports, Suggests, Enhances: ‘quanteda’ ‘stopwords’ ‘stringi’ A package should be listed in only one of these fields.
DESCRIPTION meta-information
Packages listed in more than one of Depends, Imports, Suggests, Enhances: ‘quanteda’ ‘stopwords’ ‘stringi’ A package should be listed in only one of these fields.
DESCRIPTION meta-information
Packages listed in more than one of Depends, Imports, Suggests, Enhances: 'quanteda' 'stopwords' 'stringi' A package should be listed in only one of these fields.
ERROR 10 OK · 3 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Apr 9, 2026
package dependencies
Package required but not available: ‘text’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual.
DESCRIPTION meta-information
Packages listed in more than one of Depends, Imports, Suggests, Enhances: ‘quanteda’ ‘stopwords’ ‘stringi’ A package should be listed in only one of these fields.
DESCRIPTION meta-information
Packages listed in more than one of Depends, Imports, Suggests, Enhances: ‘quanteda’ ‘stopwords’ ‘stringi’ A package should be listed in only one of these fields.
DESCRIPTION meta-information
Packages listed in more than one of Depends, Imports, Suggests, Enhances: 'quanteda' 'stopwords' 'stringi' A package should be listed in only one of these fields.
NOTE 11 OK · 3 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 23, 2026
DESCRIPTION meta-information
Packages listed in more than one of Depends, Imports, Suggests, Enhances: ‘quanteda’ ‘stopwords’ ‘stringi’ A package should be listed in only one of these fields.
DESCRIPTION meta-information
Packages listed in more than one of Depends, Imports, Suggests, Enhances: ‘quanteda’ ‘stopwords’ ‘stringi’ A package should be listed in only one of these fields.
DESCRIPTION meta-information
Packages listed in more than one of Depends, Imports, Suggests, Enhances: 'quanteda' 'stopwords' 'stringi' A package should be listed in only one of these fields.