From 08e53dc0960e960d7777b8e98b4174dde200a173 Mon Sep 17 00:00:00 2001 From: prafols Date: Fri, 31 Jul 2020 19:10:47 +0200 Subject: [PATCH] release candidate 0.9 --- DESCRIPTION | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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