-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
38 lines (38 loc) · 1.1 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
Package: detourr
Type: Package
Title: Portable and Performant Tour Animations
Version: 0.1.0
Authors@R: c(
person("Casper", "Hart", email = "[email protected]", role = c("aut", "cre")),
person("Earo", "Wang", email = "[email protected]", role = c("aut", "ths"), comment = c(ORCID = "0000-0001-6448-5260"))
)
Description: Provides 2D and 3D tour animations as HTML widgets. The user can interact with the widgets using orbit controls, tooltips, brushing, and timeline controls. Linked brushing is supported using 'crosstalk', and widgets can be embedded in Shiny apps or HTML documents.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
tourr,
tibble,
htmlwidgets,
tidyselect,
rlang,
purrr,
viridisLite,
grDevices
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Suggests:
testthat (>= 3.0.0),
crosstalk,
shiny,
htmltools,
knitr,
dplyr,
liminal,
rmarkdown,
geozoo
Config/testthat/edition: 3
URL: https://casperhart.github.io/detourr/
BugReports: https://github.com/casperhart/detourr/issues
Depends:
R (>= 4.1)