Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Kucheryavskiy authored and Sergey Kucheryavskiy committed Apr 13, 2014
2 parents 1122adf + 99ac05a commit 8b1bc2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ How to install

The package is in beta testing and therefore is not yet available from CRAN. The easiest way to use the package is to
[download](https://github.com/svkucheryavski/mdatools/releases) a source package archive from GitHub and install it using
the `install.packages` command, e.g. if the downloaded file is `mdatools_0.4.0.tar.gz` and it is located in a current
the `install.packages` command, e.g. if the downloaded file is `mdatools_0.5.1.tar.gz` and it is located in a current
working directory, just run the following:

```
install.packages('mdatools_0.4.0.tar.gz')
install.packages('mdatools_0.5.1.tar.gz')
```

If you have `devtools` package installed, the following command will install the latest release from the GitHub (do not forget to load the `devtools` package first):
Expand Down

0 comments on commit 8b1bc2d

Please sign in to comment.