-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 1.22 KB
/
Copy pathDESCRIPTION
File metadata and controls
31 lines (31 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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' <https://github.com/tidyverse/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