-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.13 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
Package: shinysurveyjs
Title: Create and Deploy Survey Applications Using Shiny and SurveyJS
Version: 0.1.0
Authors@R:
person("Dylan", "Pieper", , "[email protected]", role = c("aut", "cre"))
Description: The goal of this package is to integrate the flexible frontend of the
'SurveyJS' library <https://surveyjs.io/> with the reactive backend of 'Shiny'
<https://shiny.posit.co/> to interface with a 'PostgreSQL' database
<https://www.postgresql.org/> and create dynamic user experiences. Whether you
need a simple feedback form or a complex survey system for your organization,
this package is designed to scale with you.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
shiny (>= 1.7.0),
shinyjs,
shinycssloaders,
DT,
R6,
promises,
future,
pool,
RPostgres,
DBI,
htmltools,
sass,
cli,
jsonlite,
tools
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://dylanpieper.github.io/shinysurveyjs, https://github.com/dylanpieper/shinysurveyjs
BugReports: https://github.com/dylanpieper/shinysurveyjs/issues