Package: highcharter
Type: Package
Version: 0.4.0
Title: A Wrapper for the 'Highcharts' Library
Description: A wrapper for the 'Highcharts' library including
  shortcut functions to plot R objects. 'Highcharts' 
  <http://www.highcharts.com/> is a charting library offering
  numerous chart types with a simple configuration syntax.
Authors@R: c(
  person("Joshua", "Kunst", role = c("aut", "cre"), email = "jbkunst@gmail.com"),
  person("Nuno", "Agostinho", role = c("ctb"), comment  = "hchart.survfit, densities and hc_add_series_scatter"),  
  person("Eduardo", "Flores", role = c("ctb"), comment  = "First version hc_add_series_df_tidy"),
  person("Dean", "Kilfoyle", role = c("ctb"), comment  = "First version hc_add_series_boxplot"),
  person("Adline", "Dsilva", role = c("ctb"), comment  = "First version Matrix heatmap")
  )  
Date: 2016-07-14
URL: http://jkunst.com/highcharter
BugReports: https://github.com/jbkunst/highcharter/issues
Maintainer: Joshua Kunst <jbkunst@gmail.com>
License: MIT + file LICENSE
RoxygenNote: 5.0.1
Depends: R (>= 2.10)
Imports: htmlwidgets, magrittr, purrr, rlist, assertthat, zoo, dplyr,
        tibble, stringr, broom, viridisLite, xts, quantmod, tidyr,
        htmltools, jsonlite, igraph, lubridate
Suggests: knitr, rmarkdown, survival, ggplot2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2016-07-14 19:46:42 UTC; jkunst
Author: Joshua Kunst [aut, cre],
  Nuno Agostinho [ctb] (hchart.survfit, densities and
    hc_add_series_scatter),
  Eduardo Flores [ctb] (First version hc_add_series_df_tidy),
  Dean Kilfoyle [ctb] (First version hc_add_series_boxplot),
  Adline Dsilva [ctb] (First version Matrix heatmap)
Repository: CRAN
Date/Publication: 2016-07-15 00:16:46
