Package: chatRater
Type: Package
Title: A Tool for Rating Text/Image/Audio Stimuli via 'LLMs'
Version: 1.3.0
Date: 2026-05-13
Authors@R: 
    person(given = "Shiyang", family = "Zheng", email = "Shiyang.Zheng@nottingham.ac.uk",
           role = c("aut", "cre"))
Maintainer: Shiyang Zheng <Shiyang.Zheng@nottingham.ac.uk>
Description: Evaluates stimuli using Large Language Models.
  Supports multiple LLM providers: 'OpenAI', 'Anthropic', 'Ollama', 'LM Studio',
  'DeepSeek', 'Groq', 'Mistral', and 'OpenAI-compatible' endpoints.
  Stimuli: plain text, local image/audio files, or image URLs.
  Audio is transcribed via 'OpenAI Whisper' before rating.
  Supports numeric, text, and raw return types.
License: MIT + file LICENSE
Depends: R (>= 4.1.0)
Encoding: UTF-8
Imports: base64enc, tools, httr2, curl, jsonlite
Suggests: llmcoder (>= 1.2.0), testthat (>= 3.0.0)
NeedsCompilation: no
RoxygenNote: 7.3.2
Config/testthat/edition: 3
URL: https://github.com/ShiyangZheng/chatRater
BugReports: https://github.com/ShiyangZheng/chatRater/issues
Packaged: 2026-05-13 21:18:48 UTC; admin
Author: Shiyang Zheng [aut, cre]
Repository: CRAN
Date/Publication: 2026-05-14 13:50:13 UTC
Built: R 4.6.0; ; 2026-05-14 23:51:48 UTC; windows
