Skip to content

Commit a3daa30

Browse files
committed
fix typos
1 parent 81faa77 commit a3daa30

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# rdocdump 0.2.0
1+
# rdocdump 0.2.0 (2026-04-29)
22

3-
* 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 the `remotes` package to `Suggests` to handle remote downloads.
3+
* 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.
44

55
# rdocdump 0.1.1 (2025-08-21)
66

R/to_txt.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#' Dump Package Source, Documentationm and Vignettes into Plain Text
1+
#' Dump Package Source, Documentation and Vignettes into Plain Text
22
#'
33
#' @description
44
#' This function produces a single text output for an R package by processing its documentation (Rd files from the package source or the documentation from already installed packages), vignettes, and/or R source code.

man/rdd_to_txt.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)