-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·38 lines (38 loc) · 961 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
executable file
·38 lines (38 loc) · 961 Bytes
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
Package: ggplotAssist
Type: Package
Title: 'RStudio' Addin for Teaching and Learning 'ggplot2'
Version: 0.1.4
Imports:
shiny (>= 0.13),
miniUI (>= 0.1.1),
rstudioapi (>= 0.5),
shinyWidgets,
shinyAce,
stringr,
tidyverse,
ggplot2,
dplyr,
magrittr,
tibble,
scales,
ggthemes,
gcookbook,
moonBook,
editData
Suggests:
knitr,
rmarkdown,
markdown
Authors@R: person("Keon-Woong", "Moon", email = "cardiomoon@gmail.com",
role = c("aut", "cre"))
URL: https://github.com/cardiomoon/ggplotAssist
BugReports: https://github.com/cardiomoon/ggplotAssist/issues
Description: An 'RStudio' addin for teaching and learning making plot using the 'ggplot2' package.
You can learn each steps of making plot by clicking your mouse without coding.
You can get resultant code for the plot.
Depends: R (>= 2.10)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
VignetteBuilder: knitr