Migrated to pak for remote package resolution and downloads.
Added auto-discovery of R packages in subdirectories for remote repositories.
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.).
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.version argument to rdd_to_txt() and rdd_extract_code() functions to specify the version of the package to download from CRAN for processing.Initial CRAN submission.
Basic functionality for parsing R documentation and source files.