Skip to content

Commit

Permalink
update install instructions to add CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
jrnold committed Dec 23, 2012
1 parent 6f293a4 commit a1a04c9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
15 changes: 10 additions & 5 deletions README.Rmd
Expand Up @@ -39,17 +39,22 @@ Quantitative Information*.

# Install

To install the newest version use
To install the stable version from CRAN,

```r
install.packages('ggthemes', dependencies = TRUE)
```

Or, to install the development version from github, use the
**devtools** package,

```r
library("devtools")
install_github("ggthemes", "jrnold")
```

Make sure that you have installed the *newest* version of
**devtools**.

Windows users also must first install [Rtools](http://cran.rstudio.com/bin/windows/Rtools/).
Windows users also must first install
[Rtools](http://cran.rstudio.com/bin/windows/Rtools/).

# Contribute

Expand Down
17 changes: 12 additions & 5 deletions README.md
Expand Up @@ -37,17 +37,24 @@ Quantitative Information*.

# Install

To install the newest version use
To install the stable version from CRAN,

```r
install.packages('ggthemes', dependencies = TRUE)
```

Or, to install the development version from github, use the
**devtools** package,

```r
library("devtools")
install_github("ggthemes", "jrnold")
# or Development branch
# install_github("ggthemes", "jrnold", ref="dev")
```

Make sure that you have installed the *newest* version of
**devtools**.

Windows users also must first install [Rtools](http://cran.rstudio.com/bin/windows/Rtools/).
Windows users also must first install
[Rtools](http://cran.rstudio.com/bin/windows/Rtools/).

# Contribute

Expand Down

0 comments on commit a1a04c9

Please sign in to comment.