forestgeo/fgeo.analyze

Release 1.1.10

Closed this issue · 1 comments

Prepare for release:

  • Check that description is informative
  • Check licensing of included files
  • Check that all @authors mentioned in docs are listed in DESCRIPTION
  • usethis::use_cran_comments()
  • devtools::check()
  • rhub::check_for_cran()
    • windows
    • ubuntu
    • fedora
  • devtools::check_win_devel()
  • rhub::check_on_macos()
  • rhub::check(platform = 'ubuntu-rchk')
  • X rhub::check_with_sanitizers()
  • rhub::check(platform = "fedora-clang-devel")
  • rhub::check(platform = "fedora-gcc-devel")
  • X rhub::check_on_solaris()
  • Polish pkgdown reference index

Submit to CRAN:

  • Remove badges
  • usethis::use_version('major')
  • Update cran-comments.md
  • devtools::release()
  • Approve email

Wait for CRAN...

Rejected:

* using log directory 'd:/RCompile/CRANincoming/R-devel/fgeo.analyze.Rcheck'
* using R Under development (unstable) (2019-05-12 r76489)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* checking for file 'fgeo.analyze/DESCRIPTION' ... OK
* this is package 'fgeo.analyze' version '1.1.6'
* package encoding: UTF-8
* checking CRAN incoming feasibility ... NOTE
Maintainer: 'Mauro Lepore <leporem@si.edu>'

New submission
* checking package namespace information ... OK
* checking package dependencies ... ERROR
Package required but not available: 'fgeo.tool'

See section 'The DESCRIPTION file' in the 'Writing R Extensions'
manual.
* DONE
Status: 1 ERROR, 1 NOTE

This problem went away once fgeo.tool was installed in all CRAN machines. For details see forestgeo/fgeo.plot#55

  • Recheck and reply to all or probabbly better to increment version number and resubmit

Wait for CRAN...

  • Remove \Sexpr{} or build manual

Wait for CRAN...

  • References added to DESCRIPITON e.g. Zuleta et al. (2018) <doi:10.1007/s11104-018-3878-0>
If there are references describing the methods in your package, 
please add these in the Description field of your DESCRIPTION file in 
the form
  authors (year) <doi:...>
  authors (year) <arXiv:...>
  authors (year, ISBN:...)
with no space after 'doi:', 'arXiv:' and angle brackets for auto-linking.
Please replace \dontrun{} by \donttest{} or unwap the examples if they 
can be executed in less than 5 sec per Rd-file.

Please fix and resubmit.

Wait for CRAN...

  • Accepted
  • Tag
  • GitHub release
  • usethis::use_dev_version()
  • Restore badges in README with git revert --no-edit <sha that removed badges>
  • Update install instructions in README
  • Merge

From forestgeo/learn#212
Adapted from https://github.com/r-lib/vroom/issues/83