-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
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
Release 1.6.2 #842
Release 1.6.2 #842
Conversation
Codecov Report
@@ Coverage Diff @@
## master #842 +/- ##
==========================================
+ Coverage 89.46% 89.85% +0.39%
==========================================
Files 47 47
Lines 2496 2485 -11
==========================================
Hits 2233 2233
+ Misses 263 252 -11
Continue to review full report at Codecov.
|
This is how benchmark results would change (along with a 95% confidence interval in relative change) if f66a7cd is merged into master:
Further explanation regarding interpretation and methodology can be found in the documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's hope it survives.
R/zzz.R
Outdated
if (length(dirs) < 1) { | ||
return() | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this shortcut (and the one below)?
Co-authored-by: Kirill Müller <krlmlr@users.noreply.github.com>
Co-authored-by: Kirill Müller <krlmlr@users.noreply.github.com>
This is how benchmark results would change (along with a 95% confidence interval in relative change) if c0e2c93 is merged into master:
Further explanation regarding interpretation and methodology can be found in the documentation. |
Prepare for release:
devtools::check_win_devel()
email.yml
thenrevdepcheck::revdep_email_maintainers()
cran-comments.md
urlchecker::url_check("path/to/pkg")
Perform release:
NEWS.md
devtools::submit_cran()
pkgdown::build_site()
Wait for CRAN...
NEWS.md
for new features.Prepare for release:
devtools::check_win_devel()
email.yml
thenrevdepcheck::revdep_email_maintainers()
cran-comments.md
Perform release:
NEWS.md
devtools::submit_cran()
pkgdown::build_site()
Wait for CRAN...