Conversation
Addresses the 2026 upkeep checklist from usethis::use_tidy_upkeep_issue(). * Add tidy GitHub labels * Add Code of Conduct (use_tidy_coc) * Add lifecycle infrastructure; deprecate export(verbose=) with lifecycle * Add rlang standalone types-check; replace stop() with cli::cli_abort() * Delegate assert_nzchar_string() to rlang::check_string() * Replace hand-rolled check in assets_remove() with check_character() * Add Air formatter config (air.toml) and format-r-code: true in GHA routine job * Fix broken URL in README.md (shinylive Python docs link) * Add class= to unclassed expect_error() calls in tests * Add assertion unit tests (27 tests) * Fix R CMD check NOTEs: missing rlang imports, spelling wordlist, .Rbuildignore * Run use_tidy_description() * Update .Rbuildignore for .context and .git (worktree support) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove heavy rlang standalone files (import-standalone-types-check.R, import-standalone-obj-type.R) and replace with simple inline checks. Remove unused rlang imports. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Fixes #180
Summary
Addresses the 2026 upkeep checklist from
usethis::use_tidy_upkeep_issue().Done
use_tidy_github_labels())use_tidy_coc())use_lifecycle()); deprecateexport(verbose=)withlifecycle::deprecate_warn()use_standalone("r-lib/rlang", "types-check")); replacestop()calls inquarto_ext.Rwithcli::cli_abort()assert_nzchar_string()torlang::check_string(allow_empty = FALSE)assets_remove()withcheck_character()air.toml) andformat-r-code: truein GHA routine jobclass =to unclassedexpect_error()calls in teststest-assertions.R).Rbuildignoreuse_tidy_description().Rbuildignorefor.contextand.git(worktree support)urlchecker::url_check()passes cleanlySkipped (N/A)
use_readme_rmd(): Keep README.md as-is (no .Rmd)use_tidy_style(): Handled byroutineGHA job withformat-r-code: trueuse_codecov_badge(): Not using codecovuse_tidy_logo(): No logo exists for this packageuse_tidy_dependencies(): No compat files to replaceuse_package("R", "Depends", "4.1"): No pipe or\(x)syntax used in R/|>): No pipe usage in R/\(x)): Skippeduse_tidy_github_actions(): Using shiny-workflows, not r-lib/actionsbuild_readme(): No README.RmdAlready done (pre-existing)
use_roxygen_md(),use_github_links(),use_pkgdown_github_pages()use_package_doc(),use_testthat(3)use_mit_license()pak::pak()in READMEmaster→mainissuescran-comments.mdhas no check environments sectionTest plan
devtools::check()passes with 0 errors, 0 warnings, 0 notesurlchecker::url_check()passes🤖 Generated with Claude Code