Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
svkucheryavski committed Oct 30, 2016
2 parents 1e2af91 + a94584a commit 058de5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down

0 comments on commit 058de5e

Please sign in to comment.