-
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
Better communication if styler.cache_root
is not set.
#1063
Conversation
52ed3c4
to
1f3e72e
Compare
Codecov Report
@@ Coverage Diff @@
## main #1063 +/- ##
=======================================
Coverage 91.05% 91.05%
=======================================
Files 46 46
Lines 2682 2682
=======================================
Hits 2442 2442
Misses 240 240
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 538e64d is merged into main:
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.
Thanks!
Hmm, looks like we might need to add
Either that, or we set the following environment variable in our GHA workflow: - uses: r-lib/actions/check-r-package@v2
with:
error-on: '"note"'
env:
_R_CHECK_RD_XREFS_: false Which way should we go? |
This is how benchmark results would change (along with a 95% confidence interval in relative change) if 23136bc is merged into main:
Further explanation regarding interpretation and methodology can be found in the documentation. |
Well we'll have to fix the note earlier or later, so I think it's fine to fail on note. Rather, we could turn the clickable reference to {usethis} with an unclickable one or add it to |
Yes, I would personally prefer this option over acquiring a new soft dependency just so that one function can be clickable in the docs. |
This is how benchmark results would change (along with a 95% confidence interval in relative change) if 1993c08 is merged into main:
Further explanation regarding interpretation and methodology can be found in the documentation. |
Addresses #1058.