Package: reactR
Type: Package
Title: React Helpers
Version: 0.1.4
Date: 2017-11-21
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"
      )
    )
Maintainer: Kent Russell <kent.russell@timelyportfolio.com>
Description: Make it easy to use 'React' in R with helper
              dependency functions, embedded 'Babel' transpiler,
              and examples.
URL: https://github.com/timelyportfolio/reactR
BugReports: https://github.com/timelyportfolio/reactR/issues
License: MIT + file LICENSE
LazyData: TRUE
Imports: htmltools
Suggests: htmlwidgets (>= 0.6.0), rmarkdown, shiny, V8, knitr
RoxygenNote: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-11-22 13:11:59 UTC; Kent and Laurie
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)
Repository: CRAN
Date/Publication: 2017-11-22 13:22:29 UTC
