Skip to content

Commit

Permalink
add CRAN installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mjskay committed Dec 2, 2014
1 parent ba97349 commit 85a5195
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ __Note__: The documentation of this package assumes some level of familiarity wi

## Installation

You can install the latest version from github via these R commands:
You can install the latest released version from CRAN with this R command:

```R
> install.packages("ARTool")
```

__Or__, you can install the latest development version from GitHub with these R commands:

```R
> install.packages("devtools")
Expand Down

0 comments on commit 85a5195

Please sign in to comment.