-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathDESCRIPTION
38 lines (38 loc) · 880 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
36
37
38
Package: QualtricsTools
Type: Package
Title: Automating Qualtrics Survey Processing
Version: 0.1.0
Author: Christian Testa
Maintainer: Christian Testa <[email protected]>
Description: This package is for automating the processing of Qualtrics surveys.
The Shiny app included serves as an easy-to-use interface for generating reports
from survey data from Qualtrics. Further, other functions allow the user to
generate data frames detailing the questions or the responses in a long data
format.
License: BSD
LazyData: true
Imports:
digest,
dplyr,
gdata,
gtools,
htmltools,
httpuv,
magrittr,
plyr,
reshape,
readxl,
rjson,
Rcpp,
shiny,
shinydashboard,
tidyr,
xtable,
XML
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr
Remotes: talgalili/installr
RoxygenNote: 6.0.1