-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dev fix cran checks v3.0.6 #45
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #45 +/- ##
=======================================
Coverage 66.29% 66.29%
=======================================
Files 53 53
Lines 10395 10395
=======================================
Hits 6891 6891
Misses 3504 3504 ☔ View full report in Codecov by Sentry. |
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.
hm, I'm just wondering why we do not run into File fit_model-1.png not found in resource path
(and alike) errors in the CRAN-like checks. We do not skip building the vignettes (no --no-build-vignettes
or --ignore-vignettes
).
I'm not sure I understand your question. Our CRAN-like-checks did fail previously to build the vignettes. I was a bit confused when I saw the errors on CRAN for the first time because we did not had them at the time when we submitted them to CRAN. It turned out that we were working on two different development branches, one for the website and one to resolve the manual feedback we've received from the CRAN team during submission - and I didn't merge them ^^ The problem with rebuilding the vignettes appeared only when I merged the website branch into main (which triggered the respective event as supposed to). |
Ah, I see.I was referring to the tests that succeeded on main. I agree, let's have a chat about the workflow. For now we have only focused about development but, especially since the CRAN submission is probably never a one-shot thing, we should also go over our branching strategy for "production", i.e. publishing to CRAN in our case. |
Addressed the issues that were (hopefully) the reason for the errors that popped up on the CRAN checks: https://cran.r-project.org/web/checks/check_results_abn.html