Package: radarchart
Title: Radar Chart from 'Chart.js'
Version: 0.3.1.9000
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("Adeel", "Khan", email = "AdeelK@gwu.edu", role = c("ctb")),
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'
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, covr
VignetteBuilder: knitr
Config/pak/sysreqs: cmake make libuv1-dev
Repository: https://mangothecat.r-universe.dev
Date/Publication: 2019-01-22 09:58:20 UTC
RemoteUrl: https://github.com/mangothecat/radarchart
RemoteRef: HEAD
RemoteSha: 6ba920d8e8187581a7f193a9d9d2e3432aee1d75
NeedsCompilation: no
Packaged: 2026-07-04 05:28:36 UTC; root
Author: Doug Ashton [aut, cre],
Shane Porter [aut],
Adeel Khan [ctb],
Nick Downie [ctb] (chart.js library),
Tanner Linsley [ctb] (chart.js library),
William Entriken [ctb] (chart.js library)
Maintainer: Doug Ashton