-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
11,924 additions
and
13,431 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.