Skip to content

Commit

Permalink
Installation instructions in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
conjugateprior committed Apr 14, 2015
1 parent 1d87f2a commit 39a12a1
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
# Straight Outta R-Forge
## Straight Outta R-Forge

This is a cosmetic update of the R-forge package `austin`. For real work you should currently still use the
[old version](https://r-forge.r-project.org/projects/austin/).
This is a cosmetic update of the [R-forge package](https://r-forge.r-project.org/projects/austin/) `austin` version 0.2.

Notionally this is version 0.2.1 but that's only to distinguish it
from the original. Development on the old version is now stopped
and further developments will appear here.
Notionally this is 0.2.1 but that's only to distinguish it
from the original. Development on 0.2 is now stopped
and further development will happen here.

Will Lowe, March 2015
### Installation

[![Build Status](https://travis-ci.org/conjugateprior/austin.svg?branch=master)](https://travis-ci.org/conjugateprior/austin)
First ensure you have `devtools` installed. If you don't
```
install.packages('devtools')
```
then
```
devtools::install_github("conjugateprior/austin")
```
That's it.


*Will Lowe, March 2015*



"Does she go?" [![Build Status](https://travis-ci.org/conjugateprior/austin.svg?branch=master)](https://travis-ci.org/conjugateprior/austin)

0 comments on commit 39a12a1

Please sign in to comment.