Skip to content

Commit

Permalink
release candidate 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
prafols committed Jul 31, 2020
1 parent 840fc88 commit 08e53dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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<pere.rafols@urv.cat>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08e53dc

Please sign in to comment.