Releases: e-kotov/rdocdump
Releases · e-kotov/rdocdump
Release list
rdocdump 0.3.0
New Features
-
Migrated to
pakfor remote package resolution and downloads. -
Added auto-discovery of R packages in subdirectories for remote repositories.
Improvements
-
Enhanced robustness of remote package resolution with automatic fallbacks (e.g.,
git clone). -
Improved cross-platform compatibility by using internal
taroperations. -
Expanded support for various remote URL formats and platforms (Bioconductor, GitLab, etc.).
Bug Fixes
- Fixed directory cleanup logic and improved performance of vignette concatenation.
rdocdump 0.2.0
- 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
- Added
versionargument tordd_to_txt()andrdd_extract_code()functions to specify the version of the package to download from CRAN for processing.
rdocdump 0.1.0
-
Initial CRAN submission.
-
Basic functionality for parsing R documentation and source files.
v0.0.0.9000
v0.0.0.9000
Initial proof-of-concept version