Skip to content

Commit

Permalink
Adds Matrix to suggest
Browse files Browse the repository at this point in the history
  • Loading branch information
dirmeier committed May 18, 2018
1 parent 11ffcd1 commit 6d17b72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: diffusr
Type: Package
Title: Network Diffusion Algorithms
Version: 0.1.3
Version: 0.1.4
Date: 2018-04-20
Authors@R: person("Simon", "Dirmeier",
email = "simon.dirmeier@gmx.de",
Expand All @@ -28,7 +28,8 @@ Suggests:
knitr,
rmarkdown,
testthat,
lintr
lintr,
Matrix
VignetteBuilder: knitr
RoxygenNote: 6.0.1
SystemRequirements: C++11
6 changes: 5 additions & 1 deletion inst/NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Versions
========

### v0.1.4

* Adds `Matrix` to `Suggests`

### v0.1.3

* Adds correction for hubs
Expand Down Expand Up @@ -38,4 +42,4 @@ Versions

### Author

* Simon Dirmeier <a href="mailto:mail@simon-dirmeier.net">mail@simon-dirmeier.net</a>
* Simon Dirmeier <a href="mailto:simon.dirmeier@gmx.de">simon.dirmeier@gmx.de</a>

0 comments on commit 6d17b72

Please sign in to comment.