-
Notifications
You must be signed in to change notification settings - Fork 175
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
Release dbplyr 2.4.0 #1334
Comments
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Could you make a list of a the current failures with a link to either an issue or PR for each package? I just want to make sure that I have my bases covered if CRAN sees any problems. Also have you started work on the blog post? That's part of our release process since it often uncovers bugs. Or do you want me to take a first stab at it? |
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
@hadley For me the check boxes only meant whether the package was already fixed. They all have an issue/PR already for some time. I also created a PR for a blog post now tidyverse/tidyverse.org#659 |
Ah got it. Our usual technique is to check the boxes as we create the issues/PRs, since that's all we need for CRAN submission. I'll take a look at the blog post shortly. Thanks for working on this! |
When I run the revdeps I also see failuers for mlr3db and modeldb. And has the sparklyr maintainer been informed about the "checking S3 generic/method consistency" issue? mlr3db has tests failures that look like this:
And looks like modeldb has the same problem, but in vignettes:
|
So I think we're good to release 😄 I'll finish it off tomorrow. |
@mgirlich do you have masstodon/linkedin profiles you want me to link in the social media announcments? |
@mgirlich pinging you again in case you missed this in the notification storm 😄 |
I just mentioned your github profile so I can close this issue 😄 |
Prepare for release:
git pull
urlchecker::url_check()
devtools::build_readme()
devtools::check(remote = TRUE, manual = TRUE)
devtools::check_win_devel()
revdepcheck::cloud_check()
n
incollect()
Bioconductor/BiocFileCache#50rows_*()
openanalytics/editbl#1cran-comments.md
git push
Submit to CRAN:
usethis::use_version('minor')
devtools::submit_cran()
Wait for CRAN...
usethis::use_github_release()
usethis::use_dev_version(push = TRUE)
The text was updated successfully, but these errors were encountered: