From a94584ae1b61b76a0df8d04a6fe5f4aa9583d6ff Mon Sep 17 00:00:00 2001 From: Sergey Kucheryavskiy Date: Sun, 30 Oct 2016 08:42:32 +0100 Subject: [PATCH] update to DESCRIPTION --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ab09daf..87fd6be 100755 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ For more details and examples read a [Bookdown tutorial](http://svkucheryavski.g What is new ----------- -The latest version (0.8.0) has a lot of new features and small improvements. First of all, the tutorial +The latest major release (0.8.0) has a lot of new features and small improvements. First of all, the tutorial has been moved from GitBook to Bookdown as there were many issues with the first. The tutorial was rewritten completely and now almost comprehensive (some of chapters are still missing though). It is available via Github Pages. A list of other changes is available [here](NEWS.md) @@ -28,11 +28,11 @@ The package is available from CRAN by usual installing procedure. However due to politics regarding number of submissions (one in 3-4 month) only major releases will be published there (with 2-3 weeks delay after GitHub release as more thorought testing is needed). To get the latest release plase use [GitHub sources](https://github.com/svkucheryavski/mdatools). You can [download](https://github.com/svkucheryavski/mdatools/releases) a zip-file with source package and -install it using the `install.packages` command, e.g. if the downloaded file is `mdatools_0.8.0.tar.gz` +install it using the `install.packages` command, e.g. if the downloaded file is `mdatools_0.8.1.tar.gz` and it is located in a current working directory, just run the following: ``` -install.packages('mdatools_0.8.0.tar.gz') +install.packages('mdatools_0.8.1.tar.gz') ``` If you have `devtools` package installed, the following command will install the latest release from