rstudio / webshot2

Take screenshots of web pages from R

Home Page:https://rstudio.github.io/webshot2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release webshot2 0.1.1

gadenbuie opened this issue · comments

Upkeep:

  • Replace RStudio in DESCRIPTION with Posit Software, PBC or person("Posit Software, PBC", role = c("cph", "fnd"))
  • Update any @rstudio.com email addresses with @posit.co
  • Update year and company name in LICENSE
  • usethis::use_tidy_description()
  • usethis::use_package_doc()

Prepare for release:

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

Submit to CRAN:

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

Wait for CRAN...

  • Accepted 🎉
  • usethis::use_github_release()
  • usethis::use_dev_version(push = TRUE)