Skip to content

Commit

Permalink
release first version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdscheuerell committed Mar 30, 2017
1 parent 529a8aa commit 2f60bcd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: muti
Title: Calculates the Mutual Information Between Two Vectors
Version: 0.0.0.9009
Version: 1.0.0
Authors@R: as.person(c("Mark Scheuerell <[email protected]> [aut, cre]"))
Description: muti calculates the mutual information between two vectors.
Depends: R (>= 3.3)
Expand Down
2 changes: 2 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ library(muti)

`muti` is an `R` package that computes the mutual information (MI) between two discrete random variables _X_ and _Y_. `muti` was developed with time series analysis in mind, but there is nothing tying the methods to a time index _per se_.

## Installation

You can install the development version using `devtools`.

```
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ muti

`muti` is an `R` package that computes the mutual information (MI) between two discrete random variables *X* and *Y*. `muti` was developed with time series analysis in mind, but there is nothing tying the methods to a time index *per se*.

Installation
------------

You can install the development version using `devtools`.

if(!require("devtools")) {
Expand Down

0 comments on commit 2f60bcd

Please sign in to comment.