Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
jgabry authored Nov 20, 2016
1 parent de893a0 commit 4633133
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@ Tools for Developing R Packages Interfacing with Stan

## Installation

You can install __rstantools__ from GitHub with:

* Install from CRAN:

```{r}
install.packages("rstantools")
```

* Install latest development version from GitHub (requires [devtools](https://github.com/hadley/devtools) package):

```r
if (!require("devtools"))
Expand Down

0 comments on commit 4633133

Please sign in to comment.