-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
1,512 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,18 @@ | ||
Package: metricsgraphics | ||
Type: Package | ||
Title: An HTML Widgets Interface to the MetricsGraphics.js D3 Charting Library | ||
Version: 0.8.0 | ||
Date: 2015-06-12 | ||
Author: Bob Rudis (@hrbrmstr) | ||
Title: Create Interactive Charts with the JavaScript MetricsGraphics Library | ||
Version: 0.8.5 | ||
Date: 2015-06-13 | ||
Authors@R: c( | ||
person("Bob", "Rudis", email = "[email protected]", role = c("aut", "cre")), | ||
person("Ali", "Almossawi", role = c("ctb", "cph"), comment = "MetricsGraphics library"), | ||
person("Hamilton", "Ulmer", role = c("ctb", "cph"), comment = "MetricsGraphics library"), | ||
person("Mozilla", role = c("cph"), comment = "MetricsGraphics library"), | ||
person("jQuery Foundation and contributors", role = c("ctb", "cph"), comment = "jQuery library") | ||
) | ||
Maintainer: Bob Rudis <[email protected]> | ||
Description: An htmlwidgets interface to the metrics-graphics (D3.js-based) charting libary | ||
which is geared towards displaying time-series data. | ||
Description: Provides An htmlwidgets interface to the MetricsGraphics.js (D3-based) charting | ||
libary which is geared towards displaying time-series data. | ||
URL: http://github.com/hrbrmstr/metricsgraphics | ||
BugReports: https://github.com/hrbrmstr/metricsgraphics/issues | ||
License: MIT + file LICENSE | ||
|
@@ -16,11 +22,13 @@ Suggests: | |
ggplot2, | ||
jsonlite (>= 0.9.16), | ||
knitr (>= 1.8), | ||
shiny (>= 0.12.0) | ||
shiny (>= 0.12.0), | ||
binom, | ||
dplyr | ||
Depends: | ||
R (>= 3.0.0) | ||
Imports: | ||
magrittr, | ||
htmlwidgets, | ||
htmltools | ||
|
||
VignetteBuilder: knitr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.