Skip to content

CRAN submission fixes - #27

Merged
jasonad123 merged 6 commits into
mainfrom
fix/cran-fixes
Jul 27, 2026
Merged

CRAN submission fixes#27
jasonad123 merged 6 commits into
mainfrom
fix/cran-fixes

Conversation

@jasonad123

Copy link
Copy Markdown
Owner

This PR fixes items flagged in CRAN submission.

@codecov

codecov Bot commented Jul 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@github-actions

Copy link
Copy Markdown

Preview Deployment

🚀 Preview URL: https://55907af5.mobdb.pages.dev

Branch alias: https://fix-cran-fixes.mobdb.pages.dev

@github-actions

Copy link
Copy Markdown

Preview Deployment

🚀 Preview URL: https://5c05fbaa.mobdb.pages.dev

Branch alias: https://fix-cran-fixes.mobdb.pages.dev

The San Francisco location filter example now matches 14 feeds and
errored out during R CMD check, halting the rest of the example
script. Wrap it in tryCatch since ambiguous multi-match is expected,
documented behavior, not a bug to hide.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

Preview Deployment

🚀 Preview URL: https://f6c023c5.mobdb.pages.dev

Branch alias: https://fix-cran-fixes.mobdb.pages.dev

try() is the idiom recommended by the R Packages book for examples
that may legitimately error (as dplyr::bind_cols() does) -- it shows
the error to the reader instead of silently swallowing it, while
still not halting execution of the rest of the example script.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

Preview Deployment

🚀 Preview URL: https://13d204cc.mobdb.pages.dev

Branch alias: https://fix-cran-fixes.mobdb.pages.dev

@jasonad123
jasonad123 merged commit e97318a into main Jul 27, 2026
22 checks passed
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