diff --git a/DESCRIPTION b/DESCRIPTION index 64805c5..77c5903 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: rMSI Type: Package Title: MSI Tools -Version: 0.8 +Version: 0.9 Date: 2015-11-30 Author: Pere Rafols Soler Maintainer: Pere Rafols Soler diff --git a/README.md b/README.md index 053460f..d5bd43b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The simplest way to install rMSI and keep it updated is using devtools package. ``` Then simply tell devtools to install rMSI from github latest release: ```R -> devtools::install_github("prafols/rMSI", ref = "0.8") +> devtools::install_github("prafols/rMSI", ref = "0.9") ``` This will install rMSI package and all of its dependencies in your R environment. Then you can access to its functions by loading the rMSI package or through the `::` operator. For example, you can test the main rMSI GUI by executing: ```R