Skip to content

Commit

Permalink
0.8.5 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hrbrmstr committed Jun 13, 2015
1 parent 7277d85 commit 219f5c7
Show file tree
Hide file tree
Showing 27 changed files with 1,512 additions and 118 deletions.
24 changes: 16 additions & 8 deletions DESCRIPTION
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
Expand All @@ -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
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export("%>%")
export(JS)
export(metricsgraphicsOutput)
export(mjs_add_baseline)
export(mjs_add_confidence_band)
export(mjs_add_legend)
export(mjs_add_line)
export(mjs_add_marker)
Expand Down
Loading

0 comments on commit 219f5c7

Please sign in to comment.