forked from jdtrat/shinysurveys
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.19 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
Package: shinysurveys
Title: Create and Deploy Surveys in 'Shiny'
Version: 0.2.0.9000
Authors@R:
c(
person(given = "Jonathan",
family = "Trattner",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1097-7603")),
person(given = "Lucy",
family = c("D'Agostino McGowan"),
role = c("aut"),
email = "[email protected]"),
person(given = "Paul",
family = c("Le Grand"),
role = c("ctb"),
email = "[email protected]")
)
Description: Easily create and deploy surveys in 'Shiny'. This package includes
a minimalistic framework similar to 'Google Forms' that allows for url-based
user tracking, customizable submit actions, easy survey-theming, and more.
License: MIT + file LICENSE
URL: https://shinysurveys.jdtrat.com, https://github.com/jdtrat/shinysurveys
BugReports: https://github.com/jdtrat/shinysurveys/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
shiny,
sass,
htmltools,
jsonlite
Depends:
R (>= 2.10)
Suggests:
knitr,
rmarkdown,
tibble
VignetteBuilder: knitr