From 9e04f9e509fdd839803a3a31286e37b85eb8f2af Mon Sep 17 00:00:00 2001 From: Sergey Kucheryavskiy Date: Thu, 22 Jan 2015 12:32:47 +0100 Subject: [PATCH] small changes in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d15f15..84f8b74 100755 --- a/README.md +++ b/README.md @@ -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):