-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1016 Bytes
/
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
Package: streamgraph
Type: Package
Title: streamgraph is an htmlwidget for building streamgraph visualizations
Version: 0.9.0
Date: 2019-05-02
Author: Bob Rudis <[email protected]>
Maintainer: Bob Rudis <[email protected]>
Description: A streamgraph (or "stream graph") is a type of stacked area graph
which is displaced around a central axis, resulting in a flowing,
organic shape. Streamgraphs were developed by Lee Byron and popularized
by their use in a February 2008 New York Times article on movie
box office revenues. [Wikipedia] The streamgraph package is based on
the htmlwidget package and uses D3.js to render the visualizations.
URL: http://github.com/hrbrmstr/streamgraph
BugReports: https://github.com/hrbrmstr/streamgraph/issues
License: MIT + file LICENSE
Suggests:
testthat,
knitr,
babynames,
ggplot2movies
Encoding: UTF-8
Depends:
R (>= 3.0.0),
Imports:
htmlwidgets,
htmltools,
magrittr,
xts,
tidyr,
dplyr
VignetteBuilder: knitr
RoxygenNote: 6.1.1