-
Notifications
You must be signed in to change notification settings - Fork 186
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
Add "no suggests" R CMD check workflow #1739
Conversation
This can help us catch instances of soft dependency usage in examples or in tests without the necessary skip.
Codecov Report
@@ Coverage Diff @@
## main #1739 +/- ##
=======================================
Coverage 98.87% 98.87%
=======================================
Files 108 108
Lines 4623 4623
=======================================
Hits 4571 4571
Misses 52 52 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
We will need to keep this PR updated and pending until all relevant issues to get the new check to succeed are fixed in separate PRs. |
The new check is green now. |
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.
Nice work, thanks!
This can help us catch instances of soft dependency usage in examples or in tests without the necessary skip.