-
Notifications
You must be signed in to change notification settings - Fork 186
Bump needed {withr}
version
#1412
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
Bump needed {withr}
version
#1412
Conversation
In order to use the `lines` parameter from `withr::local_tempfile()`. Closes #1404
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.
Please also refactor the usages at
- test-parse_exclusions.R:153
- test-get_source_expressions.R:266
- test-get_source_expressions.R:282
- test-get_source_expressions.R:294
Done. |
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!
Thanks @IndrajeetPatil !! @jimhester could you add Indrajeet as a collaborator? |
Thanks, @MichaelChirico and @jimhester! 😊 |
In order to use the
lines
parameter fromwithr::local_tempfile()
.Closes #1404