-
Couldn't load subscription status.
- Fork 26
CRAN Release 0.3.5 #137
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
CRAN Release 0.3.5 #137
Conversation
Codecov Report
@@ Coverage Diff @@
## master #137 +/- ##
==========================================
- Coverage 54.93% 1.32% -53.62%
==========================================
Files 24 24
Lines 1509 1509
==========================================
- Hits 829 20 -809
- Misses 680 1489 +809
Continue to review full report at Codecov.
|
|
Kicked off: To check on the CRAN Windows service that checks on R-devel version - results in a wee while. |
|
just tuned in to the live stream Looking good! |
|
First feedback - minor setback. Email from win-devel service: This leads to https://win-builder.r-project.org/3IwWWFu6tXaO/00check.log, which states: The new-maintainer note is to be expected - gotta fix something in the NEWS... |
|
Fixed (🤞), rinse-and-repeat with |
|
We got a clean check this time 🎉: https://win-builder.r-project.org/9GR231rqGSnX/00check.log Next - r-hub checks |
|
Yeaaaa buddy! |
|
Following: https://gargle.r-lib.org/articles/articles/managing-tokens-securely.html They suggest: rhub::check(env_vars = Sys.getenv(gargle:::secret_pw_name("gargle"), names = TRUE))for us, this becomes: rhub::check(env_vars = Sys.getenv(gargle:::secret_pw_name("boxr"), names = TRUE))I might do this first, before the CRAN checks, to run the API tests - maybe it will be separate from the CRAN checks. Choosing option 1: |
|
Maybe we don't even test on rhub? We have working tests on Travis for peace of mind, and even there sometime we have to restart a build to get it to work |
|
i.e. Just pass the empty "" in? |
|
Getting what I think is an unrelated error at rhub: https://builder.r-hub.io/status/boxr_0.3.5.tar.gz-fb2edf8f6c8d489a9dc9e06a936b4fa9 It seems not to be able to load a package. I agree that this is a bit unrelated, but I wanted to test out the auth system, as advertised. I think I might move straight for the CRAN checks at r-hub, not using auth: rhub::check_for_cran()(just did) Here's the live status of each: https://builder.r-hub.io/status/boxr_0.3.5.tar.gz-71793aef252c4e8b98fcfbec3663021c |
|
100% unrelated, we don't have any Bioconducter dependencies, I'm guessing the Rhub image just pulls all possible installer packages first, Not sure this won't crop up later on the psuedo-CRAN check too... |
|
Agreed - sometimes r-hub gets a bit "out-of-sorts", but it has given me useful feedback. One of the submissions has come back OK - I'll wait a little while for the others. |
|
I'm guessing they will all be okay, the Windows build is the most different from the Travis env. I have to log off the stream, but if anything comes up let me know and I'll be back later this afternoon. 🤞 |
|
rhub checks come back OK |
|
My plan is:
|
|
Am just reminded of |
|
🚀 |
|
On CRAN 🎉 |
|
Stickers inbound! I'm putting one on my machine tonight! Damn it feels good! |
|
Indeed! Thanks for everything you've done! |
Hi @nathancday - I thought I would "live-blog" what I'm doing here. It's just a series of manual checks based of:
I'll try to fill in the blanks in the comments.