rdocdump
Dump 'R' Package Source, Documentation, and Vignettes into One File
rdocdump grew from a CRAN doc dumper into a resolver that pulls packages from anywhere
◆Recent moves
- 2mo ago
Resolution moves to pak, with git clone fallback and subdirectory discovery
Migrates remote package resolution and downloads to pak, adds auto-discovery of R packages in repository subdirectories, and falls back to git clone automatically when resolution fails. URL format support broadens to Bioconductor and GitLab, and tar operations move in-package for cross-platform consistency. The infrastructure release that makes 0.2.0's promise reliable.
View source ↗ - 3mo ago
GitHub, GitLab and Bitbucket sources with branch/tag/commit pinning
Extends rdd_to_txt() and rdd_extract_code() beyond CRAN to remote repository references across GitHub, GitLab and Bitbucket, including specific branches, tags and commits, subdirectory packages, and direct URLs. The change that turned a CRAN utility into a general-purpose source fetcher.
View source ↗ - 11mo ago
version argument pins which CRAN release to process
Adds a version argument so a specific CRAN release can be downloaded and processed rather than the current one. The first step away from 'whatever is on CRAN right now'.
View source ↗ - 1y ago
Initial CRAN release with R documentation and source parsing
The initial CRAN submission, with basic parsing of R documentation and source files. Everything since has been about widening where those files can come from.
View source ↗ - 1y ago
Proof-of-concept development version
A pre-release proof of concept with no described functionality.
View source ↗