Skip to content

Commit

Permalink
CRAN submission accepted
Browse files Browse the repository at this point in the history
  • Loading branch information
martinchevalier committed Jun 6, 2018
1 parent e8acf00 commit defbdf9
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 @@ -5,7 +5,13 @@ Gustave (Gustave: a User-oriented Statistical Toolkit for Analytical Variance Es

## Install

As gustave is not yet available on CRAN, for now the simplest way to install it on your computer is to use `devtools::install_github()`:
gustave is available on CRAN and can therefore be installed with the `install.packages()` function:

```
install.packages("gustave")
```

However, if you wish to install the latest version of gustave, you can use `devtools::install_github()` to install it directly from this repository:

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

0 comments on commit defbdf9

Please sign in to comment.