Skip to content

feat: add CRAN release history and versioned NEWS - #213

Open
gadenbuie wants to merge 4 commits into
mainfrom
feat/btw-news-version
Open

feat: add CRAN release history and versioned NEWS#213
gadenbuie wants to merge 4 commits into
mainfrom
feat/btw-news-version

Conversation

@gadenbuie

Copy link
Copy Markdown
Collaborator

Summary

  • Add version-specific NEWS lookup through btw(), btw_this(), tools, and btw docs news.
  • Add btw cran versions with JSON output and inclusive date filters.
  • Register the CRAN release-history tool only when internet access is available.
  • Add CRAN-safe network test skips and a jq example in btw cran versions --help.

Verification

  • devtools::test(filter = \"(tool-cran|tools|deprecated)$\")
  • R -q -e 'devtools::check(args = \"--no-tests\")'
  • btw cran versions dplyr --json | jq --arg version '1.1.4' 'first(.[] | select(.version == $version)) as $release | map(select(.released_at >= $release.released_at))'

@gadenbuie
gadenbuie marked this pull request as ready for review August 13, 2026 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant