-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdependencies.json
34 lines (34 loc) · 1.13 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
{
"cranPackages": [
{
"name": "scales",
"displayName": "scales: Scale Functions for Visualization",
"url": "https://cran.r-project.org/web/packages/scales/index.html"
},
{
"name": "reshape",
"displayName": "reshape: lets you flexibly restructure and aggregate data",
"url": "https://cran.r-project.org/web/packages/reshape/index.html"
},
{
"name": "ggplot2",
"displayName": "ggplot2: Create Elegant Data Visualisations Using the Grammar of Graphics",
"url": "https://cran.r-project.org/web/packages/ggplot2/index.html"
},
{
"name": "plotly: Create Interactive Web Graphics via plotly.js",
"displayName": "Plotly",
"url": "https://cran.r-project.org/web/packages/plotly/index.html"
},
{
"name": "htmlwidgets",
"displayName": "htmlwidgets: HTML Widgets for R",
"url": "https://cran.r-project.org/web/packages/htmlwidgets/index.html"
},
{
"name": "XML",
"displayName": "XML: Tools for Parsing and Generating XML Within R and S-Plus",
"url": "https://cran.r-project.org/web/packages/XML/index.html"
}
]
}