forestgeo/fgeo.x

fgeo.x-1.1.4

Closed this issue · 0 comments

Prepare for release:

  • Create pre-release branch.
  • Use full URLs.
  • devtools::check_win_devel()

Copy job results to results object in the global environment:

  • ck_remote <- devtools::check(remote = TRUE)
  • ck_cran <- rhub::check_for_cran()
  • ck_macos <- rhub::check_on_macos()
  • ck_fedora_cd <- rhub::check(platform = "fedora-clang-devel")
  • ck_fedora_gd <- rhub::check(platform = "fedora-gcc-devel")
  • ck_solaris <- rhub::check_on_solaris()

Also:

  • Update NEWS.md (tidyverse style ); May temporarily use version.9000
  • Merge.

Perform release:

  • Have you updated packages with (update.packages())?
  • Create release branch
  • usethis::use_version()

(Walk through devtools::release())

  • Have you run R CMD check locally?
  • Have you checked for spelling errors (with spell_check())?
  • Were devtool's checks successful?
  • devtools::check_win_devel()
  • rhub::check_for_cran().
  • Have you updated NEWS.md file?
  • Have you updated DESCRIPTION (version number, use_tidy_version(), use_tidy_description())?
  • Have you updated cran-comments.md?
  • Submit to CRAN
  • Approve submission by replying to email from CRAN
  • Confirm change of mainteriner's email address by replying-to-all to email from CRAN

Wait for CRAN...

  • Accepted
  • Tag release
  • Merge release branch back to master branch
  • usethis::use_github_release()
  • usethis::use_dev_version()

Templatate at forestgeo/learn#182 (adapted from