Closed kriemo closed 5 years ago
This should probably be released as 0.5.0 to reflect the major move away from packaged dplyr.
rhub checks:
http://builder.r-hub.io/status/valr_0.4.2.9000.tar.gz-ae8feba83827424097789f746c8a5680 http://builder.r-hub.io/status/valr_0.4.2.9000.tar.gz-ac29a14412d64ed4aaee62ac6fe36c11 http://builder.r-hub.io/status/valr_0.4.2.9000.tar.gz-88cad9b764dc4b90a3907d2035cbe31a http://builder.r-hub.io/status/valr_0.4.2.9000.tar.gz-df72e31557894a98afb0013a09d55165
Remotes in DESCRIPTION throw an error during checking. OK to delete?
Remotes:
tidyverse/dplyr
CRAN is offline through Jan 2.
Before Feb. 1 submit v0.5.0 release to CRAN for
dplyr
v0.8.0 compatibility.Prepare for release:
devtools::check_win_devel()
rhub::check_for_cran()
revdepcheck::revdep_check(num_workers = 4)
email.yml
thenrevdepcheck::revdep_email_maintainers()
Perform release:
devtools::check_win_devel()
(again!)devtools::submit_cran()
pkgdown::build_site()
Wait for CRAN...
Template from https://github.com/r-lib/usethis/issues/338