Skip to content

Commit 6d17b72

Browse files
author
dirmeier
committed
Adds Matrix to suggest
1 parent 11ffcd1 commit 6d17b72

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: diffusr
22
Type: Package
33
Title: Network Diffusion Algorithms
4-
Version: 0.1.3
4+
Version: 0.1.4
55
Date: 2018-04-20
66
Authors@R: person("Simon", "Dirmeier",
77
email = "simon.dirmeier@gmx.de",
@@ -28,7 +28,8 @@ Suggests:
2828
knitr,
2929
rmarkdown,
3030
testthat,
31-
lintr
31+
lintr,
32+
Matrix
3233
VignetteBuilder: knitr
3334
RoxygenNote: 6.0.1
3435
SystemRequirements: C++11

inst/NEWS

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Versions
22
========
33

4+
### v0.1.4
5+
6+
* Adds `Matrix` to `Suggests`
7+
48
### v0.1.3
59

610
* Adds correction for hubs
@@ -38,4 +42,4 @@ Versions
3842

3943
### Author
4044

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

0 commit comments

Comments
 (0)