You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like a version of install_github() where the package can be hosted on github enterprise. The reason I need this is because I have several functions I wrote that I reuse within my company. However releasing these functions publicly is not an option since it reveals database infrastructure, etc.
Let me know if you need more details!
The text was updated successfully, but these errors were encountered:
I think this would be relatively easy to implement, but I don't know anything about how an internal github repo works. Is the url structure the same? How do you login?
I believe the URL structure is the same. The only difference is the url is github.company.com, where company is whatever the enterprise account's name is. It's possible the account might need to somehow pass credentials, as the enterprise account is only viewable by others in the company.
I would like a version of install_github() where the package can be hosted on github enterprise. The reason I need this is because I have several functions I wrote that I reuse within my company. However releasing these functions publicly is not an option since it reveals database infrastructure, etc.
Let me know if you need more details!
The text was updated successfully, but these errors were encountered: