roclang
R package roclang by zhuxr11 — release notes from GitHub.
A roxygen2 documentation-reuse helper whose release notes are mostly upstream damage control.
◆Recent moves
- 11mo ago
Test fix for changed stats::lm() Reference section
A test fix after the Reference section of stats::lm()'s documentation changed. The characteristic roclang release — the package reads other packages' doc text, so their edits break its fixtures.
View source ↗ - 3y ago
README loading switched to pkgload, downloads badge added
Switches README package loading to pkgload and adds a downloads badge. Repository presentation only; no change to the extraction functions.
View source ↗ - 3y ago
Dot-params error messages and ... selection unblocked
Negative selection of non-matched parameters under type = "dot_params" now produces meaningful errors, and the restriction on selecting ... under type = "param" is lifted. Both sharpen the parameter-matching rules that are the package's actual interface.
View source ↗ - 4y ago
Multi-parameter selection follows roxygen2 7.1.2 semantics
Follows roxygen2 > 7.1.2's rule that co-documented parameters are selected as a whole set, while keeping backward compatibility with 7.1.2 and earlier. Extractions returning NA_character_ or multiple entries now error rather than passing silently.
View source ↗ - 4y ago
Ambiguous unqualified function names now error
An unqualified function name that resolves in more than one package — filter in both dplyr and stats — now errors instead of silently picking one. A real ambiguity guard for a package whose whole job is resolving function references.
View source ↗ - 4y ago
CI workflows, fuller test coverage, unqualified-package fix
Adds R CMD check and coverage workflows with badges, expands tests, and fixes citing a parameter from an attached but unqualified package. Note this entry is stamped fifty seconds after 0.1.3 despite the lower version — tag order on this feed does not track release order.
View source ↗