Package: rAmCharts
Title: JavaScript Charts API Tool
Description: API for using 'AmCharts' Library. Based on 'htmlwidgets', it
    provides a global architecture to generate 'JavaScript' source code for charts.
    Most of classes in the library have their equivalent in R with S4 classes;
    for those classes, not all properties have been referenced but can easily be
    added in the constructors. Complex properties (e.g. 'JavaScript' object) can
    be passed as named list. See examples at <http:// datastorm- open.github.io/
    introduction_ramcharts/>. and <http://www.amcharts.com/> for more information
    about the library. The package includes the free version of 'AmCharts'
    Library. Its only limitation is a small link to the web site displayed on
    your charts. If you enjoy this library, do not hesitate to refer to this
    page <http://www.amcharts.com/online-store/> to purchase a licence, and thus
    support its creators and get a period of Priority Support. See also <http://
    www.amcharts.com/about/> for more information about 'AmCharts' company.
Version: 2.1.2
Authors@R: c(
    person(given = "Jeffery", family = "Petit", email = "jeffery.petit@datastorm.fr", role = c("aut", "cre")),
    person(given = "Antanas", family = " Marcelionis", role = c("aut", "cph"),
           comment = "'AmCharts' library in th directory htmlwidgets/lib/amcharts, refer to http://www.amcharts.com/"),
    person(given = "Benoit", family = "Thieurmel", email = "benoit.thieurmel@datastorm.fr", role = c("aut", "ctb")),
    person(given = "Elena", family = "Salette", email = "elena.salette@datastorm.fr", role = c("aut", "ctb")),
    person(given = "Titouan", family = "Robert", email = "titouan.robert@datastorm.fr", role = c("aut", "ctb")))
Date: 2016-12-20
License: GPL (>= 2)
URL: http://datastorm-open.github.io/introduction_ramcharts/
BugReports: https://github.com/datastorm-open/rAmCharts/issues/
Depends: R (>= 3.2.0)
Collate: 'base_data.R' 'base_startupMessage.R' 'chart_amBarplot.R'
        'chart_amBoxplot.R' 'chart_amBullet.R' 'chart_amCandlestick.R'
        'chart_amDataset.R' 'chart_amFloatingBar.R' 'chart_amFunnel.R'
        'chart_amGauge.R' 'chart_amHist.R' 'chart_amMekko.R'
        'chart_amOHLC.R' 'chart_amPie.R' 'chart_amPlot.R'
        'chart_amRadar.R' 'chart_amTimeSeries.R' 'chart_amWaterfall.R'
        'chart_amWind.R' 'utils_sharedGenerics.R' 'class_AmObject.R'
        'class_AxisBase.R' 'class_ValueAxis.R'
        'utils_basicClassUnions.R' 'class_TrendLine.R' 'class_Title.R'
        'class_AmChart.R' 'class_StockPanel.R' 'class_StockEvent.R'
        'class_PeriodSelector.R' 'class_Label.R' 'class_Guide.R'
        'class_GaugeAxis.R' 'class_GaugeBand.R' 'class_GaugeArrow.R'
        'class_DataSet.R' 'class_ChartScrollbar.R'
        'class_ChartCursor.R' 'class_AmLegend.R' 'class_AmGraph.R'
        'class_AmBalloon.R' 'classUnions.R'
        'class_AmChart_constructors.R' 'class_CategoryAxis.R'
        'class_AmChart_setters.R' 'class_AmChart_shinyUtils.R'
        'class_AmStockChart.R' 'class_AmStockChart_setters.R'
        'class_AxisBase_setters.R' 'class_ChartCursor_setters.R'
        'class_ChartScrollbar_setters.R' 'class_DataSetSelector.R'
        'class_DataSet_setters.R' 'class_GaugeArrow_setters.R'
        'class_GaugeAxis_setters.R' 'class_Guide_setters.R'
        'class_StockEvent_setters.R' 'class_StockPanel_setters.R'
        'class_TrendLine_setters.R' 'shiny_examples.R'
        'shiny_modules_export.R' 'union_AmCharts.R' 'utils.R'
        'utils_amOptions.R' 'utils_amTests.R'
Imports: methods, htmlwidgets, htmltools, data.table (>= 1.9.6),
        graphics, utils, pipeR, knitr, grDevices, yaml
Suggests: magrittr, shiny, testthat, shinydashboard, base64enc
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-12-20 15:06:34 UTC; Jeff
Author: Jeffery Petit [aut, cre],
  Antanas Marcelionis [aut, cph] ('AmCharts' library in th directory
    htmlwidgets/lib/amcharts, refer to http://www.amcharts.com/),
  Benoit Thieurmel [aut, ctb],
  Elena Salette [aut, ctb],
  Titouan Robert [aut, ctb]
Maintainer: Jeffery Petit <jeffery.petit@datastorm.fr>
Repository: CRAN
Date/Publication: 2016-12-20 18:38:22
