Package: statlingua
Type: Package
Title: Explain Statistical Output with Large Language Models
Version: 0.1.0
Authors@R: person(c("Brandon", "M."), family = "Greenwell",
email = "greenwell.brandon@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8120-0084"))
Description: Transform complex statistical output into straightforward,
understandable, and context-aware natural language descriptions
using Large Language Models (LLMs), making complex analyses
more accessible to individuals with varying statistical
expertise. It relies on the 'ellmer' package to interface with
LLM providers including OpenAI , Google AI
Studio , and Anthropic
(API keys are required and managed
via 'ellmer').
Depends: R (>= 4.1.0)
License: GPL (>= 2)
URL: https://github.com/bgreenwell/statlingua,
https://bgreenwell.github.io/statlingua/
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests: car, ellmer (>= 0.4.0), ISLR2, knitr, lme4, lmerTest, MASS,
mgcv, nlme, R6, rmarkdown, survival, tibble, tinytest
VignetteBuilder: knitr
Config/Needs/website: rmarkdown
Repository: https://bgreenwell.r-universe.dev
Date/Publication: 2025-12-19 17:13:32 UTC
RemoteUrl: https://github.com/bgreenwell/statlingua
RemoteRef: HEAD
RemoteSha: 7fe31f044bace3b13151b19679448cdf3e161548
NeedsCompilation: no
Packaged: 2026-06-17 08:46:56 UTC; root
Author: Brandon M. Greenwell [aut, cre] (ORCID:
)
Maintainer: Brandon M. Greenwell