local_lib_path = "~/R_libs/"
install.packages('minpack.lm', lib=local_lib_path, repos = "http://cran.us.r-project.org")
install.packages('argparse', lib=local_lib_path, repos = "http://cran.us.r-project.org")
install.packages('.', repos=NULL, type="source", lib=local_lib_path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.