Package: reactable
Type: Package
Title: Interactive Data Tables Based on 'React Table'
Version: 0.2.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, leaflet, rmarkdown, shiny, sparkline,
        testthat
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2020-05-28 05:25:16 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: 2020-05-28 05:50:03 UTC
