Package: reactR Type: Package Title: React Helpers Version: 0.6.1 Date: 2024-09-14 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" ), person( "Greg", "Lin" , role = c("aut") , comment = "R interface" , email = "glin@glin.io" ) ) Maintainer: Kent Russell 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 Encoding: UTF-8 Imports: htmltools Suggests: htmlwidgets (>= 1.5.3), rmarkdown, shiny, V8, knitr, usethis, jsonlite RoxygenNote: 7.3.2 VignetteBuilder: knitr Repository: https://react-r.r-universe.dev Date/Publication: 2024-09-14 13:23:57 UTC RemoteUrl: https://github.com/react-r/reactr RemoteRef: HEAD RemoteSha: 808b21f4f2e5c374cb8ec910f8e2cc27f6b40e1b NeedsCompilation: no Packaged: 2026-07-02 08:44:49 UTC; root Author: Facebook Inc [aut, cph] (React library in lib, https://reactjs.org/; see AUTHORS for full list of contributors), Michel Weststrate [aut, cph] (mobx library in lib, https://github.com/mobxjs), Kent Russell [aut, cre] (R interface), Alan Dipert [aut] (R interface), Greg Lin [aut] (R interface)