Package: ragR Title: Retrieval-Augmented Generation and RAG Evaluation Tools in R Version: 0.0.0.9000 Authors@R: c( person("Muhammad Aimal", "Rehman", email = "rehman.aimal@gmail.com", role = c("aut", "cre")), person("Zhili", "Lu", role = "aut"), person("Chi-Kuang", "Yeh", role = "aut") ) Description: Tools for data ingestion, embedding storage, retrieval-augmented generation (RAG), and LLM-scored RAGAS-style evaluation for question answering systems using OpenAI models and a simple R-native vector store. License: GPL-3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.1.0) Imports: dplyr, httr2, jsonlite, pdftools, readtext, tibble Suggests: plumber, stringr, yaml, testthat (>= 3.0.0) Config/testthat/edition: 3 Repository: https://aimalrehman92.r-universe.dev Date/Publication: 2026-04-24 09:07:30 UTC RemoteUrl: https://github.com/aimalrehman92/ragr RemoteRef: HEAD RemoteSha: b81068fc089ed1258b9b86536f71768710ca41e3 NeedsCompilation: no Packaged: 2026-07-23 06:41:20 UTC; root Author: Muhammad Aimal Rehman [aut, cre], Zhili Lu [aut], Chi-Kuang Yeh [aut] Maintainer: Muhammad Aimal Rehman