forked from daattali/timevis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.25 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
Package: timevis
Title: Create Interactive Timeline Visualizations in R
Version: 1.0.0
Authors@R: c(
person("Dean", "Attali", email = "[email protected]",
role = c("aut", "cre"), comment = "R interface"),
person(family = "Almende B.V.", role = c("aut", "cph"),
comment = "vis.js library, https://visjs.org")
)
Description: Create rich and fully interactive timeline visualizations.
Timelines can be included in Shiny apps and R markdown documents, or viewed
from the R console and 'RStudio' Viewer. 'timevis' includes an extensive API
to manipulate a timeline after creation, and supports getting data out of
the visualization into R. Based on the 'vis.js' Timeline module and the
'htmlwidgets' R package.
URL: https://github.com/daattali/timevis, https://daattali.com/shiny/timevis-demo/
BugReports: https://github.com/daattali/timevis/issues
Depends:
R (>= 3.1.0)
Imports:
htmltools (>= 0.2.6),
htmlwidgets (>= 0.6),
jsonlite,
lubridate,
magrittr,
methods,
rmarkdown,
shiny
Suggests:
knitr (>= 1.7),
testthat (>= 0.9.1),
tibble,
shinydisconnect
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)