Closed jhelvy closed 2 years ago
@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.
First release:
usethis::use_cran_comments()
Title:
andDescription:
@returns
and@examples
Authors@R:
includes a copyright holder (role 'cph')inst/examples
and render examples as part of pkgdown workflow?Prepare for release:
devtools::build_readme()
urlchecker::url_check()
devtools::check(remote = TRUE, manual = TRUE)
devtools::check_win_devel()
rhub::check_for_cran()
Submit to CRAN:
usethis::use_version('minor')
devtools::submit_cran()
Wait for CRAN...
usethis::use_github_release()
usethis::use_dev_version()