CatLLM R Ecosystem

R interface to the CatLLM Python ecosystem — eight R packages wrapping their Python counterparts via reticulate. Each package below has its own pkgdown site with reference docs, vignettes, and a changelog.

Install

install.packages("cat.llm",
  repos = c("https://chrissoria.r-universe.dev",
            "https://cloud.r-project.org"))

Packages

cat.stack

General-purpose classification base.

cat.survey

Open-ended survey responses.

cat.vader

Social media posts (Threads, Reddit, Bluesky, etc.).

cat.ademic

Academic papers (OpenAlex fetch + PDFs).

cat.cog

CERAD cognitive assessment scoring.

cat.pol

Policy documents (17 built-in sources).

cat.web

Web content (URL auto-fetching).

cat.llm

Meta-package — installs all 7 sub-packages.


Generated by pkgdown. Source: github.com/chrissoria/cat-llm