Skip to content

Commit

Permalink
Updated Installation instructions for Github
Browse files Browse the repository at this point in the history
Since we have removed the tar.gz files, the only way to install the most recent package is from Github
  • Loading branch information
KentonWhite committed Dec 17, 2013
1 parent a0a90c7 commit 1a21393
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.markdown
Expand Up @@ -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.

Expand Down

0 comments on commit 1a21393

Please sign in to comment.