We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The checklist below was generated by use_release_issue("0.1.0"). See also https://r-pkgs.org/release.
use_release_issue("0.1.0")
use_release_issue()
First release:
usethis::use_cran_comments()
Title:
Description:
@return
@examples
Authors@R:
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('minor')
devtools::submit_cran()
Wait for CRAN...
usethis::use_github_release()
usethis::use_dev_version()
usethis::use_news_md()
testthat::skip_if_not_installed()
ip-api.com
'ip-api
Functions do not need to be put in single quotes, just packages, software names and API names.
The text was updated successfully, but these errors were encountered:
To respond to feedback from CRAN, follow instructions here
Sorry, something went wrong.
No branches or pull requests
The checklist below was generated by
use_release_issue("0.1.0")
. See also https://r-pkgs.org/release.use_release_issue()
checklistFirst release:
usethis::use_cran_comments()
#56Title:
andDescription:
#60@return
and@examples
Authors@R:
includes a copyright holder (role 'cph') #58Prepare for release:
git pull
devtools::build_readme()
#92urlchecker::url_check()
devtools::check(remote = TRUE, manual = TRUE)
#94devtools::check_win_devel()
#97rhub::check_for_cran()
#99git push
Submit to CRAN:
usethis::use_version('minor')
devtools::submit_cran()
Wait for CRAN...
git push
usethis::use_github_release()
#112usethis::use_dev_version()
#113usethis::use_news_md()
#114git push
Project-specific checklist
CRAN feedback
devtools::submit_cran()
The Description field contains
<[https://ip-api.com/]https://ip-api.com/>. The package makes it easy
Please enclose URLs in angle brackets (<...>). i.e. simply write https://ip-api.com/.
devtools::submit_cran()
https://github.com/DavisVaughan/extrachecks
testthat::skip_if_not_installed()
ip-api.com
with'ip-api
#63Functions do not need to be put in single quotes, just packages, software names and API names.
The text was updated successfully, but these errors were encountered: