Package: plotjs
Type: Package
Title: An R 'graphics'-like Interface to 'Chart.js'
Authors@R: c(person("Alex", "Kraieski", email = "arkraieski@gmail.com",
role = c("aut", "cre")),
person("R Core team", role = "ctb",
comment = "Some code and examples extracted from base R 'plot()' methods"))
Version: 0.3.0
Description: A continuation of the author's earlier 'c3plot' project,
create interactive plots with the 'Chart.js'
charting library using an interface
modeled after that of base graphics. The main plotjs() function
is an S3 generic with methods for various R objects that work
similarly to their equivalent plot() methods. These plots can
be embedded into 'Shiny' web applications or 'R Markdown'
documents or displayed within the 'RStudio' 'Viewer' pane.
License: GPL (>= 3)
URL: https://arkraieski.github.io/plotjs/,
https://github.com/arkraieski/plotjs
BugReports: https://github.com/arkraieski/plotjs/issues
Encoding: UTF-8
RoxygenNote: 7.3.3
Imports: htmlwidgets, grDevices
Suggests: testthat, knitr, rmarkdown, gapminder, plotly, ggplot2,
microbenchmark, dplyr
VignetteBuilder: knitr
Config/pak/sysreqs: cmake make libuv1-dev
Repository: https://arkraieski.r-universe.dev
Date/Publication: 2026-04-19 01:43:10 UTC
RemoteUrl: https://github.com/arkraieski/plotjs
RemoteRef: HEAD
RemoteSha: 1f29a1c6a4d9fe3c641a7b8bc587d8146fcbe240
NeedsCompilation: no
Packaged: 2026-07-18 08:20:34 UTC; root
Author: Alex Kraieski [aut, cre],
R Core team [ctb] (Some code and examples extracted from base R
'plot()' methods)
Maintainer: Alex Kraieski