Skip to content

Commit 95b7974

Browse files
committed
Update NEWS.md to include new features, improvements, and bug fixes for the development version
1 parent f7d3736 commit 95b7974

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

NEWS.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# rdocdump (development version)
22

3+
### New Features
4+
5+
* Migrated to `pak` for remote package resolution and downloads.
6+
7+
* Added auto-discovery of R packages in subdirectories for remote repositories.
8+
9+
### Improvements
10+
11+
* Enhanced robustness of remote package resolution with automatic fallbacks (e.g., `git clone`).
12+
13+
* Improved cross-platform compatibility by using internal `tar` operations.
14+
15+
* Expanded support for various remote URL formats and platforms (Bioconductor, GitLab, etc.).
16+
17+
### Bug Fixes
18+
19+
* Fixed directory cleanup logic and improved performance of vignette concatenation.
20+
21+
322
# rdocdump 0.2.0 (2026-04-29)
423

524
* 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.

0 commit comments

Comments
 (0)