-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.35 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
43
44
45
46
47
48
49
50
51
Package: megaplots
Title: A 'shiny' Application for Pattern Detection
Version: 1.1.2
Authors@R: c(
person("Madhurima", "Majumder", role = "aut"),
person("Susanne", "Lippert", role = "aut"),
person("Bastian", "Becker", role = "aut"),
person("Steffen", "Jeske", , "[email protected]", role = c("cre", "aut")),
person("Svenja", "Jedhoff", role = "aut"),
person("Silke", "Janitza", role = "aut"),
person("Hermann", "Kulmann", role = "aut")
)
Description: Depicts individual study courses per day. Pre-specified
events on certain days, for example drug intake, efficacy, or safety
events, are indicated by different symbols. The detection of patterns
in the data or the temporal connection of study procedures and outcome
events is supported by several functions, such as sorting, grouping,
and changing the complexity of the graphical display.
License: GPL (>= 3)
Depends:
R (>= 3.5.0)
Imports:
colourpicker,
config,
dplyr,
DT,
golem,
graphics,
plyr,
RColorBrewer,
reshape2,
rlang,
seriation,
shiny,
shinycssloaders,
shinydashboard,
shinyjqui,
shinyjs,
shinyWidgets,
stats,
stringr,
magrittr,
tidyr,
TraMineR,
utils
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3