Prepare for release:
devtools::build_readme()devtools::check(remote = TRUE, manual = TRUE)devtools::check_win_devel()rhub::check_for_cran()revdepcheck::revdep_check(num_workers = 4)cran-comments.mdSubmit to CRAN:
usethis::use_version('major')devtools::submit_cran()Wait for CRAN...
usethis::use_github_release()usethis::use_dev_version()Revdepcheck wrinkles:
_R_CHECK_FORCE_SUGGESTS_ to false in the cloud. Local check via revdepcheck::revdep_check() is OK.finbif::get_locale() fails in our cloud image and this function is called in finbif's .onLoad(). finbif also does not actually call usethis at all. Local check via revdepcheck::revdep_check() is OK. I consider this a nonissue.revdepcheck::revdep_check() is OK. I consider this a nonissue.usethis 2.0.0 just pulled down today based on installing devtools (and grabbing the latest usethis based on that).
The change from git2r to gert fails for us as libgit2 is not available on our HPC environment.
I don't know that there is anything to do for you - just reporting a first issue with this.
I'll fallback to usethis 1.6.3
In general, gert (and its relationship to libgit2) makes it easier to install than git2r, in most contexts, although not perhaps in yours. Gert offers good installation advice and, if there is trouble, that would be the place to report issues:
Congratulations on usethis 2.0.0, Jenny and Hadley! This is an awesome release 馃帀
Most helpful comment
Congratulations on usethis 2.0.0, Jenny and Hadley! This is an awesome release 馃帀