Skip to content
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

Use pkg_installed() instead of is_installed() #149

Merged
merged 1 commit into from
Sep 5, 2018
Merged

Use pkg_installed() instead of is_installed() #149

merged 1 commit into from
Sep 5, 2018

Conversation

joshuaulrich
Copy link
Contributor

Commit f986e72 removed is_installed()
but did not replace all its calls with a suitable alternative.

See #147, #148.

Commit f986e72 removed is_installed()
but did not replace all its calls with a suitable alternative.

See #147, #148.
@jimhester
Copy link
Member

jimhester commented Sep 5, 2018

I think this was a cause of two parallel PRs, one of which fixed removed the function, but other reverted some of the uses back to the old call.

Thanks for the PR!

@jimhester jimhester merged commit 26ce842 into r-lib:master Sep 5, 2018
@joshuaulrich joshuaulrich deleted the fix-rhub branch September 5, 2018 13:25
@joshuaulrich
Copy link
Contributor Author

Thanks for the quick merge! For what it's worth, I was motivated to create this PR because commit f986e72 broke r-hub while I was using it to track down a bug on an OS I don't have regular access to.

It was the second time a change in remotes had broken r-hub in ~10 days. I expected r-hub to be more stable than that, so I suggested a solution in r-hub/rhub#147. Anyway, I just wanted to explain the motivation, in case you weren't aware.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants