-
Notifications
You must be signed in to change notification settings - Fork 27
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
Support install_github from devtools/remotes? #21
Comments
Installation of packages from github.com is already supported, but I'm definitely interested in improving this and making more remotes available. |
Thanks for your answer. |
There's an example in the Readme. You need to specify an organization/repository and a type (github) |
I'd be glad to work on improving it as well since I submitted the original PR. I think adding additional remotes is a great idea. See the README here and you'll find an example. |
Also have a look at the |
Something like this would be nice. r_packages:
- name: dplyr
- name: mypersonal/project
type: customer
uri: [email protected]
credentials:
pub_key: ~/.ssh/id_rsa.pub
private_key: ~/.ssh/id_rsa I'm not suggesting that this syntax is right, but something along these lines. |
It would be great if this role would support
install_github
(and related) from devtools or from remotes (which should be the same...)Besides the convenience, some projects (e.g. R for jupyter notebooks) can only be installed this way.
Any plan or interest on supporting devtools/remotes?
The text was updated successfully, but these errors were encountered: