-
-
Notifications
You must be signed in to change notification settings - Fork 16
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 0.9.1 #475
Release 0.9.1 #475
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #475 +/- ##
=======================================
Coverage 89.40% 89.40%
=======================================
Files 72 72
Lines 5419 5419
=======================================
Hits 4845 4845
Misses 574 574 ☔ View full report in Codecov by Sentry. |
Failed submission due to failure in vignette rendering on Windows: https://win-builder.r-project.org/incoming_pretest/datawizard_0.9.1_20231220_094014/Debian/00check.log
|
Did we have any changes in the vignettes? |
Is this a false-positive? Running all tests takes ~40 seconds, knitting vignettes ~10 sec. per vignette. |
This is what the local check returns, I think the issue is a different one here:
Looks like a false-positive, I would send this report to the CRAN team and ask if they can verify that it's no issue with datawizard. Total check time was far below 10 minutes. |
Yes I also think it's a false positive. I'm waiting for rhub results before telling CRAN |
The problem is that we download a dataset from github in the "standardize data" vignette, and this can time out in case of slow internet connection. In any case we should handle the case when there's no internet |
I can't take a look before tonight |
Ok. I added a check for internet connection to the vignette, you can review my changes tonight, maybe that solves the problem. |
Resubmitted |
Accepted, thanks for the quick fix @strengejacke |
Submitted to CRAN.
I ran
revdepcheck
locally, no problem.