forked from shosaco/vistime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
21 lines (21 loc) · 1.03 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: vistime
Title: Pretty Timeline Creation
Version: 0.3.0
Date: 2017-03-01
Authors@R: person(
"Sandro", "Raabe"
, role = c("aut", "cre")
, email = "shosaco_nospam@hotmail.com"
)
Maintainer: Sandro Raabe <shosaco_nospam@hotmail.com>
Description: Create timelines or Gantt charts, offline and interactive, that are usable in the 'RStudio' viewer pane, in 'R Markdown' documents and in 'Shiny' apps using 'plotly.js', a high-level, declarative charting library (see https://plot.ly/javascript). Hover the mouse pointer over a point or task to show details or drag a rectangle to zoom in. Timelines (and the data behind them) can be manipulated using 'plotly_build()' or, once uploaded to a 'plotly' account, viewed and modified in a web browser.
License: GPL-3 | file LICENSE
URL: https://github.com/shosaco/vistime
BugReports: https://github.com/shosaco/vistime/issues
Depends:
R (>= 3.2.0), plotly (>= 4.0.0)
Imports:
RColorBrewer (>= 0.2.2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.1