-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
38 lines (38 loc) · 980 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
38
Package: loon.shiny
Type: Package
Title: Automatically Create a 'Shiny' App Based on Interactive 'Loon' Widgets
Version: 1.0.3
Authors@R: c(
person('Zehao', 'Xu', email = '[email protected]', role = c('aut', 'cre')),
person('R. Wayne', 'Oldford', email = '[email protected]', role = c('aut'))
)
Description: Package 'shiny' provides interactive web applications in R. Package 'loon' is an interactive toolkit engaged in open-ended, creative and unscripted data exploration. The 'loon.shiny' package can take 'loon' widgets and display a selfsame 'shiny' app.
License: GPL-2
Depends:
R (>= 3.4.0),
loon (>= 1.3.7),
tcltk,
methods,
shiny
Imports:
stats,
grDevices,
grid,
gridExtra,
loon.ggplot (>= 1.1.0),
colourpicker,
base64enc
Suggests:
magrittr,
dplyr,
ggmulti,
tools,
testthat,
knitr,
rmarkdown,
tidyverse,
covr,
png
RoxygenNote: 7.2.1
Encoding: UTF-8
VignetteBuilder: knitr