-
Notifications
You must be signed in to change notification settings - Fork 214
Possible performance improvement - call utils::packageVersion
only once
#1525
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
Conversation
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.
Maybe this could be simplified to just using markdown? since v1.5 is required in DESCRIPTION
Co-authored-by: olivroy <52606734+olivroy@users.noreply.github.com>
Co-authored-by: olivroy <52606734+olivroy@users.noreply.github.com>
I've tried signing https://cla-assistant.io/rstudio/gt?pullRequest=1525 but maybe I've messed up some emails somewhere... |
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.
LGTM!
Fixed again :) Sorry - I'd missed the latex use of |
@slodge Thank you! I was just debugging this and traced it to there (then I noticed your commits!). |
Summary
Small performance improvement - no longer calls
utils::packageVersion
Related GitHub Issues and PRs
Fixes: #1524
Checklist
testthat
unit tests totests/testthat
for any new functionality.