Open rdinnager opened 2 years ago
You first to fix your documentation so that you can pass checks without any warnings, i.e. remove these 2 lines:
Once you remove those lines, the CI will also show a failure in case when CMD check raises a Warning
.
Thanks @jeroen. I realise I still have a bit of polishing work to do before I make my release and submit to CRAN, so I added a few more check-marks to this issue, just to make sure I don't forget ;). I mainly opened this issue as motivation, but I haven't been able to find the time to push it to the finish line yet. But I will get there! Thanks again for all your help with this.
Last TODOs before release:
flatten_to_shape()
- #5 )error-on: '"error"'
from CIFirst release:
usethis::use_cran_comments()
Title:
andDescription:
@return
and@examples
Authors@R:
includes a copyright holder (role 'cph')Prepare for release:
devtools::build_readme()
urlchecker::url_check()
devtools::check(remote = TRUE, manual = TRUE)
devtools::check_win_devel()
rhub::check_for_cran()
rhub::check(platform = 'ubuntu-rchk')
rhub::check_with_sanitizers()
Submit to CRAN:
usethis::use_version('minor')
devtools::submit_cran()
Wait for CRAN...
usethis::use_github_release()
usethis::use_dev_version()
usethis::use_news_md()