-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 884 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: snaverse
Type: Package
Title: a universe of options to learn and and perform social network analysis
Version: 0.0.1.9000
Authors@R:
c(person(given = "Roger",
family = "Leenders",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Claudia",
family = "Zucca",
role = c("aut"),
email = "[email protected]"))
Maintainer: Roger Leenders <[email protected]>
Description: The package is a wrapper for three packages: `sna4tutti` containing tutorials to learn sna, `snafun` containing functions to perform sna, and `SNA4DSData` containing network datasets.
Depends:
R (>= 4.2.1)
Imports:
remotes,
rstudio.prefs,
utils
License: AGPL (>= 3)
Encoding: UTF-8
LazyData: true
URL: https://github.com/SNAnalyst/snaverse
BugReports: https://github.com/SNAnalyst/sna4verse/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3