This repository was archived by the owner on Nov 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathDESCRIPTION
More file actions
44 lines (44 loc) · 1.37 KB
/
Copy pathDESCRIPTION
File metadata and controls
44 lines (44 loc) · 1.37 KB
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
39
40
41
42
43
44
Package: rbokeh
Title: R Interface for Bokeh
Version: 0.5.1
Authors@R: c(
person("Ryan", "Hafen", email = "rhafen@gmail.com", role = c("aut", "cre")),
person("Kenton", "Russell", email = "kent.russell@timelyportfolio.com", role = "ctb"),
person("Jonathan", "Owen", email = "jonathanro@gmail.com", role = "ctb"),
person("Barret", "Schloerke", email = "schloerke@gmail.com", role = "ctb"),
person("Saptasrhi", "Guha", email = "saptarshi.guha@gmail.com", role = "ctb"),
person("Continuum Analytics, Inc.", role = c("aut", "cph"),
comment = "Bokeh library in htmlwidgets/lib, https://bokeh.pydata.org"
))
Description: A native R plotting library that provides a flexible declarative interface for creating interactive web-based graphics, backed by the Bokeh visualization library <https://bokeh.pydata.org/>.
URL: https://hafen.github.io/rbokeh https://github.com/bokeh/rbokeh
BugReports: https://github.com/bokeh/rbokeh/issues
License: MIT + file LICENSE
LazyData: true
NeedsCompilation: no
Imports:
htmlwidgets (>= 0.5),
maps,
methods,
jsonlite,
digest,
hexbin,
lazyeval,
pryr,
magrittr,
ggplot2,
scales,
gistr
Suggests:
testthat,
data.table,
lattice,
lintr,
roxygen2 (>= 5.0.0),
latticeExtra,
knitr,
rmarkdown
Enhances: shiny (>= 0.12)
RoxygenNote: 7.1.1
Encoding: UTF-8
VignetteBuilder: knitr