Type: Package
Package: qualtRics
Title: Download 'Qualtrics' Survey Data
Version: 3.1.5
Authors@R: 
    c(person(given = "Jasper",
             family = "Ginn",
             role = "aut",
             email = "jasperginn@gmail.com"),
      person(given = "Jackson",
             family = "Curtis",
             role = "ctb",
             email = "jcurtis210@gmail.com"),
      person(given = "Shaun",
             family = "Jackson",
             role = "ctb",
             email = "shaunbjackson@gmail.com"),
      person(given = "Samuel",
             family = "Kaminsky",
             role = "ctb",
             email = "samuel.e.kaminsky@gmail.com"),
      person(given = "Eric",
             family = "Knudsen",
             role = "ctb",
             email = "ericknud1@gmail.com"),
      person(given = "Joseph",
             family = "O'Brien",
             role = "ctb",
             email = "joseph.obrien@utexas.edu"),
      person(given = "Daniel",
             family = "Seneca",
             role = "ctb",
             email = "seneca.danielh@gmail.com"),
      person(given = "Julia",
             family = "Silge",
             role = c("aut", "cre"),
             email = "julia.silge@gmail.com",
             comment = c(ORCID = "0000-0002-3671-836X")),
      person(given = "Phoebe",
             family = "Wong",
             role = "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'.
License: MIT + file LICENSE
URL: https://docs.ropensci.org/qualtRics/,
        https://github.com/ropensci/qualtRics
BugReports: https://github.com/ropensci/qualtRics/issues
Imports: assertthat, dplyr (>= 1.0), glue, httr, jsonlite, lifecycle,
        lubridate, purrr, readr, rlang, sjlabelled, stringr, tibble,
        tidyr
Suggests: knitr, rmarkdown, testthat, vcr, webmockr
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2021-09-14 18:56:54 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-09-14 19:10:02 UTC
