renderthis icon indicating copy to clipboard operation
renderthis copied to clipboard

Release renderthis 0.1.0

Open jhelvy opened this issue 3 years ago • 1 comments

First release:

  • [x] usethis::use_cran_comments()
  • [x] Proof read Title: and Description:
  • [x] Check that all exported functions have @returns 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
  • [x] Use CRAN versions of previously GitHub-only packages
  • [x] Slim down inst/examples and render examples as part of pkgdown workflow?

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
  • [x] Draft blog post

Submit to CRAN:

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

Wait for CRAN...

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

jhelvy avatar Jun 23 '22 10:06 jhelvy

@gadenbuie fyi I'm running through the checks and so far so good. I'm going to follow the check list and try to write a blog post on the package that I'll publish once it's on CRAN. Started a distill post here, haven't added anything yet but I'll probably build from the vignette and might highlight a few specific ways I've used it, like making a gif to share on social media. I may also add a "coming soon" section about the handouts.

jhelvy avatar Jun 29 '22 01:06 jhelvy