Closed moodymudskipper closed 1 year ago
@krlmlr revdepcheck::revdep_check(num_workers = 4)
tells me this breaks duckplyr, When I clone duckplyr's repo the tests work fine. I assume the output of the tests as run on duckplyr's CRAN version have changed, how should we proceed ?
Thanks. I can handle any upstream failures.
Thanks, 0.2.0 is submitted (with #241)
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.
Prepare for release:
git pull
urlchecker::url_check()
devtools::build_readme()
devtools::check(remote = TRUE, manual = TRUE)
devtools::check_win_devel()
revdepcheck::revdep_check(num_workers = 4)
cran-comments.md
git push
Submit to CRAN:
usethis::use_version('minor')
devtools::submit_cran()
Wait for CRAN...
usethis::use_github_release()
usethis::use_dev_version(push = TRUE)