-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 1.07 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
Package: mardyr2
Type: Package
Title: An interface to the MARDY-demo-application
Version: 0.1.5
Authors@R:
as.person(c(
"Nico Blokker <blokker@uni-bremen.de> [aut, cre]",
"André Blessing <andre.blessing@ims.uni-stuttgart.de> [aut]",
"Erenay Dayanik <erenay.dayanik@ims.uni-stuttgart.de> [aut]",
"Sebastian Haunss <sebastian.haunss@uni-bremen.de> [aut]",
"Jonas Kuhn <jonas.kuhn@ims.uni-stuttgart.de> [aut]",
"Gabriella Lapesa <gabriella.lapesa@ims.uni-stuttgart.de> [aut]",
"Sebastian Padó <pado@ims.uni-stuttgart.de> [aut]"
))
Description: MardyR enables the user to select, visualize and download
data from the MARDY-research project. Additional functionalities include access to
training models via an API, the 'DEbateNet-mig15'-data set, and utility functions.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports:
dplyr,
igraph,
visNetwork,
magrittr,
tidyr,
shiny,
DT,
shinydashboard,
tibble,
httr,
purrr,
lubridate,
utils,
shinyjs
Depends: R (>= 2.10)