-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.35 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
Package: qsurvey
Title: A toolkit for working with the Qualtrics platform and its survey data in R
Version: 0.0.4
Date: 2017-12-21
Authors@R: person("James", "Dunham", email = "[email protected]", role = c("aut", "cre"))
Description: qsurvey is a toolkit for working with the Qualtrics platform and
its survey data in R. It focuses on testing and review of surveys before
fielding, and analysis of responses afterward. Examine branching,
randomization, and question attributes; represent survey flows as directed
graphs for plotting or interactive review in Shiny; download and manipulate
response data. For more see the project site.
Depends:
R (>= 3.3.0)
License: GPL-3 | file LICENSE
URL: http://jdunham.io/qsurvey
BugReports: https://github.com/jamesdunham/qsurvey/issues
Encoding: UTF-8
LazyData: true
Suggests:
knitr,
testthat
Imports:
assertthat,
data.table,
DT,
httr,
jsonlite,
lubridate,
magrittr,
shiny,
visNetwork
RoxygenNote: 6.0.1
Collate:
'assertions.R'
'blocks.R'
'choices.R'
'http.R'
'design.R'
'drop_sensitive.R'
'export_names.R'
'surveys.R'
'find_id.R'
'flow.R'
'key_from_file.R'
'plot.R'
'qsurvey.R'
'questions.R'
'rename_questions.R'
'render_flow.R'
'response_count.R'
'responses.R'
'uncamel.R'
VignetteBuilder: knitr