-
Notifications
You must be signed in to change notification settings - Fork 1
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
Shorten reference_pkg
argument name to ref
#32
Conversation
Thank you for this PR! It looks like the other PR introduced some conflicts. Can you take a look? |
Thinking ahead to when this is more generally used, do you think it's worthwhile to remove the default values for |
We could do that. Would it work (for most cases) if we replaced it with |
OMG I love it! I did NOT know this function existed 😍 Absolutely yes, this should be the default. Can you test it in three locations and update the roxygen text with how it works in those situations?
If it doesn't work in either scenario 2 or 3, we should probably add a check in the function that the |
@edelarua is this ready for the last review? Thanks! |
I think so! |
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.
Thank you so much!
LOVE IT!
Closes #26
I applied this change to all functions including
get_pkg_dependencies()
andget_min_version_required()
- is this correct? Only the*_pkg_installed()
functions were specified in the issue.