rdocdump 0.3.0
CRAN release: 2026-05-30
New Features
Migrated to
pakfor remote package resolution and downloads.Added auto-discovery of R packages in subdirectories for remote repositories.
rdocdump 0.2.0 (2026-04-29)
CRAN release: 2026-04-29
- Added support for remote repository references (GitHub, GitLab, Bitbucket) in
rdd_to_txt()andrdd_extract_code(). This includes support for specific branches/tags/commits and packages in subdirectories, as well as direct URLs (to branches and/or folders within repositories). Therefore, added theremotespackage toSuggeststo handle remote downloads.
rdocdump 0.1.1 (2025-08-21)
CRAN release: 2025-08-21
- Added
versionargument tordd_to_txt()andrdd_extract_code()functions to specify the version of the package to download from CRAN for processing.
