b3doc
R package b3doc by b-cubed-eu — release notes from GitHub.
A small B-Cubed utility for turning R Markdown into publishable docs
◆Recent moves
- 4mo ago
Regex dropped from replace; figures standardised at 300 DPI
The replace argument of update_frontmatter() stops interpreting regex, trading flexibility for the absence of escape-character surprises and accidental broad replacements in files edited on disk. Figures now render at 300 DPI by default, which is the change readers of the published documentation actually see.
View source ↗ - 0y ago
Front-matter replacement generalised beyond the logo
update_frontmatter() learns to handle .md files and gains a general replace argument that swaps any key for a value, superseding the single-purpose logo argument. The generalisation here is what the following release partly walked back by removing regex support.
View source ↗ - 1y ago
Initial release: front-matter updates and Rmd-to-Markdown conversion
The first release, establishing both functions the package still consists of: update_frontmatter() for rewriting front matter and logos in a Markdown file on disk, and rmd_to_md() for converting external R Markdown. Everything since has refined these two.
View source ↗