Conversation
krlmlr
force-pushed
the
claude/readme-rmd
branch
from
September 13, 2026 16:17
5680d2b to
23ede3e
Compare
krlmlr
force-pushed
the
claude/readme-rmd
branch
from
September 13, 2026 16:31
23ede3e to
34a03b4
Compare
krlmlr
force-pushed
the
claude/readme-rmd
branch
from
September 13, 2026 16:59
34a03b4 to
fb68cda
Compare
krlmlr
force-pushed
the
claude/readme-rmd
branch
from
September 13, 2026 18:26
fb68cda to
aa2c4fd
Compare
krlmlr
force-pushed
the
claude/readme-rmd
branch
2 times, most recently
from
September 13, 2026 20:30
7e03121 to
fc9461c
Compare
krlmlr
added this pull request to stack #611
September 13, 2026 21:05
krlmlr
force-pushed
the
claude/readme-rmd
branch
from
September 13, 2026 21:06
fc9461c to
41364bf
Compare
krlmlr
force-pushed
the
claude/readme-rmd
branch
from
September 13, 2026 21:42
f1edeb5 to
34d50ec
Compare
krlmlr
force-pushed
the
claude/readme-rmd
branch
from
September 14, 2026 05:27
34d50ec to
5e87678
Compare
The hand-written `README.md` keeps the package out of the shared rendering pipeline, so this adds a `README.Rmd` copied from it verbatim, prefixed with the `cynkratemplate::readme_document` front matter and the canonical generated-file comment. Rendering with `cynkratemplate::render_readme()` also writes `index.md` for pkgdown, which is the `README.md` without the code-of-conduct footer. Both `README.Rmd` and `index.md` are added to `.Rbuildignore` so neither ships in the tarball. The rendered `README.md` differs from the hand-written one only in pandoc's gfm normalisations: the generated-file comment, `*` bullets written as `-`, ` ```R ` written as ` ``` r `, blank lines inserted around headings and `<!-- badges: start -->`, trailing whitespace stripped, and `---` written as a full-width row of hyphens. No word, URL, or code-block content changes. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WWhverMTZZKgEpUuTK117m
krlmlr
force-pushed
the
claude/readme-rmd
branch
from
September 14, 2026 14:37
5e87678 to
1587ada
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The hand-written
README.mdkept this package out of the shared rendering pipeline. This PR adds aREADME.Rmdcopied from it verbatim, prefixed with theoutput: cynkratemplate::readme_documentfront matter and the canonical generated-file comment, and re-renders withcynkratemplate::render_readme().Rendering also writes
index.mdfor pkgdown — theREADME.mdwithout the code-of-conduct footer. BothREADME.Rmdandindex.mdare added to.Rbuildignore;R CMD buildplustar tzfconfirms the tarball ships onlyREADME.md.The rendered
README.mddiffers from the hand-written one only in pandoc's gfm normalisations:*bullets written as-;```Rwritten as``` r;<!-- badges: start -->, after## Installation, and before## Connecting to a specific Postgres instance;---written as a full-width row of hyphens.I checked this mechanically: the multiset of words in the old and new
README.mdis identical apart from the added comment and the markup tokens above, and every URL is unchanged. No evaluated chunks were added — this is a faithful derivation, not new content.Stacking
This derivation logically belongs below the line-break work, but it is stacked on top of
claude/readme-goalsto avoid rewriting and force-pushing every branch in the open chain across four repositories.🤖 Generated with Claude Code
https://claude.ai/code/session_01WWhverMTZZKgEpUuTK117m
Generated by Claude Code