We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ffcd1 commit 6d17b72Copy full SHA for 6d17b72
2 files changed
DESCRIPTION
@@ -1,7 +1,7 @@
1
Package: diffusr
2
Type: Package
3
Title: Network Diffusion Algorithms
4
-Version: 0.1.3
+Version: 0.1.4
5
Date: 2018-04-20
6
Authors@R: person("Simon", "Dirmeier",
7
email = "simon.dirmeier@gmx.de",
@@ -28,7 +28,8 @@ Suggests:
28
knitr,
29
rmarkdown,
30
testthat,
31
- lintr
+ lintr,
32
+ Matrix
33
VignetteBuilder: knitr
34
RoxygenNote: 6.0.1
35
SystemRequirements: C++11
inst/NEWS
@@ -1,6 +1,10 @@
Versions
========
+### v0.1.4
+
+* Adds `Matrix` to `Suggests`
8
### v0.1.3
9
10
* Adds correction for hubs
@@ -38,4 +42,4 @@ Versions
38
42
39
43
### Author
40
44
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