Skip to content

Commit fab0af3

Browse files
committed
version update
1 parent 64bf352 commit fab0af3

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
^docs$
77
^pkgdown$
88
^\.github$
9+
^data-raw$

DESCRIPTION

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
Package: networkdata
22
Type: Package
33
Title: Repository of Network Datasets
4-
Version: 0.2.1
4+
Version: 0.2.2
55
Authors@R:
66
person(given = "David",
77
family = "Schoch",
88
role = c("aut", "cre"),
99
email = "[email protected]",
1010
comment = c(ORCID = "0000-0003-2952-4812"))
1111
Description: The package contains a large collection of network dataset with different context. This includes social networks, animal networks and movie networks. All datasets are in 'igraph' format.
12-
Depends: R (>= 3.2.0)
12+
Depends:
13+
R (>= 3.5)
1314
URL: https://github.com/schochastics/networkdata, https://schochastics.github.io/networkdata/
1415
BugReports: https://github.com/schochastics/networkdata/issues
1516
License: MIT + file LICENSE
1617
Encoding: UTF-8
1718
LazyData: true
1819
Roxygen: list(markdown = TRUE)
19-
RoxygenNote: 7.3.0
20+
RoxygenNote: 7.3.2
2021
Imports:
2122
igraph

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# networkdata 0.2.2
2+
3+
* added full Teenage Friends and Lifestyle Study
4+
15
# networkdata 0.2.1
26

37
* added cosponsorship network

0 commit comments

Comments
 (0)