-
Notifications
You must be signed in to change notification settings - Fork 25
/
DESCRIPTION
29 lines (29 loc) · 1.08 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
Package: ggraptR
Type: Package
Title: Allows Interactive Visualization of Data Through a Web Browser GUI
Version: 1.3
Authors@R:
c(person("Eugene", "Dubossarsky", role=c("aut", "cph", "cre"),
email="[email protected]"),
person("Julius", "Neggo", role="ctb", comment="Lead Developer"),
person("Howard", "Song", role="aut", comment="Developer"),
person("Susan", "Wang", role="ctb", comment="Project Manager"),
person("Jason", "Widjaja", role="ctb", comment="Vignette"),
person("Jose", "Magana", role="ctb", comment="Package Manager and Developer"),
person("Sergey", "Skripko", role="ctb", comment="Developer"))
Description: Intended for both technical and non-technical users to create
interactive data visualizations through a web browser GUI without writing any
code.
License: GPL (>= 2)
Suggests:
knitr,
markdown
Depends:
dplyr (>= 0.7.5),
ggplot2 (>= 2.2.0),
pacman (>= 0.4.6),
purrr(>= 0.2.4),
shiny (>= 0.12.2)
BugReports: https://github.com/cargomoose/raptR/issues
VignetteBuilder: knitr
RoxygenNote: 6.0.1