We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a way to implement custom remote types e.g. by implementing an install_*() in a third-party package?
install_*()
My apologies if this has been asked before or is mentioned somewhere but I couldn't find anything with a quick search.
The text was updated successfully, but these errors were encountered:
No, there is not currently a way to do this.
In order to support it the internal S3 generic methods would have to be exported.
remotes/R/install-remote.R
Lines 155 to 160 in 7720273
And the lookup at
remotes/R/deps.R
Lines 499 to 500 in 7720273
Sorry, something went wrong.
ffcfd1b
No branches or pull requests
Is there a way to implement custom remote types e.g. by implementing an
install_*()
in a third-party package?My apologies if this has been asked before or is mentioned somewhere but I couldn't find anything with a quick search.
The text was updated successfully, but these errors were encountered: