Skip to content

Commit

Permalink
upgrade amcharts4
Browse files Browse the repository at this point in the history
  • Loading branch information
stla committed Sep 21, 2022
1 parent f0db16c commit ce98113
Show file tree
Hide file tree
Showing 6 changed files with 11,924 additions and 13,431 deletions.
92 changes: 46 additions & 46 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
Package: rAmCharts4
Title: Interface to the JavaScript Library 'amCharts 4'
Version: 1.5.0
Authors@R: c(
person(given = "Stéphane",
family = "Laurent",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Antanas",
family = "Marcelionis",
role = c("ctb", "cph"),
email = "[email protected]",
comment = "'amCharts' library (https://www.amcharts.com/)"),
person(given = "Terence",
family = "Eden",
role = c("ctb", "cph"),
comment = "'SuperTinyIcons' library (https://github.com/edent/SuperTinyIcons/)"),
person(given = "Tom",
family = "Alexander",
role = c("ctb", "cph"),
email = "[email protected]",
comment = "'regression-js' library (https://github.com/Tom-Alexander/regression-js)")
)
Maintainer: Stéphane Laurent <[email protected]>
Description: Creates JavaScript charts. The charts can be included in 'Shiny' apps and R markdown documents, or viewed from the R console and 'RStudio' viewer. Based on the JavaScript library 'amCharts 4' and the R packages 'htmlwidgets' and 'reactR'. Currently available types of chart are: vertical and horizontal bar chart, radial bar chart, stacked bar chart, vertical and horizontal Dumbbell chart, line chart, scatter chart, range area chart, gauge chart, boxplot chart, pie chart, and 100% stacked bar chart.
URL: https://github.com/stla/rAmCharts4
BugReports: https://github.com/stla/rAmCharts4/issues
License: GPL-3
Encoding: UTF-8
Imports:
htmltools,
htmlwidgets (>= 1.5.3),
reactR,
shiny,
jsonlite,
lubridate,
minpack.lm,
tools,
base64enc,
xml2,
stringr,
stats,
grDevices
Suggests:
reshape2
RoxygenNote: 7.1.2
Package: rAmCharts4
Title: Interface to the JavaScript Library 'amCharts 4'
Version: 1.5.0.9000
Authors@R: c(
person(given = "Stéphane",
family = "Laurent",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Antanas",
family = "Marcelionis",
role = c("ctb", "cph"),
email = "[email protected]",
comment = "'amCharts' library (https://www.amcharts.com/)"),
person(given = "Terence",
family = "Eden",
role = c("ctb", "cph"),
comment = "'SuperTinyIcons' library (https://github.com/edent/SuperTinyIcons/)"),
person(given = "Tom",
family = "Alexander",
role = c("ctb", "cph"),
email = "[email protected]",
comment = "'regression-js' library (https://github.com/Tom-Alexander/regression-js)")
)
Maintainer: Stéphane Laurent <[email protected]>
Description: Creates JavaScript charts. The charts can be included in 'Shiny' apps and R markdown documents, or viewed from the R console and 'RStudio' viewer. Based on the JavaScript library 'amCharts 4' and the R packages 'htmlwidgets' and 'reactR'. Currently available types of chart are: vertical and horizontal bar chart, radial bar chart, stacked bar chart, vertical and horizontal Dumbbell chart, line chart, scatter chart, range area chart, gauge chart, boxplot chart, pie chart, and 100% stacked bar chart.
URL: https://github.com/stla/rAmCharts4
BugReports: https://github.com/stla/rAmCharts4/issues
License: GPL-3
Encoding: UTF-8
Imports:
htmltools,
htmlwidgets (>= 1.5.3),
reactR,
shiny,
jsonlite,
lubridate,
minpack.lm,
tools,
base64enc,
xml2,
stringr,
stats,
grDevices
Suggests:
reshape2
RoxygenNote: 7.1.2
Loading

0 comments on commit ce98113

Please sign in to comment.