Package: reactR
Type: Package
Title: React Helpers
Version: 0.2.0
Date: 2018-02-20
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: 2018-02-21 03:57:16 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)
Repository: CRAN
Date/Publication: 2018-02-21 04:10:01 UTC
