-
Notifications
You must be signed in to change notification settings - Fork 1
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
Release meltr 1.0.0 #4
Comments
Hi @nacnudus, I think this package is generally ready for a first release. If you could go through this checklist updating this as needed and verify everything looks good I think we could release it. If you would like me to review any changes you make before you submit I would be happy to do so. |
Advice neededI think these potential problems can be ignored, but I'd appreciate your advice @jimhester.
Show warnings
extrachecksThese are tasks to be completed to meet https://github.com/DavisVaughan/extrachecks
|
|
I've fixed all the items described above.
|
The rhub sanitizer error looks like the compiler is not using C++11, if you add The rchk results are clean though. None of the things raised in https://builder.r-hub.io/status/meltr_0.0.0.9000.tar.gz-a3b2bcf546f94757afb8927446e75beb#L2575 are true rchk issues, the tool is just saying it can't analyze the given functions for various reasons. |
I think you can submit this to CRAN whenever you are ready to do so, it looks good to me assuming the system requirements change fixes the sanitizer failures. |
It is on CRAN. Should it have a pkgdown site on r-lib.org? If so, is there a process to follow? |
I think it is fine to leave the pkgdown site at https://r-lib.github.io/meltr/ for now. |
Also congrats for the successful CRAN submission 🎉! |
Thanks, and thanks for doing almost all the work! |
First release:
usethis::use_cran_comments()
Title:
andDescription:
@returns
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('major')
devtools::submit_cran()
Wait for CRAN...
usethis::use_github_release()
usethis::use_news_md()
usethis::use_dev_version()
The text was updated successfully, but these errors were encountered: