-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 931 Bytes
/
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: coveffectsplot
Title: Produce Forest Plots to Visualize Covariate Effects
Version: 0.0.1.9000
Authors@R: c(
person("Samer", "Mouksassi", email = "[email protected]",
role = c("aut", "cre")),
person("Dean", "Attali", email = "[email protected]",
role = c("ctb"))
)
Description: Produce forest plots to visualize covariate effects using either
the command line or an interactive 'Shiny' application.
URL: https://github.com/smouksassi/interactiveforestplot
BugReports: https://github.com/smouksassi/interactiveforestplot/issues
Depends:
R (>= 3.1.0)
Imports:
colourpicker,
dplyr,
egg,
ggplot2,
ggstance,
markdown,
shiny,
shinyjs,
stats,
tidyr,
utils
Suggests:
MASS,
knitr,
rmarkdown,
ggridges
License: MIT + file LICENSE
SystemRequirements: pandoc with https support
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.1.0