Skip to content
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 pointblank 0.12.0 #522

Closed
14 of 18 tasks
rich-iannone opened this issue Feb 29, 2024 · 5 comments
Closed
14 of 18 tasks

Release pointblank 0.12.0 #522

rich-iannone opened this issue Feb 29, 2024 · 5 comments

Comments

@rich-iannone
Copy link
Member

rich-iannone commented Feb 29, 2024

Prepare for release:

  • git pull
  • Check current CRAN check results
  • Polish NEWS
  • urlchecker::url_check()
  • devtools::check(remote = TRUE, manual = TRUE)
  • devtools::check_win_devel()
  • rhub::check_for_cran()
  • revdepcheck::revdep_check(num_workers = 4)
  • Update cran-comments.md
  • git push

Submit to CRAN:

  • usethis::use_version('patch')
  • devtools::submit_cran()
  • Approve email

Wait for CRAN...

  • Accepted 🎉
  • git push
  • usethis::use_github_release()
  • usethis::use_dev_version()
  • git push
@yjunechoe
Copy link
Collaborator

Sorry - one last thing before release if I'm not too late! Should we also replace usage of vars() with c() (or bare symbol in case of single column) in the README and in vignettes? I realize that I only applied this to examples in function docs in #496.

I think this should be a simple case of find and replace. I can take a stab at this and see if it's indeed just a quick fix.

@rich-iannone
Copy link
Member Author

That would be great! I could then merge main into this release branch.

There’s time because I found from revdep checks that another package, intendo, fails because of a removed reexported function it uses from pointblank. I made the fix in intendo (my package) and I’ll submit that to CRAN and then get back to releasing pointblank!

@rich-iannone
Copy link
Member Author

^^ the other package is updated on CRAN now.

@rich-iannone
Copy link
Member Author

pointblank v0.12.0 is now on CRAN!

@yjunechoe
Copy link
Collaborator

Yay! Thank you!! 🥳

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants