Package: qualtRics
Type: Package
Title: Download 'Qualtrics' Survey Data
Version: 3.1.4
Authors@R: c(person("Jasper", "Ginn", role = c("aut"),
             email = "jasperginn@gmail.com"),
             person("Jackson", "Curtis", role = c("ctb"),
             email = "jcurtis210@gmail.com"),
             person("Shaun", "Jackson", role = c("ctb"),
             email = "shaunbjackson@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("Joseph", "O'Brien", role = c("ctb"),
             email = "joseph.obrien@utexas.edu"),
             person("Daniel", "Seneca", role = c("ctb"),
             email = "seneca.danielh@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://docs.ropensci.org/qualtRics/,
        https://github.com/ropensci/qualtRics
BugReports: https://github.com/ropensci/qualtRics/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.1.1
Imports: httr, stringr, readr, jsonlite, assertthat, sjlabelled, dplyr
        (>= 1.0), tidyr, rlang, purrr, tibble, lubridate, lifecycle
Suggests: knitr, rmarkdown, testthat, vcr, webmockr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-01-13 23:42:32 UTC; juliasilge
Author: Jasper Ginn [aut],
  Jackson Curtis [ctb],
  Shaun Jackson [ctb],
  Samuel Kaminsky [ctb],
  Eric Knudsen [ctb],
  Joseph O'Brien [ctb],
  Daniel Seneca [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: 2021-01-14 20:40:02 UTC
