You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/28 19:54:32 UTC

[GitHub] [arrow] thisisnic opened a new issue, #14754: [R] CRAN release version 10.0.1

thisisnic opened a new issue, #14754:
URL: https://github.com/apache/arrow/issues/14754

   # Packaging checklist for CRAN release
   
   For full documentation of the steps in this checklist, see the
   [Apache Arrow Release Management Guide](https://arrow.apache.org/docs/developers/release.html#post-release-tasks).
   
   - [ ] When a release candidate is created
     [Create a GitHub issue](https://github.com/apache/arrow/issues/new/)
     entitled `[R] CRAN release version X.X.X` and copy this checklist to the issue
     
   - [ ] Confirm that all
     [nightly tests and nightly packaging builds](https://lists.apache.org/list.html?builds@arrow.apache.org) are passing.
   - [ ] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_arrow.html)
   - [ ] Ensure the contents of the README is accurate
   - [ ] `urlchecker::url_check()`
   - [ ] [Polish NEWS](https://style.tidyverse.org/news.html#news-release)
   - [ ] Prepare tweet thread highlighting new features
   
   Make pull requests into the [autobrew](https://github.com/autobrew) and
   [rtools-packages](https://github.com/r-windows/rtools-packages) repositories
   used by the configure script on MacOS and Windows. These pull requests will
   use the release candidate as the source.
   
   - [ ] Pull request to modify 
     [the apache-arrow autobrew formula]( https://github.com/autobrew/homebrew-core/blob/master/Formula/apache-arrow.rb) 
     to update the version, SHA, and any changes to dependencies and build steps that have changed in the
     [copy of the formula we have of that formula in the Arrow repo](https://github.com/apache/arrow/blob/master/dev/tasks/homebrew-formulae/autobrew/apache-arrow.rb)
   - [ ] Pull request to modify
     [the apache-arrow-static autobrew formula]( https://github.com/autobrew/homebrew-core/blob/master/Formula/apache-arrow-static.rb)
     to update the version, SHA, and any changes to dependencies and build steps that have changed in the
     [copy of the formula we have of that formula in the Arrow repo](https://github.com/apache/arrow/blob/master/dev/tasks/homebrew-formulae/autobrew/apache-arrow-static.rb)
   - [ ] Pull request to modify the 
     [autobrew script](https://github.com/autobrew/scripts/blob/master/apache-arrow)
     to include any additions made to
     [r/tools/autobrew](https://github.com/apache/arrow/blob/master/r/tools/autobrew).
   - [ ] Pull request to modify the
     [PKGBUILD script](https://github.com/r-windows/rtools-packages/blob/master/mingw-w64-arrow/PKGBUILD)
     to reflect changes in
     [ci/PKGBUILD](https://github.com/apache/arrow/blob/master/ci/scripts/PKGBUILD),
     uncommenting the line that says "uncomment to test the rc".
   
   Prepare and check the .tar.gz that will be released to CRAN.
   
   - [ ] `git fetch upstream && git checkout release-X.X.X-rcXX`
   - [ ] `make build` (copies Arrow C++ into tools/cpp, prunes some unnecessary
     components, and runs `R CMD build`)
   - [ ] `devtools::check("arrow_X.X.X.tar.gz")` locally on Linux
   - [ ] `devtools::check("arrow_X.X.X.tar.gz")` locally on Windows
   - [ ] `devtools::check("arrow_X.X.X.tar.gz")` locally on MacOS
   - [ ] `devtools::check("arrow_X.X.X.tar.gz")` locally on MacOS M1
   - [ ] Run reverse dependency checks
   
   Wait for the official release...
     
   - [ ] Release vote passed!
   - [ ] Create a CRAN-release branch from the official release commit
   - [ ] Remove badges from README.md
   - [ ] `urlchecker::url_check()`
   - [ ] Bump the Version in DESCRIPTION to X.X.X
   - [ ] Regenerate arrow_X.X.X.tar.gz (i.e., `make build`)
   
   Update autobrew and r-windows PRs to use the *release* instead of the
   *release candidate*; ensure linux binary packages are available:
   
   - [ ] PR into autobrew/homebrew-core
   - [ ] PR into autobrew/homebrew-core
   - [ ] PR into autobrew/scripts
   - [ ] PR into r-windows/rtools-packages
   - [ ] Ensure linux binaries are available in the artifactory:
     https://apache.jfrog.io/ui/repos/tree/General/arrow/r
   
   Check binary Arrow C++ distributions specific to the R package:
   
   - [ ] Upload the .tar.gz to [win-builder](https://win-builder.r-project.org/upload.aspx)
     and confirm that the check is clean
   - [ ] Upload the .tar.gz to [MacBuilder](https://mac.r-project.org/macbuilder/submit.html)
     and confirm that the check is clean
   - [ ] Check `install.packages("arrow_X.X.X.tar.gz")` on Ubuntu and ensure that the
     hosted binaries are used
   
   Submit!
   
   - [ ] Upload arrow_X.X.X.tar.gz to the
     [CRAN submit page](https://xmpalantir.wu.ac.at/cransubmit/)
   - [ ] Confirm the submission email
   
   Wait for CRAN...
   
   - [ ] Accepted!
   - [ ] Tag the tip of the CRAN-specific release branch
   - [ ] `usethis::use_dev_version()`
   - [ ] Add a new line to the matrix in the [backwards compatability job](https://github.com/apache/arrow/blob/master/dev/tasks/r/github.linux.arrow.version.back.compat.yml)
   - [ ] Update the packaging checklist template to reflect any new realities of the
     packaging process.
   - [ ] Wait for CRAN-hosted binaries on the
     [CRAN package page](https://cran.r-project.org/package=arrow) to reflect the
     new version
   - [ ] Tweet!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] paleolimbot commented on issue #14754: [R] CRAN release version 10.0.1

Posted by GitBox <gi...@apache.org>.
paleolimbot commented on issue #14754:
URL: https://github.com/apache/arrow/issues/14754#issuecomment-1343300258

   I can't believe we got through almost the entire release without me noticing that you created this issue! Linking #14678 since this is its maiden voyage.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] thisisnic commented on issue #14754: [R] CRAN release version 10.0.1

Posted by GitBox <gi...@apache.org>.
thisisnic commented on issue #14754:
URL: https://github.com/apache/arrow/issues/14754#issuecomment-1344398122

   Closing this now, as the release is done.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] thisisnic closed issue #14754: [R] CRAN release version 10.0.1

Posted by GitBox <gi...@apache.org>.
thisisnic closed issue #14754: [R] CRAN release version 10.0.1 
URL: https://github.com/apache/arrow/issues/14754


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org