From 1a2139377f007e0a8c0f6e943bb22d5636b11312 Mon Sep 17 00:00:00 2001 From: Kenton White Date: Tue, 17 Dec 2013 08:05:21 -0500 Subject: [PATCH] Updated Installation instructions for Github Since we have removed the tar.gz files, the only way to install the most recent package is from Github --- README.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index cf93d97f..c9a8396c 100644 --- a/README.markdown +++ b/README.markdown @@ -9,9 +9,10 @@ ProjectTemplate is now available on CRAN and can be installed using a simple cal install.packages('ProjectTemplate') -If you would like access to changes to this package that are not available in the version currently on CRAN, please download the contents of this repository and then run, +If you would like access to changes to this package that are not available in the version currently on CRAN, please install this package directly from Github, - R CMD INSTALL ProjectTemplate_*.tar.gz + library('devtools') + install_github('ProjectTemplate', username = 'johnmyleswhite') For most users, running the bleeding edge version of this package is probably a mistake.