You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Triggered by #2527, this release will be a subset of the near-complete 3.2.0 release that's a bit stalled on dev time at the moment. It will focus on fixing the CRAN failure, setting me as the maintainer, and not missing an opportunity to ship precision+recall fixes to existing linters.
Tracking in branch patch-3.1.2, which is branched from tag v3.1.1 and will not ever be merged to main.
Triggered by #2527, this release will be a subset of the near-complete 3.2.0 release that's a bit stalled on dev time at the moment. It will focus on fixing the CRAN failure, setting me as the maintainer, and not missing an opportunity to ship precision+recall fixes to existing linters.
Tracking in branch
patch-3.1.2
, which is branched from tagv3.1.1
and will not ever be merged tomain
.Prepare for release:
3.1.2
milestonebackport_linter()
covers all released R versionsurlchecker::url_check()
ortools:::check_url_db(tools:::url_db_from_package_sources("."))
R-CMD-check
GHA on all released R versions on Ubuntu, Mac, and Windows. See Check which versions of R touch the while() loop in get_source_expressions() #2501 for reference.devtools::check(remote = TRUE, manual = TRUE)
devtools::check_win_devel()
ordevtools::check_win_devel(email = "your@email")
rhub::check_for_cran()
orrhub::check_for_cran(email = "your@email")
revdepcheck::revdep_check()
.Submit to CRAN:
usethis::use_version('patch')
devtools::submit_cran()
Wait for CRAN...
cran-comments.md
usethis::use_github_release()
The text was updated successfully, but these errors were encountered: