-
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 examples to documentation: Part-6 (o-p) #1664
Conversation
R/paste_linter.R
Outdated
#' ) | ||
#' | ||
#' lint( | ||
#' text = "paste0(rep('*', 10L), collapse='')", |
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.
let's use collapse = ''
to be closer to the style guide
(I guess that means maybe we should switch to using "
in the code too? WDYT?)
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.
Ah, yes, that's a good point.
I have changed this particular example here, but I will make a separate PR to change all the existing examples to make sure that they all follow the style guide.
Codecov Report
@@ Coverage Diff @@
## main #1664 +/- ##
=======================================
Coverage 98.70% 98.70%
=======================================
Files 102 102
Lines 4474 4474
=======================================
Hits 4416 4416
Misses 58 58
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Part of #1492