-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upkeep for readr #1372
Comments
Before we close this @sbearrows, let's follow up on items that are struck through.
pkgdown: Nothing needs to be done for readr because it's already been modernized and re-published. readr was one of the "guinea pig" packages where our update procedure was worked out. Update errors to rlang 1.0.0: I don't understand why this is struck through. Or, rather, it feels like we should open a new separate issue about using rlang for conditions in readr. @sbearrows Will you confirm / comment on the above? |
Yes, I still need to open a new issue for the item "Update errors to rlang 1.0.0" which I will link to here. Otherwise, I think everything else you've mentioned covers items that are struck through. Thanks for helping me document these last few items! |
Ok I think we are done! |
Pre-history
usethis::use_readme_rmd()
usethis::use_roxygen_md()
usethis::use_github_links()
usethis::use_pkgdown_github_pages()
usethis::use_tidy_github_labels()
usethis::use_tidy_style()
usethis::use_tidy_description()
urlchecker::url_check()
2020
usethis::use_package_doc()
Consider letting usethis manage your
@importFrom
directives here.usethis::use_import_from()
is handy for this.usethis::use_testthat(3)
and upgrade to 3e, testthat 3e vignetteR/
files andtest/
files for workflow happiness.usethis::rename_files()
can be helpful.2021
usethis::use_tidy_dependencies()
usethis::use_tidy_github_actions()
and update artisanal actions to usesetup-r-dependencies
cran-comments.md
2022
usethis::use_tidy_coc()
Update pkgdown site using instructions at https://tidytemplate.tidyverse.orgRe-publish released site using r-lib/pkgdown#2051development
ismode: auto
in pkgdown configmaster
-->main
issuesUpdate errors to rlang 1.0.0opened a separate issue Update errors for rlang 1.0.0 #1384The text was updated successfully, but these errors were encountered: