You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a rough timeline for this release (days vs. weeks vs. month+)?
We're currently looking to leverage dbplyr 2.3.1 (which floors to dplyr >= 1.1.0) and would love to wait until after dplyr 1.1.1 is available, if possible, to inherit #6753.
Thank you all for the great and thoughtful work in these recent updates!
Prepare for release:
git pull
urlchecker::url_check()
devtools::build_readme()
devtools::check(remote = TRUE, manual = TRUE)
devtools::check_win_devel()
rhub::check_for_cran()
rhub::check(platform = 'ubuntu-rchk')
rhub::check_with_sanitizers()
revdepcheck::cloud_check()
dplyr 1.1.1 revdep tracker #6767cran-comments.md
git push
Submit to CRAN:
usethis::use_version('patch')
devtools::submit_cran()
Wait for CRAN...
git push
usethis::use_github_release()
usethis::use_dev_version()
git push
The text was updated successfully, but these errors were encountered: