Skip to content

Re-submit to CRAN #24

Description

@stineb

prepare for release:

  • Check CRAN issues (ISSUES)
  • Update DESCRIPTION - version increment!
  • Update / check NEWS.md
  • Update cran-comments.md for release
  • urlchecker::url_check()
  • devtools::check(document = FALSE)
  • rhub::rhub_setup() [if not done yet, may have to do rhub::rhub_doctor(), too]
  • Check build:
# Build package
pkg <- devtools::build()

# Check package built from source
devtools::check_built(path = pkg)
  • R CMD check --as-cran
system("R CMD check --as-cran ~/rpmodel_1.2.3.tar.gz")
  • git push remaining changes

Submit to CRAN:

  • devtools::submit_cran()
  • Approve email
  • Accepted email
  • Update release

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions