Package: rAmCharts
Title: JavaScript Charts API Tool
Description: API for using AmChart Library. Based on the 'htmlwidgets'
    package, 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://
    dataknowledge.github.io/rAmCharts/>. and <http://www.amcharts.com/> for more
    information about the library.
Version: 1.1
Authors@R: c(person(given = "Jeffery", family = "Petit", email = "jeff@datak.fr", role = c("aut", "cre")),
             person(given = "Benoit", family = "Thieurmel", email = "benoit.thieurmel@datak.fr", role = "ctb"),
             person(given = "DataKnowledge", role = c("ctb", "cph")))
Date: 2015-09-15
License: GPL (>= 2)
URL: http://dataknowledge.github.io/rAmCharts/
BugReports: https://github.com/DataKnowledge/rAmCharts/issues/
Depends: R (>= 3.2.0)
Collate: 'AmObject.R' 'AmBalloon.R' 'AmChart.R' 'sharedGenerics.R'
        'Guide.R' 'AxisBase.R' 'ValueAxis.R' 'TrendLine.R' 'Title.R'
        'Label.R' 'ChartScrollbar.R' 'ChartCursor.R' 'CategoryAxis.R'
        'AmLegend.R' 'AmGraph.R' 'AmChart_getSet.R'
        'AmChart_constructors.R' 'AmChart_plot.R'
        'AmChart_shinyUtils.R' 'StockPanel.R' 'AmStockChart.R'
        'StockEvent.R' 'DataSet.R' 'GaugeBand.R' 'GaugeAxis.R'
        'GaugeArrow.R' 'PeriodSelector.R' 'amHist.R' 'shinyExamples.R'
        'startupMessage.R' 'utils.R'
Imports: methods, htmlwidgets, rlist, data.table, graphics, utils
Suggests: pipeR, shiny
NeedsCompilation: no
Packaged: 2015-09-16 08:02:45 UTC; jpetit
Author: Jeffery Petit [aut, cre],
  Benoit Thieurmel [ctb],
  DataKnowledge [ctb, cph]
Maintainer: Jeffery Petit <jeff@datak.fr>
Repository: CRAN
Date/Publication: 2015-09-16 10:13:42
