Package: reactR
Type: Package
Title: React Helpers
Version: 0.5.0
Date: 2023-10-01
Authors@R: c(
      person(
        "Facebook", "Inc"
        , role = c("aut", "cph")
        , comment = "React library in lib, https://reactjs.org/; see AUTHORS for full list of contributors"
      ),
      person(
        "Michel","Weststrate",
        , role = c("aut", "cph")
        , comment = "mobx library in lib, https://github.com/mobxjs"
      ),
      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 (>= 1.5.3),
    rmarkdown,
    shiny,
    V8,
    knitr,
    usethis,
    jsonlite
RoxygenNote: 7.2.3
VignetteBuilder: knitr
