-
Notifications
You must be signed in to change notification settings - Fork 54
/
DESCRIPTION
51 lines (51 loc) · 1.98 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Package: crosstalk
Type: Package
Title: Inter-Widget Interactivity for HTML Widgets
Version: 1.2.1.9000
Authors@R: c(
person("Joe", "Cheng", role = "aut", email = "joe@posit.co"),
person("Carson", "Sievert", role = c("aut", "cre"),
email = "carson@posit.co", comment = c(ORCID = "0000-0002-4958-2844")),
person("Posit Software, PBC", role = c("cph", "fnd")),
person(family = "jQuery Foundation", role = "cph",
comment = "jQuery library and jQuery UI library"),
person(family = "jQuery contributors", role = c("ctb", "cph"),
comment = "jQuery library; authors listed in inst/www/shared/jquery-AUTHORS.txt"),
person("Mark", "Otto", role = "ctb",
comment = "Bootstrap library"),
person("Jacob", "Thornton", role = "ctb",
comment = "Bootstrap library"),
person(family = "Bootstrap contributors", role = "ctb",
comment = "Bootstrap library"),
person(family = "Twitter, Inc", role = "cph",
comment = "Bootstrap library"),
person("Brian", "Reavis", role = c("ctb", "cph"),
comment = "selectize.js library"),
person("Kristopher Michael", "Kowal", role = c("ctb", "cph"),
comment = "es5-shim library"),
person(family = "es5-shim contributors", role = c("ctb", "cph"),
comment = "es5-shim library"),
person("Denis", "Ineshin", role = c("ctb", "cph"),
comment = "ion.rangeSlider library"),
person("Sami", "Samhuri", role = c("ctb", "cph"),
comment = "Javascript strftime library")
)
Description: Provides building blocks for allowing HTML widgets to communicate
with each other, with Shiny or without (i.e. static .html files). Currently
supports linked brushing and filtering.
License: MIT + file LICENSE
Imports:
htmltools (>= 0.3.6),
jsonlite,
lazyeval,
R6
Suggests:
shiny,
ggplot2,
testthat (>= 2.1.0),
sass,
bslib
URL: https://rstudio.github.io/crosstalk/, https://github.com/rstudio/crosstalk
BugReports: https://github.com/rstudio/crosstalk/issues
RoxygenNote: 7.2.3
Encoding: UTF-8