How to specify lib directory when installing development version R Packages from github repository
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: In Ubuntu, I am installing all the R packages in the directory, /usr/lib/R/site-library by specifying lib option in install.packages() . But when I try to install the development version of the R packages using, install_github() , it always installs in a local repository of the system user. .libPaths() has 4 directories including the local repository. So, I have 2 questions, Will it install in any of the other 3 repositories if i remove the local repository from .libPaths() ? Is there any way to specify installation library path in