Skip to content

Commit

Permalink
Merge pull request #194 from greta-dev/update_readme_installation
Browse files Browse the repository at this point in the history
update installation instructions in the readme
  • Loading branch information
goldingn committed Jul 2, 2018
2 parents cc25151 + 19e7005 commit 3a064ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ greta lets you write your own model like in BUGS, JAGS and Stan, except that you

### See the [website](https://greta-dev.github.io/greta/) for more information, [tutorials](https://greta-dev.github.io/greta/get_started.html), [examples](https://greta-dev.github.io/greta/example_models.html), and [package documentation](https://greta-dev.github.io/greta/reference-index.html).

You can install the package from CRAN:
You can install the current release version of the package (0.2.5) from GitHub:
```r
install.packages("greta")
devtools::install_github("greta-dev/greta")
```

I would love to hear any feedback, bug reports or feature requests via the [issues tracker](https://github.com/greta-dev/greta/issues). I would also be very keen for contributions from anyone with time to spare!
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ greta lets you write your own model like in BUGS, JAGS and Stan, except that you

### See the [website](https://greta-dev.github.io/greta/) for more information, [tutorials](https://greta-dev.github.io/greta/get_started.html), [examples](https://greta-dev.github.io/greta/example_models.html), and [package documentation](https://greta-dev.github.io/greta/reference-index.html).

You can install the package from CRAN:
You can install the current release version of the package (0.2.5) from GitHub:

``` r
install.packages("greta")
devtools::install_github("greta-dev/greta")
```

I would love to hear any feedback, bug reports or feature requests via the [issues tracker](https://github.com/greta-dev/greta/issues). I would also be very keen for contributions from anyone with time to spare!
Expand Down

0 comments on commit 3a064ec

Please sign in to comment.