While working on the development of an R package it is often necessary to install the latest version of the package. This can be achieved by first building a source distribution of the package (on the command line)
R CMD build my_package
and then installing it in R. Any running R sessions with p...