forked from smouksassi/ggquickeda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
61 lines (61 loc) · 1.77 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
Package: ggquickeda
Title: Quickly Explore Your Data Using 'ggplot2' and 'table1' Summary Tables
Version: 0.3.0.9999
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("Benjamin", "Rich", email = "[email protected]",
role = c("aut"), comment = "provided summary stats tables tab code"),
person("Michael", "Sachs", email = "[email protected]",
role = c("aut"), comment = "provided ggkm code"),
person("James", "Craig", email = "[email protected]",
role = c("aut"), comment = "implemented bookmarking and created pkgdown website")
)
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
BugReports: https://github.com/smouksassi/ggquickeda/issues
Depends:
R (>= 3.6.0)
Imports:
colourpicker,
dplyr,
DT,
Formula,
GGally (>= 2.1.0),
ggbeeswarm,
ggplot2 (>= 3.3.4),
ggpmisc,
ggrepel (>= 0.7.0),
ggpubr,
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
Suggests:
knitr,
rmarkdown
License: MIT + file LICENSE
SystemRequirements: pandoc with https support
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.2.2