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.