install a R package from directory

2019-05-21 08:05发布

问题:

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.