npi icon indicating copy to clipboard operation
npi copied to clipboard

Release npi 0.2.0 to CRAN

Open frankfarach opened this issue 1 year ago • 1 comments

First release:

  • [x] usethis::use_cran_comments()
  • [x] Update (aspirational) install instructions in README
  • [x] Proofread Title: and Description:
  • [x] Check that all exported functions have @return and @examples
  • [x] Check that Authors@R: includes a copyright holder (role 'cph')
  • [x] Check licensing of included files
  • [x] Review https://github.com/DavisVaughan/extrachecks

Prepare for release:

  • [x] devtools::build_readme()
  • [x] urlchecker::url_check()
  • [x] devtools::check(remote = TRUE, manual = TRUE)
  • [x] devtools::check_win_devel()
  • [x] rhub::check_for_cran()
  • [x] Review pkgdown reference index for, e.g., missing topics
  • [ ] Draft blog post

Submit to CRAN:

  • [x] usethis::use_version('minor')
  • [x] devtools::submit_cran()
  • [x] Approve email

Wait for CRAN...

  • [x] Accepted :tada:
  • [x] usethis::use_github_release()
  • [x] usethis::use_dev_version()
  • [ ] Finish blog post
  • [ ] Tweet
  • [ ] Add link to blog post in pkgdown news menu

frankfarach avatar Nov 09 '22 01:11 frankfarach