Skip to content

Commit 295bb60

Browse files
committed
update meta and comments before cran submission
1 parent f5eb31e commit 295bb60

5 files changed

Lines changed: 22 additions & 30 deletions

File tree

CITATION.cff

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ type: software
99
license: MIT
1010
title: 'rdocdump: Dump ''R'' Package Source, Documentation, and Vignettes into One
1111
File'
12-
version: 0.1.0
12+
version: 0.1.1
1313
doi: 10.32614/CRAN.package.rdocdump
14+
identifiers:
15+
- type: doi
16+
value: 10.32614/CRAN.package.rdocdump
1417
abstract: Dump source code, documentation and vignettes of an 'R' package into a single
1518
file. Supports installed packages, tar.gz archives, and package source directories.
1619
If the package is not installed, only its source is automatically downloaded from
@@ -34,6 +37,7 @@ preferred-citation:
3437
year: '2025'
3538
url: https://github.com/e-kotov/rdocdump
3639
doi: 10.32614/CRAN.package.rdocdump
40+
repository: https://CRAN.R-project.org/package=rdocdump
3741
repository-code: https://github.com/e-kotov/rdocdump
3842
url: https://www.ekotov.pro/rdocdump/
3943
contact:

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: rdocdump
22
Title: Dump 'R' Package Source, Documentation, and Vignettes into One File
3-
Version: 0.1.0.9000
3+
Version: 0.1.1
44
Authors@R:
55
person("Egor", "Kotov", , "kotov.egor@gmail.com", role = c("aut", "cre", "cph"),
66
comment = c(ORCID = "0000-0001-6690-5345"))

codemeta.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,23 @@
44
"identifier": "rdocdump",
55
"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.",
66
"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"],
88
"codeRepository": "https://github.com/e-kotov/rdocdump",
99
"issueTracker": "https://github.com/e-kotov/rdocdump/issues",
1010
"license": "https://spdx.org/licenses/MIT",
11-
"version": "0.1.0",
11+
"version": "0.1.1",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
1515
"url": "https://r-project.org"
1616
},
1717
"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+
},
1824
"author": [
1925
{
2026
"@type": "Person",
@@ -96,7 +102,7 @@
96102
"softwareRequirements": {
97103
"SystemRequirements": null
98104
},
99-
"fileSize": "72.316KB",
105+
"fileSize": "80.824KB",
100106
"citation": [
101107
{
102108
"@type": "SoftwareSourceCode",

cran-comments.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

inst/schemaorg.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,14 @@
2222
"name": "R",
2323
"url": "https://r-project.org"
2424
},
25+
"provider": {
26+
"id": "https://cran.r-project.org",
27+
"type": "Organization",
28+
"name": "Comprehensive R Archive Network (CRAN)",
29+
"url": "https://cran.r-project.org"
30+
},
2531
"runtimePlatform": "R version 4.5.1 (2025-06-13)",
26-
"version": "0.1.0"
32+
"version": "0.1.1"
2733
},
2834
{
2935
"id": "https://doi.org/10.32614/CRAN.package.rdocdump",

0 commit comments

Comments
 (0)