Package: rdocdump Title: Dump 'R' Package Source, Documentation, and Vignettes into One File Version: 0.3.0 Authors@R: person("Egor", "Kotov", , "kotov.egor@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0001-6690-5345")) Description: Dump source code, documentation and vignettes of an 'R' package into a single file. Supports installed packages, tar.gz archives, and package source directories. If the package is not installed, only its source is automatically downloaded from CRAN for processing. The output is a single plain text file or a character vector, which is useful to ingest complete package documentation and source into a large language model (LLM) or pass it further to other tools, such as 'ragnar' to create a Retrieval-Augmented Generation (RAG) workflow. License: MIT + file LICENSE URL: https://github.com/e-kotov/rdocdump, https://www.ekotov.pro/rdocdump/ BugReports: https://github.com/e-kotov/rdocdump/issues Suggests: curl, pak, quarto, testthat (>= 3.0.0), withr VignetteBuilder: quarto Config/testthat/edition: 3 Encoding: UTF-8 Language: en Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Repository: https://e-kotov.r-universe.dev Date/Publication: 2026-05-31 09:34:08 UTC RemoteUrl: https://github.com/e-kotov/rdocdump RemoteRef: HEAD RemoteSha: c4150af9f6e346b53c4d622f577d93989466a1af NeedsCompilation: no Packaged: 2026-05-31 09:50:38 UTC; root Author: Egor Kotov [aut, cre, cph] (ORCID: ) Maintainer: Egor Kotov