Package: reactR
Type: Package
Title: React Helpers
Version: 0.4.0
Date: 2019-04-10
Authors@R: c(
      person(
        "Facebook", "Inc"
        , role = c("aut", "cph")
        , comment = "React library in lib, https://facebook.github.io/react; see AUTHORS for full list of contributors"
      ),
      person(
        "Kent", "Russell"
        , role = c("aut", "cre")
        , comment = "R interface"
        , email = "kent.russell@timelyportfolio.com"
      ),
      person(
        "Alan", "Dipert"
        , role = c("aut")
        , comment = "R interface"
        , email = "alan@rstudio.com"
      )
    )
Maintainer: Kent Russell <kent.russell@timelyportfolio.com>
Description: Make it easy to use 'React' in R with 'htmlwidget' scaffolds,
              helper dependency functions, an embedded 'Babel' 'transpiler',
              and examples.
URL: https://github.com/react-R/reactR
BugReports: https://github.com/react-R/reactR/issues
License: MIT + file LICENSE
LazyData: TRUE
Encoding: UTF-8
Imports: htmltools
Suggests: htmlwidgets (>= 0.6.0), rmarkdown, shiny, V8, knitr, usethis,
        jsonlite
RoxygenNote: 6.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-04-17 12:41:07 UTC; kentr
Author: Facebook Inc [aut, cph] (React library in lib,
    https://facebook.github.io/react; see AUTHORS for full list of
    contributors),
  Kent Russell [aut, cre] (R interface),
  Alan Dipert [aut] (R interface)
Repository: CRAN
Date/Publication: 2019-04-17 13:00:03 UTC
