Skip to content

Commit

Permalink
small changes in README
Browse files Browse the repository at this point in the history
  • Loading branch information
svkucheryavski committed Jan 22, 2015
1 parent 0c47a9a commit 9e04f9e
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,10 +13,10 @@ How to install
The package now is available from CRAN by usual installing procedure.

It can be also installed from sources, just [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.6.0.tar.gz` and it is located in a current working directory, just run the following:
the `install.packages` command, e.g. if the downloaded file is `mdatools_0.6.1.tar.gz` and it is located in a current working directory, just run the following:

```
install.packages('mdatools_0.6.0.tar.gz')
install.packages('mdatools_0.6.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 9e04f9e

Please sign in to comment.