Package: radarchart
Title: Radar Chart from Chart.js
Version: 0.2.0
Authors@R: c(person("Doug", "Ashton", email = "dashton@mango-solutions.com", role = c("aut", "cre")),
             person("Shane", "Porter", email = "sporter@mango-solutions.com", role = c("aut")),
             person("Nick", "Downie", role = c("ctb"), comment = "chart.js library"),
             person("Tanner", "Linsley", role = c("ctb"), comment = "chart.js library"),
             person("William", "Entriken", role = c("ctb"), comment = "chart.js library"))
Description: Create interactive radar charts using the 'Chart.js' JavaScript library
    and the 'htmlwidgets' package. Chart.js (http://www.chartjs.org/) is a 
    lightweight library that supports several types of simple chart using the HTML5 
    canvas element. This package provides an R interface specifically to the 
    radar chart, sometimes called a spider chart, for visualising multivariate data.
Depends: R (>= 3.1.2)
License: MIT + file LICENSE
LazyData: true
URL: https://github.com/mangothecat/radarchart
BugReports: https://github.com/mangothecat/radarchart/issues
Imports: htmlwidgets, htmltools, grDevices
RoxygenNote: 5.0.1
Suggests: testthat, knitr, rmarkdown, tidyr, shiny
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2016-05-08 20:05:59 UTC; douglas
Author: Doug Ashton [aut, cre],
  Shane Porter [aut],
  Nick Downie [ctb] (chart.js library),
  Tanner Linsley [ctb] (chart.js library),
  William Entriken [ctb] (chart.js library)
Maintainer: Doug Ashton <dashton@mango-solutions.com>
Repository: CRAN
Date/Publication: 2016-05-09 06:25:11
