All about DataSince, DataEngineering and ComputerScience
View the Project on GitHub datainsightat/DataScience_Examples
$ R
R > install.packages("devtools")
$ R_LIBS=/path/to/Rlibs
R > library devtools
R > build()
R > install()
$ R CMD INSTALL --library=/path/to/Rlibs yourpackage_0.1.tar.gz