-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathDESCRIPTION
35 lines (35 loc) · 941 Bytes
/
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
Package: vueR
Type: Package
Title: 'Vuejs' Helpers and 'Htmlwidget'
Version: 0.4.0
Date: 2017-10-10
Authors@R: c(
person(
"Evan","You"
, role = c("aut", "cph")
, comment = "vue library in lib, https://vuejs.org/; see BACKERS for full list of Patreon backers"
),
person(
"Kent", "Russell"
, role = c("aut", "cre")
, comment = "R interface"
, email = "[email protected]"
)
)
Maintainer: Kent Russell <[email protected]>
Description: Make it easy to use 'vue' in R with helper
dependency functions and examples.
URL: https://github.com/timelyportfolio/vueR
BugReports: https://github.com/timelyportfolio/vueR/issues
License: MIT + file LICENSE
LazyData: TRUE
Imports:
htmltools,
htmlwidgets (>= 0.6.0)
Suggests:
knitr,
rmarkdown,
shiny,
testthat
RoxygenNote: 6.0.1
VignetteBuilder: knitr