Installing R packages from a local git repository
I need to develop an R package for work. The package should be under version control using git and when new functionalities are added the package should install on a given computer. Preferably this should be done automatically with every "push" to the local repository.