-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
32 lines (32 loc) · 837 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
Type: Package
Package: easyPlot
Title: An Interactive Interface to 'ggplot2'
Version: 1.0.0
Authors@R:
person("Michal", "Majka", , "michalmajka@hotmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7524-8014"))
Description: A graphical user interface for 'ggplot2' which allows the
user to dynamically create four kind of plots (scatterplots,
histograms, boxplots and bar charts) and generates a reproducible
code.
License: GPL-3
URL: https://github.com/majkamichal/easyPlot
BugReports: https://github.com/majkamichal/easyPlot/issues
Depends:
R (>= 3.1.0),
shiny (>= 0.12.2)
Imports:
Cairo,
colourpicker,
data.table,
DT,
ggplot2,
Hmisc,
scales,
shinyAce,
shinyBS,
shinyjs (>= 0.9),
shinyWidgets,
utils
Encoding: UTF-8
RoxygenNote: 7.2.3