Package: reactable
Type: Package
Title: Interactive Data Tables Based on 'React Table'
Version: 0.1.0.1
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")
    )
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, dplyr, rmarkdown, shiny, sparkline, testthat
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2020-02-29 17:08:34 UTC; greg
Author: Greg Lin [aut, cre],
  Tanner Linsley [ctb, cph] (React Table library)
Maintainer: Greg Lin <glin@glin.io>
Repository: CRAN
Date/Publication: 2020-02-29 17:40:02 UTC
