install a R package from directory

160 views Asked by At

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.

0

There are 0 answers