r sourcing private repos from github

一个人想着一个人 提交于 2019-12-04 10:14:39

I'm not really familiar with R, but I usually include private repositories in my projects using the Git protocol over SSH.

GitHub requires you to authenticate in order to download private code. If you use Git over SSH, your machine will authenticate with your SSH key when you pull in your project dependencies. I do this with Ruby projects that make use of private gems, but I'm not sure if R lets you fetch dependencies using Git over SSH.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!