forked from microsoft/PowerBI-visuals-forcasting-exp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies.json
50 lines (49 loc) · 1.48 KB
/
dependencies.json
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
40
41
42
43
44
45
46
47
48
49
50
{
"cranPackages": [
{
"name": "zoo",
"displayName": "zoo: S3 Infrastructure for Regular and Irregular Time Series",
"url": "https://cran.r-project.org/web/packages/zoo/index.html"
},
{
"name": "scales",
"displayName": "scales: Scale Functions for Visualization",
"url": "https://cran.r-project.org/web/packages/scales/index.html"
},
{
"name": "reshape2",
"displayName": "reshape2: Flexibly Reshape Data: A Reboot of the Reshape Package",
"url": "https://cran.r-project.org/web/packages/reshape2/index.html"
},
{
"name": "forecast",
"displayName": "forecast: Forecasting Functions for Time Series and Linear Models",
"url": "https://cran.r-project.org/web/packages/forecast/index.html"
},
{
"name": "ggplot2",
"displayName": "GG Plot 2",
"url": "https://cran.r-project.org/web/packages/ggplot2/index.html"
},
{
"name": "plotly",
"displayName": "Plotly",
"url": "https://cran.r-project.org/web/packages/plotly/index.html"
},
{
"name": "htmlwidgets",
"displayName": "HTML Widgets",
"url": "https://cran.r-project.org/web/packages/htmlwidgets/index.html"
},
{
"name": "XML",
"displayName": "XML",
"url": "https://cran.r-project.org/web/packages/XML/index.html"
},
{
"name": "caTools",
"displayName": "caTools",
"url": "https://cran.r-project.org/web/packages/caTools/index.html"
}
]
}