phsmethods icon indicating copy to clipboard operation
phsmethods copied to clipboard

Release phsmethods 1.0.0

Open Tina815 opened this issue 9 months ago • 2 comments

Prepare for release:

  • [x] git pull
  • [x] Check current CRAN check results
  • [x] Check if any deprecation processes should be advanced, as described in Gradual deprecation
  • [x] Polish NEWS
  • [x] devtools::build_readme()
  • [x] urlchecker::url_check()
  • [x] devtools::check(remote = TRUE, manual = TRUE)
  • [x] devtools::check_win_devel()
  • [x] rhub::check_for_cran()
  • [x] revdepcheck::revdep_check(num_workers = 4)
  • [x] Update cran-comments.md
  • [x] git push
  • [ ] Draft blog post

Submit to CRAN:

  • [x] usethis::use_version('major')
  • [x] devtools::submit_cran()
  • [x] Approve email

Wait for CRAN...

  • [x] Accepted :tada:
  • [ ] git push
  • [ ] usethis::use_github_release()
  • [ ] usethis::use_dev_version()
  • [ ] git push
  • [ ] Finish blog post
  • [ ] Tweet
  • [ ] Add link to blog post in pkgdown news menu

Tina815 avatar Sep 19 '23 14:09 Tina815

Comments back from CRAN:

  • [ ] 1. References - I don't think this is applicable.
  • [ ] 2. Better / Longer Description
  • [ ] 3. Add return values for function documentation - #114

Thanks,

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:...) or if those are not available: <[https:...]https:...> with no space after 'doi:', 'arXiv:', 'https:' and angle brackets for auto-linking. (If you want to add a title as well please put it in quotes: "Title")

The Description field is intended to be a (one paragraph) description of what the package does and why it may be useful. Please add more details about the package functionality and implemented methods in your Description text.

Please add \value to .Rd files regarding exported methods and explain the functions results in the documentation. Please write about the structure of the output (class) and also what the output means. (If a function does not return a value, please document that too, e.g. \value{No return value, called for side effects} or similar) Missing Rd-tags: age_calculate.Rd: \value chi_pad.Rd: \value extract_fin_year.Rd: \value qtr.Rd: \value rename.Rd: \value

Please fix and resubmit.

Best, Benjamin Altmann

Moohan avatar Sep 28 '23 12:09 Moohan

@Tina815 Is there anything left to do on this, other than update the README, and any comms etc.

Moohan avatar Nov 24 '23 12:11 Moohan