-
Notifications
You must be signed in to change notification settings - Fork 73
Error on a NOTE
in R CMD Check
#987
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
Error on a NOTE
in R CMD Check
#987
Conversation
To know more about new HTML5 check in R-devel, see: https://blog.r-project.org/2022/04/08/enhancements-to-html-documentation/ Workflow from: https://github.com/r-lib/actions/blob/v2-branch/examples/html-5-check.yaml
Codecov Report
@@ Coverage Diff @@
## main #987 +/- ##
=======================================
Coverage 90.10% 90.10%
=======================================
Files 47 47
Lines 2698 2698
=======================================
Hits 2431 2431
Misses 267 267
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
This is how benchmark results would change (along with a 95% confidence interval in relative change) if 235ec49 is merged into main:
Further explanation regarding interpretation and methodology can be found in the documentation. |
Interesting 😀. I am not sure I can follow, i.e. why is |
It's not different from R CMD Check per se, it's just more specialized for one thing only. For example, you can already see the same NOTE in R CMD Check, which must have been present for a while but has been completely ignored because the builds don't fail. This won't happen with the HTML-5 workflow. https://github.com/r-lib/styler/runs/7980143290?check_suite_focus=true#step:6:91 |
Ok I see. So why not fail on note in general? This needs to spin up another r cmd check VM, which costs resources. |
@lorenzwalthert Sounds good. Done! |
This is how benchmark results would change (along with a 95% confidence interval in relative change) if eccca3a is merged into main:
Further explanation regarding interpretation and methodology can be found in the documentation. |
NOTE
in R CMD Check
@@ -51,10 +51,12 @@ jobs: | |||
|
|||
- uses: r-lib/actions/setup-r-dependencies@v2 | |||
with: | |||
extra-packages: any::rcmdcheck, data.tree=?ignore-before-r=3.5.0 |
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.
Since we don't test on R 3.4 anymore.
Looks good. |
Especially to catch the new valid HTML5 checks in R-devel, see:
https://blog.r-project.org/2022/04/08/enhancements-to-html-documentation/