Package: qualtRics
Type: Package
Title: Download 'Qualtrics' Survey Data
Version: 3.1.0
Authors@R: c(person("Jasper", "Ginn", role = c("aut"),
             email = "jasperginn@gmail.com"),
             person("Samuel", "Kaminsky", role = c("ctb"),
             email = "samuel.e.kaminsky@gmail.com"),
             person("Eric", "Knudsen", role = c("ctb"),
             email = "ericknud1@gmail.com"),
             person("Julia", "Silge", role = c("aut", "cre"),
             email = "julia.silge@gmail.com",
             comment = c(ORCID = "0000-0002-3671-836X")),
             person("Phoebe", "Wong", role = c("ctb"),
             email = "phoebe.wong@berkeley.edu"))
Description: Provides functions to access survey results directly into R using 
    the 'Qualtrics' API. 'Qualtrics' <https://www.qualtrics.com/about/> is an 
    online survey and data collection software platform. See 
    <https://api.qualtrics.com/> for more information about the 'Qualtrics' API. 
    This package is community-maintained and is not officially supported by 
    'Qualtrics'.
URL: https://ropensci.github.io/qualtRics/,
        https://github.com/ropensci/qualtRics
BugReports: https://github.com/ropensci/qualtRics/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 6.1.1
Imports: httr, stringr, readr, jsonlite, assertthat, sjlabelled, yaml,
        dplyr, rlang
Suggests: knitr, rmarkdown, testthat, httptest
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-04-11 18:51:08 UTC; juliasilge
Author: Jasper Ginn [aut],
  Samuel Kaminsky [ctb],
  Eric Knudsen [ctb],
  Julia Silge [aut, cre] (<https://orcid.org/0000-0002-3671-836X>),
  Phoebe Wong [ctb]
Maintainer: Julia Silge <julia.silge@gmail.com>
Repository: CRAN
Date/Publication: 2019-04-12 10:13:49 UTC
