|
4 | 4 | "identifier": "rdocdump", |
5 | 5 | "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.", |
6 | 6 | "name": "rdocdump: Dump 'R' Package Source, Documentation, and Vignettes into One File", |
7 | | - "relatedLink": "https://www.ekotov.pro/rdocdump/", |
| 7 | + "relatedLink": ["https://www.ekotov.pro/rdocdump/", "https://CRAN.R-project.org/package=rdocdump"], |
8 | 8 | "codeRepository": "https://github.com/e-kotov/rdocdump", |
9 | 9 | "issueTracker": "https://github.com/e-kotov/rdocdump/issues", |
10 | 10 | "license": "https://spdx.org/licenses/MIT", |
11 | | - "version": "0.1.0", |
| 11 | + "version": "0.1.1", |
12 | 12 | "programmingLanguage": { |
13 | 13 | "@type": "ComputerLanguage", |
14 | 14 | "name": "R", |
15 | 15 | "url": "https://r-project.org" |
16 | 16 | }, |
17 | 17 | "runtimePlatform": "R version 4.5.1 (2025-06-13)", |
| 18 | + "provider": { |
| 19 | + "@id": "https://cran.r-project.org", |
| 20 | + "@type": "Organization", |
| 21 | + "name": "Comprehensive R Archive Network (CRAN)", |
| 22 | + "url": "https://cran.r-project.org" |
| 23 | + }, |
18 | 24 | "author": [ |
19 | 25 | { |
20 | 26 | "@type": "Person", |
|
96 | 102 | "softwareRequirements": { |
97 | 103 | "SystemRequirements": null |
98 | 104 | }, |
99 | | - "fileSize": "72.316KB", |
| 105 | + "fileSize": "80.824KB", |
100 | 106 | "citation": [ |
101 | 107 | { |
102 | 108 | "@type": "SoftwareSourceCode", |
|
0 commit comments