install a R package from directory
问题 Hi is it possible to install an R package directly from a directory without going the intermediate step of building a tar.gz from source and then calling install? I know that devtools support load_all but for my purposes (deploying to several opencpu servers) is not sufficient and a "proper" installation is needed. 来源: https://stackoverflow.com/questions/30733459/install-a-r-package-from-directory