-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preparation for CRAN Release #38
Comments
Let me know if you need any help with this or have questions. P.S. You dont need to run |
Ohh, any help appreciated. I tried to fix a few things, but the MacOS R CMD check is still failing atm. |
Aren't all checks failing at the moment? Okay, so the general roadmap would be fixing everything on |
I lost a little bit track on what's still to do. Did you say you want to fix the remaining warnings about the documentation ? |
Yes, the main outstanding things are all the documentation warnings durings checks. I tried to fix some every now or then, but it is quite a lot... |
There also are still (or again 😅 ) lots of NAMESPACE warnings about imports/suggests etc... |
First release:
usethis::use_cran_comments()
Title:
andDescription:
@return
and@examples
Authors@R:
includes a copyright holder (role 'cph')revdepcheck::revdep_check(num_workers = 4)
Prepare for release:
git pull
devtools::build_readme()
urlchecker::url_check()
devtools::check(remote = TRUE, manual = TRUE)
devtools::check_win_devel()
rhub::check_for_cran()
git push
Submit to CRAN:
usethis::use_version('patch')
devtools::submit_cran()
Wait for CRAN...
git push
usethis::use_github_release()
usethis::use_dev_version()
git push
The text was updated successfully, but these errors were encountered: