Package: promptr Title: Format and Complete Few-Shot LLM Prompts Version: 1.0.1 Authors@R: person("Joe", "Ornstein", , "jornstein@uga.edu", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-5704-2098")) Description: Format and submit few-shot prompts to OpenAI's Large Language Models (LLMs). Designed to be particularly useful for text classification problems in the social sciences. Methods are described in Ornstein, Blasingame, and Truscott (2024) . License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Imports: curl, dplyr, glue, httr2, jsonlite, stringr Depends: R (>= 4.1.0) LazyData: true URL: https://github.com/joeornstein/promptr BugReports: https://github.com/joeornstein/promptr/issues Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://joeornstein.r-universe.dev Date/Publication: 2026-04-22 13:24:18 UTC RemoteUrl: https://github.com/joeornstein/promptr RemoteRef: HEAD RemoteSha: 0ddedd146179a7a5df4e4e106eb5aef1f820670b NeedsCompilation: no Packaged: 2026-06-21 08:50:31 UTC; root Author: Joe Ornstein [aut, cre, cph] (ORCID: ) Maintainer: Joe Ornstein