Skip to content

Releases: e-kotov/rdocdump

rdocdump 0.3.0

Choose a tag to compare

@e-kotov e-kotov released this 30 May 17:09
2b18679

New Features

  • Migrated to pak for 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 tar operations.

  • 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

Choose a tag to compare

@e-kotov e-kotov released this 29 Apr 18:03
6427b81
  • Added support for remote repository references (GitHub, GitLab, Bitbucket) in rdd_to_txt() and rdd_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 the remotes package to Suggests to handle remote downloads.

rdocdump 0.1.1

Choose a tag to compare

@e-kotov e-kotov released this 21 Aug 22:17
295bb60
  • Added version argument to rdd_to_txt() and rdd_extract_code() functions to specify the version of the package to download from CRAN for processing.

rdocdump 0.1.0

Choose a tag to compare

@e-kotov e-kotov released this 19 Jun 20:30
721a97b
  • Initial CRAN submission.

  • Basic functionality for parsing R documentation and source files.

v0.0.0.9000

v0.0.0.9000 Pre-release
Pre-release

Choose a tag to compare

@e-kotov e-kotov released this 23 Mar 14:47
f11c59b

v0.0.0.9000

Initial proof-of-concept version