-
Notifications
You must be signed in to change notification settings - Fork 34
/
DESCRIPTION
56 lines (56 loc) · 1.43 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
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 <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.3.2
VignetteBuilder: knitr