-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
37 lines (37 loc) · 1.08 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
Package: vistime
Title: Pretty Timelines in R
Version: 1.2.4.9001
Date: 2024-03-27
Authors@R: c(
person("Sandro", "Raabe", , "[email protected]", role = c("aut", "cre"))
)
Description: A library for creating time based charts, like Gantt or timelines. Possible outputs
include 'ggplot2' diagrams, 'plotly.js' graphs, 'Highcharts.js' widgets and data.frames. Results can be
used in the 'RStudio' viewer pane, in 'RMarkdown' documents or in Shiny apps. In the
interactive outputs created by vistime() and hc_vistime(), you can interact with the
plot using mouse hover or zoom.
License: GPL-3 | file LICENSE
URL: https://shosaco.github.io/vistime/
BugReports: https://github.com/shosaco/vistime/issues
Depends:
R (>= 3.2.0)
Imports:
rlang,
assertthat (>= 0.1),
plotly (>= 4.0.0),
ggplot2 (>= 3.4.0),
ggrepel (>= 0.7.0),
RColorBrewer (>= 0.2.2)
Encoding: UTF-8
RoxygenNote: 7.2.3
Suggests:
prettydoc,
knitr,
rmarkdown,
testthat (>= 3.0.0),
covr,
highcharter (> 0.1.0)
Config/testthat/edition: 3
VignetteBuilder:
knitr
Language: en-US