Install package that is not CRAN

I am working with another guy to build a package. It's not ready to be officially registered on CRAN. He sent me a .zip file with the package, and I need to edit stuff.

How is the package installed locally:

install.packages("path/to/file.zip", repos = NULL)

3 Likes