Package: rAmCharts
Title: JavaScript Charts Tool
Description: Provides an R interface 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
and 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
to purchase a licence,
and thus support its creators and get a period of Priority
Support. See also for more
information about 'AmCharts' company.
Version: 2.1.16
Authors@R: c(
person(given = "Benoit", family = "Thieurmel", email = "bthieurmel@gmail.com", role = c("aut", "cre")),
person(given = "Antanas", family = " Marcelionis", role = c("aut", "cph"),
comment = "'AmCharts' library in th directory htmlwidgets/lib/amcharts, refer to https://www.amcharts.com/"))
Maintainer: Benoit Thieurmel
License: GPL (>= 2)
URL: https://datastorm-open.github.io/introduction_ramcharts/
BugReports: https://github.com/datastorm-open/rAmCharts/issues/
Depends: R (>= 3.2.0)
Collate: 'amChartsAPI.R' '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' 'shiny_modules_timeSeries.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, zoo
Suggests: magrittr, shiny, testthat, shinydashboard, base64enc,
lubridate, jsonlite
RoxygenNote: 7.2.1
LazyData: true
Config/pak/sysreqs: cmake make libuv1-dev
Repository: https://datastorm-open.r-universe.dev
Date/Publication: 2025-01-13 09:43:35 UTC
RemoteUrl: https://github.com/datastorm-open/ramcharts
RemoteRef: HEAD
RemoteSha: e0da8e0db4c90ef61f2420f2dc3571b724f4a24f
NeedsCompilation: no
Packaged: 2026-06-09 08:30:54 UTC; root
Author: Benoit Thieurmel [aut, cre],
Antanas Marcelionis [aut, cph] ('AmCharts' library in th directory
htmlwidgets/lib/amcharts, refer to https://www.amcharts.com/)