-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
72 lines (72 loc) · 1.99 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Package: ggquickeda
Title: Quickly Explore Your Data Using 'ggplot2' and 'table1' Summary Tables
Version: 0.3.1.9000
Authors@R: c(
person("Samer", "Mouksassi", email = "[email protected]",
role = c("aut", "cre"),comment = c(ORCID = "https://orcid.org/0000-0002-7152-6654")),
person("Dean", "Attali", email = "[email protected]",
role = c("aut")),
person("James", "Craig", email = "[email protected]",
role = c("aut"), comment = "implemented bookmarking and created pkgdown website"),
person("Benjamin", "Rich", email = "[email protected]",
role = c("aut"), comment = "provided summary stats tables table1 tab code"),
person("Michael", "Sachs", email = "[email protected]",
role = c("aut"), comment = "provided ggkm initial code")
)
Description: Quickly and easily perform exploratory data analysis by uploading your
data as a 'csv' file. Start generating insights using 'ggplot2' plots and
'table1' tables with descriptive stats, all using an easy-to-use point and click
'Shiny' interface.
URL: https://github.com/smouksassi/ggquickeda, https://smouksassi.github.io/ggquickeda/
BugReports: https://github.com/smouksassi/ggquickeda/issues
Depends:
R (>= 4.1.0)
Imports:
colourpicker,
dplyr,
data.table,
DT,
Formula,
GGally (>= 2.1.0),
ggbeeswarm,
ggh4x,
ggplot2 (>= 3.4.0),
ggpmisc,
ggrepel (>= 0.7.0),
ggpubr,
ggstance,
glue,
gridExtra,
Hmisc,
markdown,
methods,
plotly,
quantreg,
rlang,
scales,
shiny (>= 1.0.4),
shinyjs (>= 1.1),
shinyjqui,
stringr,
survival,
survminer,
tidyr,
table1 (>= 1.4.2),
zoo,
shinyFiles,
RPostgres,
forcats,
ggridges,
rms,
tibble,
patchwork (>= 1.2.0)
Suggests:
knitr,
rmarkdown
License: MIT + file LICENSE
SystemRequirements: pandoc with https support
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Encoding: UTF-8
Roxygen: list(markdown = TRUE)