namer
namer copied to clipboard
R package :package: for labelling chunks of RMarkdown files! :boom:
Rmd filenames may be more verbose than desired for chunk labels. It would be nice to be able to specify a regex for extracting labels from filenames. For instance, for...
Waiting on successful CRAN submission before merging
Dear maintainer, Please see the problems shown on . Please correct before 2022-03-06 to safely retain your package on CRAN. Packages in Suggests should be used conditionally: see 'Writing R...
- I think that renaming the current Rmd is still useful in the addins list. So I propose to add it back but in a separate addin from the "select...
So that it allows to select - [x] a file - [ ] a folder. For inspiration about how to use a file explorer see https://github.com/ropenscilabs/blogyaml
* Using YAML slug when there's one * Using `ids` human-readable IDs. Note that when using slug or IDs, there should be a check that they're all unique over the...
If possible one day... e.g. if commonmark full loop possible, and something implemented for chunk options (currently in Commonmark XML the whole chunk header is "info" of a code block),...
Hi, instead of using the filename for the chunks, I wanted use the `basename(dirname(filename))`. Therefore my suggestion: ``` name_chunks 0) { if (is.null(chunkname)) { filename
Would it be possible to make `namer` available as a [pre-commit](https://pre-commit.com/) hook, to be run against any staged files?
Since a few versions the namer package allows to add chunk names to the qmd documents (https://github.com/jumpingrivers/namer/blob/789d363118de89dd04454aea5f333c8fdc5f6052/NEWS.md). However, it only uses "the RMarkdown style" (chunks are named inside the code...