-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
42 lines (42 loc) · 1.11 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Package: snExplorer
Title: Social Networks Explorer
Version: 0.0.0.9000
Authors@R: c(
person(given = "Christopher",
family = "Callaghan",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1426-3624")),
person(given = "Brendan",
family = "Knapp",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3284-4972")))
Description: A parsimonious Shiny application for interactive visualization and analysis of networks.
Type: Package
Depends:
R (>= 3.5)
URL: https://github.com/cjcallag/snExplorer
BugReports: https://github.com/cjcallag/snExplorer/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
Imports:
curl,
igraph,
readr,
rmarkdown,
shiny,
shinydashboard,
shinyjs,
scales,
visNetwork
Suggests:
knitr,
shinytest,
testthat
Remotes:
rstudio/webdriver
VignetteBuilder: knitr