Package: reactable
Type: Package
Title: Interactive Data Tables Based on 'React Table'
Version: 0.3.0
Authors@R: c(
    person("Greg", "Lin", email = "glin@glin.io", role = c("aut", "cre")),
    person("Tanner", "Linsley", role = c("ctb", "cph"), comment = "React Table library"),
    person(family = "Emotion team and other contributors", role = c("ctb", "cph"),
           comment = "Emotion library")
    )
Description: Interactive data tables for R, based on the 'React Table'
    JavaScript library. Provides an HTML widget that can be used in 'R Markdown'
    documents and 'Shiny' applications, or viewed from an R console.
License: MIT + file LICENSE
URL: https://glin.github.io/reactable/,
        https://github.com/glin/reactable
BugReports: https://github.com/glin/reactable/issues
Depends: R (>= 3.1)
Imports: digest, htmltools, htmlwidgets, jsonlite, reactR
Suggests: covr, crosstalk, dplyr, fontawesome, leaflet, MASS,
        rmarkdown, shiny, sparkline, testthat, tippy
Encoding: UTF-8
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-05-26 19:29:28 UTC; greg
Author: Greg Lin [aut, cre],
  Tanner Linsley [ctb, cph] (React Table library),
  Emotion team and other contributors [ctb, cph] (Emotion library)
Maintainer: Greg Lin <glin@glin.io>
Repository: CRAN
Date/Publication: 2022-05-26 19:50:02 UTC
